Reference documentation and code samples for the Google Cloud Appengine Admin V1 Client class ListVersionsResponse.
Response message for Versions.ListVersions
.
Generated from protobuf message google.appengine.v1.ListVersionsResponse
Namespace
Google \ Cloud \ AppEngine \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ versions |
array<Google\Cloud\AppEngine\V1\Version>
The versions belonging to the requested service. |
↳ next_page_token |
string
Continuation token for fetching the next page of results. |
getVersions
The versions belonging to the requested service.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setVersions
The versions belonging to the requested service.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\AppEngine\V1\Version>
|
Returns | |
---|---|
Type | Description |
$this |
getNextPageToken
Continuation token for fetching the next page of results.
Returns | |
---|---|
Type | Description |
string |
setNextPageToken
Continuation token for fetching the next page of results.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |