App Topology v1 API - Class ListDomainsRequest (1.0.0-beta01)

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

Reference documentation and code samples for the App Topology v1 API class ListDomainsRequest.

Request for ListDomains.

Inheritance

object > ListDomainsRequest

Namespace

Google.Cloud.AppTopology.V1

Assembly

Google.Cloud.AppTopology.V1.dll

Constructors

ListDomainsRequest()

public ListDomainsRequest()

ListDomainsRequest(ListDomainsRequest)

public ListDomainsRequest(ListDomainsRequest other)
Parameter
Name Description
other ListDomainsRequest

Properties

PageSize

public int PageSize { get; set; }

Optional. The maximum number of domains to return. The service may return fewer than this value. If unspecified, at most 50 domains will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.

Property Value
Type Description
int

PageToken

public string PageToken { get; set; }

Optional. A page token, received from a previous ListDomains call. Provide this to retrieve the subsequent page.

When paginating, all other parameters provided to ListDomains must match the call that provided the page token.

Property Value
Type Description
string

Parent

public string Parent { get; set; }

Required. The parent location to list domains for. Format: projects/{project}/locations/{location} Only global location is supported.

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