Reference documentation and code samples for the Google Cloud Managed Identities V1 Client class ListDomainsRequest.
Request message forListDomains
Generated from protobuf messagegoogle.cloud.managedidentities.v1.ListDomainsRequest
Namespace
Google \ Cloud \ ManagedIdentities \ V1
Methods
__construct
Constructor.
Parameters
Name
Description
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'snext_page_tokento determine if there are additional results to list.
↳ page_token
string
Optional. Thenext_page_tokenvalue 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. SeeSorting orderfor more information.
getParent
Required. The resource name of the domain location using the form:projects/{project_id}/locations/global
Returns
Type
Description
string
setParent
Required. The resource name of the domain location using the form:projects/{project_id}/locations/global
Parameter
Name
Description
var
string
Returns
Type
Description
$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'snext_page_tokento determine if there are additional results to list.
Returns
Type
Description
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'snext_page_tokento determine if there are additional results to list.
Parameter
Name
Description
var
int
Returns
Type
Description
$this
getPageToken
Optional. Thenext_page_tokenvalue returned from a previous ListDomainsRequest
request, if any.
Returns
Type
Description
string
setPageToken
Optional. Thenext_page_tokenvalue returned from a previous ListDomainsRequest
request, if any.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getFilter
Optional. A filter specifying constraints of a list operation.
For example,Domain.fqdn="mydomain.myorginization".
Returns
Type
Description
string
setFilter
Optional. A filter specifying constraints of a list operation.
For example,Domain.fqdn="mydomain.myorginization".
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getOrderBy
Optional. Specifies the ordering of results. SeeSorting
orderfor more information.
Returns
Type
Description
string
setOrderBy
Optional. Specifies the ordering of results. SeeSorting
orderfor more information.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
static::build
Parameter
Name
Description
parent
string
Required. The resource name of the domain location using the form:projects/{project_id}/locations/globalPlease seeManagedIdentitiesServiceClient::locationName()for help formatting this field.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-09 UTC."],[],[],null,["# Google Cloud Managed Identities V1 Client - Class ListDomainsRequest (2.0.5)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.5 (latest)](/php/docs/reference/cloud-managed-identities/latest/V1.ListDomainsRequest)\n- [2.0.4](/php/docs/reference/cloud-managed-identities/2.0.4/V1.ListDomainsRequest)\n- [1.3.5](/php/docs/reference/cloud-managed-identities/1.3.5/V1.ListDomainsRequest)\n- [1.2.2](/php/docs/reference/cloud-managed-identities/1.2.2/V1.ListDomainsRequest)\n- [1.1.1](/php/docs/reference/cloud-managed-identities/1.1.1/V1.ListDomainsRequest)\n- [1.0.5](/php/docs/reference/cloud-managed-identities/1.0.5/V1.ListDomainsRequest) \nReference documentation and code samples for the Google Cloud Managed Identities V1 Client class ListDomainsRequest.\n\nRequest message for\nListDomains\n\nGenerated from protobuf message `google.cloud.managedidentities.v1.ListDomainsRequest`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ ManagedIdentities \\\\ V1\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getParent\n\nRequired. The resource name of the domain location using the form:\n`projects/{project_id}/locations/global`\n\n### setParent\n\nRequired. The resource name of the domain location using the form:\n`projects/{project_id}/locations/global`\n\n### getPageSize\n\nOptional. The maximum number of items to return.\n\nIf not specified, a default value of 1000 will be used.\nRegardless of the page_size value, the response may include a partial list.\nCallers should rely on a response's\n[next_page_token](/php/docs/reference/cloud-managed-identities/latest/V1.ListDomainsResponse#_Google_Cloud_ManagedIdentities_V1_ListDomainsResponse__getNextPageToken__)\nto determine if there are additional results to list.\n\n### setPageSize\n\nOptional. The maximum number of items to return.\n\nIf not specified, a default value of 1000 will be used.\nRegardless of the page_size value, the response may include a partial list.\nCallers should rely on a response's\n[next_page_token](/php/docs/reference/cloud-managed-identities/latest/V1.ListDomainsResponse#_Google_Cloud_ManagedIdentities_V1_ListDomainsResponse__getNextPageToken__)\nto determine if there are additional results to list.\n\n### getPageToken\n\nOptional. The `next_page_token` value returned from a previous ListDomainsRequest\nrequest, if any.\n\n### setPageToken\n\nOptional. The `next_page_token` value returned from a previous ListDomainsRequest\nrequest, if any.\n\n### getFilter\n\nOptional. A filter specifying constraints of a list operation.\n\nFor example, `Domain.fqdn=\"mydomain.myorginization\"`.\n\n### setFilter\n\nOptional. A filter specifying constraints of a list operation.\n\nFor example, `Domain.fqdn=\"mydomain.myorginization\"`.\n\n### getOrderBy\n\nOptional. Specifies the ordering of results. See\n[Sorting\norder](https://cloud.google.com/apis/design/design_patterns#sorting_order)\nfor more information.\n\n### setOrderBy\n\nOptional. Specifies the ordering of results. See\n[Sorting\norder](https://cloud.google.com/apis/design/design_patterns#sorting_order)\nfor more information.\n\n### static::build"]]