[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis documentation details the \u003ccode\u003eListQuotaPreferencesResponse\u003c/code\u003e class within the Google Cloud Quotas v1 API, used for handling responses when listing QuotaPreferences.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eListQuotaPreferencesResponse\u003c/code\u003e class provides methods and properties for managing and iterating through a collection of \u003ccode\u003eQuotaPreference\u003c/code\u003e objects.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of \u003ccode\u003eListQuotaPreferencesResponse\u003c/code\u003e include \u003ccode\u003eNextPageToken\u003c/code\u003e for pagination, \u003ccode\u003eQuotaPreferences\u003c/code\u003e for the list of preferences, and \u003ccode\u003eUnreachable\u003c/code\u003e for locations that couldn't be reached.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of the \u003ccode\u003eListQuotaPreferencesResponse\u003c/code\u003e class is 1.1.0, and it implements interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, and \u003ccode\u003eIEnumerable\u003c/code\u003e to provide core functionalities.\u003c/p\u003e\n"]]],[],null,["# Cloud Quotas v1 API - Class ListQuotaPreferencesResponse (1.1.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.1.0 (latest)](/dotnet/docs/reference/Google.Cloud.CloudQuotas.V1/latest/Google.Cloud.CloudQuotas.V1.ListQuotaPreferencesResponse)\n- [1.0.0-beta05](/dotnet/docs/reference/Google.Cloud.CloudQuotas.V1/1.0.0-beta05/Google.Cloud.CloudQuotas.V1.ListQuotaPreferencesResponse) \n\n public sealed class ListQuotaPreferencesResponse : IMessage\u003cListQuotaPreferencesResponse\u003e, IEquatable\u003cListQuotaPreferencesResponse\u003e, IDeepCloneable\u003cListQuotaPreferencesResponse\u003e, IBufferMessage, IMessage, IPageResponse\u003cQuotaPreference\u003e, IEnumerable\u003cQuotaPreference\u003e, IEnumerable\n\nReference documentation and code samples for the Cloud Quotas v1 API class ListQuotaPreferencesResponse.\n\nMessage for response to listing QuotaPreferences \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ListQuotaPreferencesResponse \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[ListQuotaPreferencesResponse](/dotnet/docs/reference/Google.Cloud.CloudQuotas.V1/latest/Google.Cloud.CloudQuotas.V1.ListQuotaPreferencesResponse), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ListQuotaPreferencesResponse](/dotnet/docs/reference/Google.Cloud.CloudQuotas.V1/latest/Google.Cloud.CloudQuotas.V1.ListQuotaPreferencesResponse), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ListQuotaPreferencesResponse](/dotnet/docs/reference/Google.Cloud.CloudQuotas.V1/latest/Google.Cloud.CloudQuotas.V1.ListQuotaPreferencesResponse), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html), [IPageResponse](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.IPageResponse-1.html)[QuotaPreference](/dotnet/docs/reference/Google.Cloud.CloudQuotas.V1/latest/Google.Cloud.CloudQuotas.V1.QuotaPreference), [IEnumerable](https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1)[QuotaPreference](/dotnet/docs/reference/Google.Cloud.CloudQuotas.V1/latest/Google.Cloud.CloudQuotas.V1.QuotaPreference), [IEnumerable](https://learn.microsoft.com/dotnet/api/system.collections.ienumerable) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.CloudQuotas.V1](/dotnet/docs/reference/Google.Cloud.CloudQuotas.V1/latest/Google.Cloud.CloudQuotas.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.CloudQuotas.V1.dll\n\nConstructors\n------------\n\n### ListQuotaPreferencesResponse()\n\n public ListQuotaPreferencesResponse()\n\n### ListQuotaPreferencesResponse(ListQuotaPreferencesResponse)\n\n public ListQuotaPreferencesResponse(ListQuotaPreferencesResponse other)\n\nProperties\n----------\n\n### NextPageToken\n\n public string NextPageToken { get; set; }\n\nA token, which can be sent as `page_token` to retrieve the next page.\nIf this field is omitted, there are no subsequent pages.\n\n### QuotaPreferences\n\n public RepeatedField\u003cQuotaPreference\u003e QuotaPreferences { get; }\n\nThe list of QuotaPreference\n\n### Unreachable\n\n public RepeatedField\u003cstring\u003e Unreachable { get; }\n\nLocations that could not be reached.\n\nMethods\n-------\n\n### GetEnumerator()\n\n public IEnumerator\u003cQuotaPreference\u003e GetEnumerator()\n\nReturns an enumerator that iterates through the resources in this response."]]