Required. Parent value of QuotaPreference resources.
Listing across different resource containers (such as 'projects/-') is not
allowed.
When the value starts with 'folders' or 'organizations', it lists the
QuotaPreferences for org quotas in the container. It does not list the
QuotaPreferences in the descendant projects of the container.
[[["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\u003eThe \u003ccode\u003eListQuotaPreferencesRequest\u003c/code\u003e class is part of the Cloud Quotas v1 API and is used to request a list of quota preferences.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements several interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, \u003ccode\u003eIBufferMessage\u003c/code\u003e, and \u003ccode\u003eIPageRequest\u003c/code\u003e, providing various functionalities like serialization and deep cloning.\u003c/p\u003e\n"],["\u003cp\u003eYou can filter results based on criteria like state, type, and time using the \u003ccode\u003eFilter\u003c/code\u003e property and sort them using the \u003ccode\u003eOrderBy\u003c/code\u003e property.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eParent\u003c/code\u003e property is mandatory and specifies the container for which quota preferences are listed, such as a project, folder, or organization.\u003c/p\u003e\n"],["\u003cp\u003eOptional properties like \u003ccode\u003ePageSize\u003c/code\u003e and \u003ccode\u003ePageToken\u003c/code\u003e can be used to control the pagination of the results.\u003c/p\u003e\n"]]],[],null,["# Cloud Quotas v1 API - Class ListQuotaPreferencesRequest (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.ListQuotaPreferencesRequest)\n- [1.0.0-beta05](/dotnet/docs/reference/Google.Cloud.CloudQuotas.V1/1.0.0-beta05/Google.Cloud.CloudQuotas.V1.ListQuotaPreferencesRequest) \n\n public sealed class ListQuotaPreferencesRequest : IMessage\u003cListQuotaPreferencesRequest\u003e, IEquatable\u003cListQuotaPreferencesRequest\u003e, IDeepCloneable\u003cListQuotaPreferencesRequest\u003e, IBufferMessage, IMessage, IPageRequest\n\nReference documentation and code samples for the Cloud Quotas v1 API class ListQuotaPreferencesRequest.\n\nMessage for requesting list of QuotaPreferences \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ListQuotaPreferencesRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[ListQuotaPreferencesRequest](/dotnet/docs/reference/Google.Cloud.CloudQuotas.V1/latest/Google.Cloud.CloudQuotas.V1.ListQuotaPreferencesRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ListQuotaPreferencesRequest](/dotnet/docs/reference/Google.Cloud.CloudQuotas.V1/latest/Google.Cloud.CloudQuotas.V1.ListQuotaPreferencesRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ListQuotaPreferencesRequest](/dotnet/docs/reference/Google.Cloud.CloudQuotas.V1/latest/Google.Cloud.CloudQuotas.V1.ListQuotaPreferencesRequest), [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), [IPageRequest](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.IPageRequest.html) \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### ListQuotaPreferencesRequest()\n\n public ListQuotaPreferencesRequest()\n\n### ListQuotaPreferencesRequest(ListQuotaPreferencesRequest)\n\n public ListQuotaPreferencesRequest(ListQuotaPreferencesRequest other)\n\nProperties\n----------\n\n### Filter\n\n public string Filter { get; set; }\n\nOptional. Filter result QuotaPreferences by their state, type,\ncreate/update time range.\n\nExample filters:\n`reconciling=true AND request_type=CLOUD_CONSOLE`,\n`reconciling=true OR creation_time\u003e2022-12-03T10:30:00`\n\n### OrderBy\n\n public string OrderBy { get; set; }\n\nOptional. How to order of the results. By default, the results are ordered\nby create time.\n\nExample orders:\n`quota_id`,\n`service, create_time`\n\n### PageSize\n\n public int PageSize { get; set; }\n\nOptional. Requested page size. Server may return fewer items than\nrequested. If unspecified, server will pick an appropriate default.\n\n### PageToken\n\n public string PageToken { get; set; }\n\nOptional. A token identifying a page of results the server should return.\n\n### Parent\n\n public string Parent { get; set; }\n\nRequired. Parent value of QuotaPreference resources.\nListing across different resource containers (such as 'projects/-') is not\nallowed.\n\nWhen the value starts with 'folders' or 'organizations', it lists the\nQuotaPreferences for org quotas in the container. It does not list the\nQuotaPreferences in the descendant projects of the container.\n\nExample parents:\n`projects/123/locations/global`\n\n### ParentAsLocationName\n\n public LocationName ParentAsLocationName { get; set; }\n\n[LocationName](/dotnet/docs/reference/Google.Cloud.CloudQuotas.V1/latest/Google.Cloud.CloudQuotas.V1.LocationName)-typed view over the [Parent](/dotnet/docs/reference/Google.Cloud.CloudQuotas.V1/latest/Google.Cloud.CloudQuotas.V1.ListQuotaPreferencesRequest#Google_Cloud_CloudQuotas_V1_ListQuotaPreferencesRequest_Parent) resource name property."]]