Reference documentation and code samples for the Google Cloud Managed Identities V1 Client class ListDomainsRequest.
Request message for ListDomains
Generated from protobuf message google.cloud.managedidentities.v1.ListDomainsRequest
Namespace
Google \ Cloud \ ManagedIdentities \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The resource name of the domain location using the form: projects/{project_id}/locations/global
↳ page_size
int
Optional. The maximum number of items to return. If not specified, a default value of 1000 will be used. Regardless of the page_size value, the response may include a partial list. Callers should rely on a response's next_page_token to determine if there are additional results to list.
↳ page_token
string
Optional. The next_page_token
value returned from a previous ListDomainsRequest request, if any.
↳ filter
string
Optional. A filter specifying constraints of a list operation. For example, Domain.fqdn="mydomain.myorginization"
.
↳ order_by
getParent
Required. The resource name of the domain location using the form: projects/{project_id}/locations/global
string
setParent
Required. The resource name of the domain location using the form: projects/{project_id}/locations/global
var
string
$this
getPageSize
Optional. The maximum number of items to return.
If not specified, a default value of 1000 will be used. Regardless of the page_size value, the response may include a partial list. Callers should rely on a response's next_page_token to determine if there are additional results to list.
int
setPageSize
Optional. The maximum number of items to return.
If not specified, a default value of 1000 will be used. Regardless of the page_size value, the response may include a partial list. Callers should rely on a response's next_page_token to determine if there are additional results to list.
var
int
$this
getPageToken
Optional. The next_page_token
value returned from a previous ListDomainsRequest
request, if any.
string
setPageToken
Optional. The next_page_token
value returned from a previous ListDomainsRequest
request, if any.
var
string
$this
getFilter
Optional. A filter specifying constraints of a list operation.
For example, Domain.fqdn="mydomain.myorginization"
.
string
setFilter
Optional. A filter specifying constraints of a list operation.
For example, Domain.fqdn="mydomain.myorginization"
.
var
string
$this
getOrderBy
Optional. Specifies the ordering of results. See Sorting order for more information.
string
setOrderBy
Optional. Specifies the ordering of results. See Sorting order for more information.
var
string
$this
static::build
parent
string
Required. The resource name of the domain location using the form: projects/{project_id}/locations/global
Please see Google\Cloud\ManagedIdentities\V1\ManagedIdentitiesServiceClient::locationName()
for help formatting this field.