Google Cloud Managed Identities V1 Client - Class ListDomainsRequest (1.0.5)

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

Methods

__construct

Constructor.

Parameters
NameDescription
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 string

Optional. Specifies the ordering of results. See Sorting order for more information.

getParent

Required. The resource name of the domain location using the form: projects/{project_id}/locations/global

Returns
TypeDescription
string

setParent

Required. The resource name of the domain location using the form: projects/{project_id}/locations/global

Parameter
NameDescription
var string
Returns
TypeDescription
$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.

Returns
TypeDescription
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.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getPageToken

Optional. The next_page_token value returned from a previous ListDomainsRequest request, if any.

Returns
TypeDescription
string

setPageToken

Optional. The next_page_token value returned from a previous ListDomainsRequest request, if any.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getFilter

Optional. A filter specifying constraints of a list operation.

For example, Domain.fqdn="mydomain.myorginization".

Returns
TypeDescription
string

setFilter

Optional. A filter specifying constraints of a list operation.

For example, Domain.fqdn="mydomain.myorginization".

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getOrderBy

Optional. Specifies the ordering of results. See Sorting order for more information.

Returns
TypeDescription
string

setOrderBy

Optional. Specifies the ordering of results. See Sorting order for more information.

Parameter
NameDescription
var string
Returns
TypeDescription
$this