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

public sealed class ListDomainsResponse : IPageResponse<Domain>, IEnumerable<Domain>, IEnumerable, IMessage<ListDomainsResponse>, IEquatable<ListDomainsResponse>, IDeepCloneable<ListDomainsResponse>, IBufferMessage, IMessage

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

Response for ListDomains.

Inheritance

object > ListDomainsResponse

Namespace

Google.Cloud.AppTopology.V1

Assembly

Google.Cloud.AppTopology.V1.dll

Constructors

ListDomainsResponse()

public ListDomainsResponse()

ListDomainsResponse(ListDomainsResponse)

public ListDomainsResponse(ListDomainsResponse other)
Parameter
Name Description
other ListDomainsResponse

Properties

Domains

public RepeatedField<Domain> Domains { get; }

The domains in the specified location.

Property Value
Type Description
RepeatedFieldDomain

NextPageToken

public string NextPageToken { get; set; }

A token that can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

Property Value
Type Description
string

Methods

GetEnumerator()

public IEnumerator<Domain> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
Type Description
IEnumeratorDomain