public sealed class ListDomainsRequest : IMessage<ListDomainsRequest>, IEquatable<ListDomainsRequest>, IDeepCloneable<ListDomainsRequest>, IBufferMessage, IMessage, IPageRequest
Request message for [ListDomains][google.cloud.managedidentities.v1.ListDomains]
Implements
IMessage<ListDomainsRequest>, IEquatable<ListDomainsRequest>, IDeepCloneable<ListDomainsRequest>, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.ManagedIdentities.V1Assembly
Google.Cloud.ManagedIdentities.V1.dll
Constructors
ListDomainsRequest()
public ListDomainsRequest()
ListDomainsRequest(ListDomainsRequest)
public ListDomainsRequest(ListDomainsRequest other)
Parameter | |
---|---|
Name | Description |
other | ListDomainsRequest |
Properties
Filter
public string Filter { get; set; }
Optional. A filter specifying constraints of a list operation.
For example, Domain.fqdn="mydomain.myorginization"
.
Property Value | |
---|---|
Type | Description |
String |
OrderBy
public string OrderBy { get; set; }
Optional. Specifies the ordering of results. See Sorting order for more information.
Property Value | |
---|---|
Type | Description |
String |
PageSize
public int PageSize { get; set; }
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][google.cloud.managedidentities.v1.ListDomainsResponse.next_page_token] to determine if there are additional results to list.
Property Value | |
---|---|
Type | Description |
Int32 |
PageToken
public string PageToken { get; set; }
Optional. The next_page_token
value returned from a previous ListDomainsRequest
request, if any.
Property Value | |
---|---|
Type | Description |
String |
Parent
public string Parent { get; set; }
Required. The resource name of the domain location using the form:
projects/{project_id}/locations/global
Property Value | |
---|---|
Type | Description |
String |
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }
LocationName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
LocationName |