Reference documentation and code samples for the Google Cloud Appengine Admin V1 Client class ListVersionsRequest.
Request message for Versions.ListVersions
.
Generated from protobuf message google.appengine.v1.ListVersionsRequest
Namespace
Google \ Cloud \ AppEngine \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Name of the parent Service resource. Example: |
↳ view |
int
Controls the set of fields returned in the |
↳ page_size |
int
Maximum results to return per page. |
↳ page_token |
string
Continuation token for fetching the next page of results. |
getParent
Name of the parent Service resource. Example:
apps/myapp/services/default
.
Returns | |
---|---|
Type | Description |
string |
setParent
Name of the parent Service resource. Example:
apps/myapp/services/default
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getView
Controls the set of fields returned in the List
response.
Returns | |
---|---|
Type | Description |
int |
setView
Controls the set of fields returned in the List
response.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getPageSize
Maximum results to return per page.
Returns | |
---|---|
Type | Description |
int |
setPageSize
Maximum results to return per page.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getPageToken
Continuation token for fetching the next page of results.
Returns | |
---|---|
Type | Description |
string |
setPageToken
Continuation token for fetching the next page of results.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |