Reference documentation and code samples for the Google Cloud Ces V1 Client class ListAppVersionsResponse.
Response message for AgentService.ListAppVersions.
Generated from protobuf message google.cloud.ces.v1.ListAppVersionsResponse
Namespace
Google \ Cloud \ Ces \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ app_versions |
array<AppVersion>
The list of app versions. |
↳ next_page_token |
string
A token that can be sent as ListAppVersionsRequest.page_token to retrieve the next page. Absence of this field indicates there are no subsequent pages. |
getAppVersions
The list of app versions.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setAppVersions
The list of app versions.
| Parameter | |
|---|---|
| Name | Description |
var |
array<AppVersion>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getNextPageToken
A token that can be sent as ListAppVersionsRequest.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 ListAppVersionsRequest.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 |
|