Cloud Quotas v1 API - Class ListQuotaInfosResponse (1.0.0-beta03)

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

Inheritance

object > ListQuotaInfosResponse

Namespace

Google.Cloud.CloudQuotas.V1

Assembly

Google.Cloud.CloudQuotas.V1.dll

Constructors

ListQuotaInfosResponse()

public ListQuotaInfosResponse()

ListQuotaInfosResponse(ListQuotaInfosResponse)

public ListQuotaInfosResponse(ListQuotaInfosResponse other)
Parameter
NameDescription
otherListQuotaInfosResponse

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
TypeDescription
string

QuotaInfos

public RepeatedField<QuotaInfo> QuotaInfos { get; }

The list of QuotaInfo

Property Value
TypeDescription
RepeatedFieldQuotaInfo

Methods

GetEnumerator()

public IEnumerator<QuotaInfo> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorQuotaInfo