Reference documentation and code samples for the Google Cloud Appengine Admin V1 Client class ListDomainMappingsRequest.
Request message for DomainMappings.ListDomainMappings
.
Generated from protobuf message google.appengine.v1.ListDomainMappingsRequest
Namespace
Google \ Cloud \ AppEngine \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Name of the parent Application resource. Example: apps/myapp
.
↳ 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 Application resource. Example: apps/myapp
.
string
setParent
Name of the parent Application resource. Example: apps/myapp
.
var
string
$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