public sealed class ListQuotaInfosResponse : IMessage<ListQuotaInfosResponse>, IEquatable<ListQuotaInfosResponse>, IDeepCloneable<ListQuotaInfosResponse>, IBufferMessage, IMessage, IPageResponse<QuotaInfo>, IEnumerable<QuotaInfo>, IEnumerable
Reference documentation and code samples for the Cloud Quotas v1 API class ListQuotaInfosResponse.
Message for response to listing QuotaInfos
Implements
IMessageListQuotaInfosResponse, IEquatableListQuotaInfosResponse, IDeepCloneableListQuotaInfosResponse, IBufferMessage, IMessage, IPageResponseQuotaInfo, IEnumerableQuotaInfo, IEnumerableNamespace
Google.Cloud.CloudQuotas.V1Assembly
Google.Cloud.CloudQuotas.V1.dll
Constructors
ListQuotaInfosResponse()
public ListQuotaInfosResponse()
ListQuotaInfosResponse(ListQuotaInfosResponse)
public ListQuotaInfosResponse(ListQuotaInfosResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListQuotaInfosResponse |
Properties
NextPageToken
public string NextPageToken { get; set; }
A token, which can be sent as page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
Property Value | |
---|---|
Type | Description |
string |
QuotaInfos
public RepeatedField<QuotaInfo> QuotaInfos { get; }
The list of QuotaInfo
Property Value | |
---|---|
Type | Description |
RepeatedFieldQuotaInfo |
Methods
GetEnumerator()
public IEnumerator<QuotaInfo> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorQuotaInfo |