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.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Name of the parent Service resource. Example: apps/myapp/services/default
.
↳ view
int
Controls the set of fields returned in the List
response.
↳ 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
.
string
setParent
Name of the parent Service resource. Example: apps/myapp/services/default
.
var
string
$this
getView
Controls the set of fields returned in the List
response.
int
setView
Controls the set of fields returned in the List
response.
var
int
$this
getPageSize
Maximum results to return per page.
int
setPageSize
Maximum results to return per page.
var
int
$this
getPageToken
Continuation token for fetching the next page of results.
string
setPageToken
Continuation token for fetching the next page of results.
var
string
$this