[[["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\u003e\u003ccode\u003eListQuotaPreferencesResponse\u003c/code\u003e is a sealed class in the Cloud Quotas v1beta API, serving as the message for responses when listing QuotaPreferences.\u003c/p\u003e\n"],["\u003cp\u003eThis class inherits from \u003ccode\u003eobject\u003c/code\u003e and implements multiple interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, \u003ccode\u003eIBufferMessage\u003c/code\u003e, \u003ccode\u003eIPageResponse\u003c/code\u003e, and \u003ccode\u003eIEnumerable\u003c/code\u003e, enabling a variety of operations.\u003c/p\u003e\n"],["\u003cp\u003eIt contains properties such as \u003ccode\u003eNextPageToken\u003c/code\u003e to manage pagination, \u003ccode\u003eQuotaPreferences\u003c/code\u003e to hold the list of quota preferences, and \u003ccode\u003eUnreachable\u003c/code\u003e to list any locations that could not be accessed.\u003c/p\u003e\n"],["\u003cp\u003eThe class has two constructors, one default and another that copies a \u003ccode\u003eListQuotaPreferencesResponse\u003c/code\u003e instance, to properly manage the creation of its objects.\u003c/p\u003e\n"],["\u003cp\u003eThe method \u003ccode\u003eGetEnumerator()\u003c/code\u003e allows iterating through the \u003ccode\u003eQuotaPreference\u003c/code\u003e resources contained in the response.\u003c/p\u003e\n"]]],[],null,["# Cloud Quotas v1beta API - Class ListQuotaPreferencesResponse (1.0.0-beta02)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.0-beta02 (latest)](/dotnet/docs/reference/Google.Cloud.CloudQuotas.V1Beta/latest/Google.Cloud.CloudQuotas.V1Beta.ListQuotaPreferencesResponse)\n- [1.0.0-beta01](/dotnet/docs/reference/Google.Cloud.CloudQuotas.V1Beta/1.0.0-beta01/Google.Cloud.CloudQuotas.V1Beta.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 v1beta 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.V1Beta/latest/Google.Cloud.CloudQuotas.V1Beta.ListQuotaPreferencesResponse), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ListQuotaPreferencesResponse](/dotnet/docs/reference/Google.Cloud.CloudQuotas.V1Beta/latest/Google.Cloud.CloudQuotas.V1Beta.ListQuotaPreferencesResponse), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ListQuotaPreferencesResponse](/dotnet/docs/reference/Google.Cloud.CloudQuotas.V1Beta/latest/Google.Cloud.CloudQuotas.V1Beta.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.V1Beta/latest/Google.Cloud.CloudQuotas.V1Beta.QuotaPreference), [IEnumerable](https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1)[QuotaPreference](/dotnet/docs/reference/Google.Cloud.CloudQuotas.V1Beta/latest/Google.Cloud.CloudQuotas.V1Beta.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.V1Beta](/dotnet/docs/reference/Google.Cloud.CloudQuotas.V1Beta/latest/Google.Cloud.CloudQuotas.V1Beta)\n\nAssembly\n--------\n\nGoogle.Cloud.CloudQuotas.V1Beta.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."]]