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
Implements
IMessageListQuotaPreferencesResponse, IEquatableListQuotaPreferencesResponse, IDeepCloneableListQuotaPreferencesResponse, IBufferMessage, IMessage, IPageResponseQuotaPreference, IEnumerableQuotaPreference, IEnumerableNamespace
Google.Cloud.CloudQuotas.V1Assembly
Google.Cloud.CloudQuotas.V1.dll
Constructors
ListQuotaPreferencesResponse()
public ListQuotaPreferencesResponse()
ListQuotaPreferencesResponse(ListQuotaPreferencesResponse)
public ListQuotaPreferencesResponse(ListQuotaPreferencesResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListQuotaPreferencesResponse |
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 |
QuotaPreferences
public RepeatedField<QuotaPreference> QuotaPreferences { get; }
The list of QuotaPreference
Property Value | |
---|---|
Type | Description |
RepeatedFieldQuotaPreference |
Unreachable
public RepeatedField<string> Unreachable { get; }
Locations that could not be reached.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |
Methods
GetEnumerator()
public IEnumerator<QuotaPreference> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorQuotaPreference |