public sealed class ListDomainsResponse : IMessage<ListDomainsResponse>, IEquatable<ListDomainsResponse>, IDeepCloneable<ListDomainsResponse>, IBufferMessage, IMessage, IPageResponse<Domain>, IEnumerable<Domain>, IEnumerableReference 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]
Implements
IMessageListDomainsResponse, IEquatableListDomainsResponse, IDeepCloneableListDomainsResponse, IBufferMessage, IMessage, IPageResponseDomain, IEnumerableDomain, IEnumerableNamespace
Google.Cloud.ManagedIdentities.V1Assembly
Google.Cloud.ManagedIdentities.V1.dll
Constructors
ListDomainsResponse()
public ListDomainsResponse()ListDomainsResponse(ListDomainsResponse)
public ListDomainsResponse(ListDomainsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListDomainsResponse |
Properties
Domains
public RepeatedField<Domain> Domains { get; }A list of Managed Identities Service domains in the project.
| Property Value | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
string |
|
Unreachable
public RepeatedField<string> Unreachable { get; }A list of locations that could not be reached.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|
Methods
GetEnumerator()
public IEnumerator<Domain> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorDomain |
|