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

public sealed class ListQuotaPreferencesResponse : IMessage<ListQuotaPreferencesResponse>, IEquatable<ListQuotaPreferencesResponse>, IDeepCloneable<ListQuotaPreferencesResponse>, IBufferMessage, IMessage, IPageResponse<QuotaPreference>, IEnumerable<QuotaPreference>, IEnumerable

Reference documentation and code samples for the Cloud Quotas v1 API class ListQuotaPreferencesResponse.

Message for response to listing QuotaPreferences

Inheritance

object > ListQuotaPreferencesResponse

Namespace

Google.Cloud.CloudQuotas.V1

Assembly

Google.Cloud.CloudQuotas.V1.dll

Constructors

ListQuotaPreferencesResponse()

public ListQuotaPreferencesResponse()

ListQuotaPreferencesResponse(ListQuotaPreferencesResponse)

public ListQuotaPreferencesResponse(ListQuotaPreferencesResponse other)
Parameter
NameDescription
otherListQuotaPreferencesResponse

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

QuotaPreferences

public RepeatedField<QuotaPreference> QuotaPreferences { get; }

The list of QuotaPreference

Property Value
TypeDescription
RepeatedFieldQuotaPreference

Unreachable

public RepeatedField<string> Unreachable { get; }

Locations that could not be reached.

Property Value
TypeDescription
RepeatedFieldstring

Methods

GetEnumerator()

public IEnumerator<QuotaPreference> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorQuotaPreference