Managed Service for Microsoft Active Directory v1 API - Class ListDomainsResponse (3.1.0)

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

Reference documentation and code samples for the Managed Service for Microsoft Active Directory v1 API class ListDomainsResponse.

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
RepeatedFieldDomain

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
RepeatedFieldstring

Methods

GetEnumerator()

public IEnumerator<Domain> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorDomain