Reference documentation and code samples for the Google Cloud Ces V1 Client class ListAppsResponse.
Response message for AgentService.ListApps .
Generated from protobuf message google.cloud.ces.v1.ListAppsResponse
Namespace
Google \ Cloud \ Ces \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ apps
↳ next_page_token
string
A token that can be sent as ListAppsRequest.page_token to retrieve the next page. Absence of this field indicates there are no subsequent pages.
↳ unreachable
string[]
Unordered list. Locations that could not be reached.
getApps
The list of apps.
setApps
The list of apps.
$this
getNextPageToken
A token that can be sent as ListAppsRequest.page_token to retrieve the next page. Absence of this field indicates there are no subsequent pages.
string
setNextPageToken
A token that can be sent as ListAppsRequest.page_token to retrieve the next page. Absence of this field indicates there are no subsequent pages.
var
string
$this
getUnreachable
Unordered list. Locations that could not be reached.
setUnreachable
Unordered list. Locations that could not be reached.
var
string[]
$this

