Class ListDomainsResponse (2.3.0)

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

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

Inheritance

Object > ListDomainsResponse

Namespace

Google.Cloud.ManagedIdentities.V1

Assembly

Google.Cloud.ManagedIdentities.V1.dll

Constructors

ListDomainsResponse()

public ListDomainsResponse()

ListDomainsResponse(ListDomainsResponse)

public ListDomainsResponse(ListDomainsResponse other)
Parameter
NameDescription
otherListDomainsResponse

Properties

Domains

public RepeatedField<Domain> Domains { get; }

A list of Managed Identities Service domains in the project.

Property Value
TypeDescription
RepeatedField<Domain>

NextPageToken

public string NextPageToken { get; set; }

A token to retrieve the next page of results, or empty if there are no more results in the list.

Property Value
TypeDescription
String

Unreachable

public RepeatedField<string> Unreachable { get; }

A list of locations that could not be reached.

Property Value
TypeDescription
RepeatedField<String>

Methods

GetEnumerator()

public IEnumerator<Domain> GetEnumerator()

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

Returns
TypeDescription
IEnumerator<Domain>

Explicit Interface Implementations

IEnumerable.GetEnumerator()

IEnumerator IEnumerable.GetEnumerator()
Returns
TypeDescription
IEnumerator