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]
Implements
IMessage<ListDomainsResponse>, IEquatable<ListDomainsResponse>, IDeepCloneable<ListDomainsResponse>, IBufferMessage, IMessage, IPageResponse<Domain>, IEnumerable<Domain>, 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 |
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 | |
---|---|
Type | Description |
String |
Unreachable
public RepeatedField<string> Unreachable { get; }
A list of locations that could not be reached.
Property Value | |
---|---|
Type | Description |
RepeatedField<String> |
Methods
GetEnumerator()
public IEnumerator<Domain> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumerator<Domain> |
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()
Returns | |
---|---|
Type | Description |
IEnumerator |