Google Cloud Ces V1 Client - Class ListAppsResponse (0.1.0)

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 \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ apps array<App>

The list of 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 array

Unordered list. Locations that could not be reached.

getApps

The list of apps.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setApps

The list of apps.

Parameter
Name Description
var array<App>
Returns
Type Description
$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.

Returns
Type Description
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.

Parameter
Name Description
var string
Returns
Type Description
$this

getUnreachable

Unordered list. Locations that could not be reached.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setUnreachable

Unordered list. Locations that could not be reached.

Parameter
Name Description
var string[]
Returns
Type Description
$this