Class ListDomainsRequest (2.3.0)

public sealed class ListDomainsRequest : IMessage<ListDomainsRequest>, IEquatable<ListDomainsRequest>, IDeepCloneable<ListDomainsRequest>, IBufferMessage, IMessage, IPageRequest

Request message for [ListDomains][google.cloud.managedidentities.v1.ListDomains]

Inheritance

Object > ListDomainsRequest

Namespace

Google.Cloud.ManagedIdentities.V1

Assembly

Google.Cloud.ManagedIdentities.V1.dll

Constructors

ListDomainsRequest()

public ListDomainsRequest()

ListDomainsRequest(ListDomainsRequest)

public ListDomainsRequest(ListDomainsRequest other)
Parameter
NameDescription
otherListDomainsRequest

Properties

Filter

public string Filter { get; set; }

Optional. A filter specifying constraints of a list operation. For example, Domain.fqdn=&quot;mydomain.myorginization&quot;.

Property Value
TypeDescription
String

OrderBy

public string OrderBy { get; set; }

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

Property Value
TypeDescription
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
TypeDescription
Int32

PageToken

public string PageToken { get; set; }

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

Property Value
TypeDescription
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
TypeDescription
String

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
TypeDescription
LocationName