public sealed class ListAuthorizedDomainsResponse : IMessage<ListAuthorizedDomainsResponse>, IEquatable<ListAuthorizedDomainsResponse>, IDeepCloneable<ListAuthorizedDomainsResponse>, IBufferMessage, IMessage, IPageResponse<AuthorizedDomain>, IEnumerable<AuthorizedDomain>, IEnumerable
Response message for AuthorizedDomains.ListAuthorizedDomains
.
Implements
Google.Protobuf.IMessage<ListAuthorizedDomainsResponse>, IEquatable<ListAuthorizedDomainsResponse>, Google.Protobuf.IDeepCloneable<ListAuthorizedDomainsResponse>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessage, IPageResponse<AuthorizedDomain>, IEnumerable<AuthorizedDomain>, IEnumerableNamespace
Google.Cloud.AppEngine.V1Assembly
Google.Cloud.AppEngine.V1.dll
Constructors
ListAuthorizedDomainsResponse()
public ListAuthorizedDomainsResponse()
ListAuthorizedDomainsResponse(ListAuthorizedDomainsResponse)
public ListAuthorizedDomainsResponse(ListAuthorizedDomainsResponse other)
Parameter | |
---|---|
Name | Description |
other | ListAuthorizedDomainsResponse |
Properties
Domains
public RepeatedField<AuthorizedDomain> Domains { get; }
The authorized domains belonging to the user.
Property Value | |
---|---|
Type | Description |
Google.Protobuf.Collections.RepeatedField<AuthorizedDomain> |
NextPageToken
public string NextPageToken { get; set; }
Continuation token for fetching the next page of results.
Property Value | |
---|---|
Type | Description |
String |
Methods
GetEnumerator()
public IEnumerator<AuthorizedDomain> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumerator<AuthorizedDomain> |
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()
Returns | |
---|---|
Type | Description |
IEnumerator |