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\u003e\u003ccode\u003eListQuotaPreferencesRequest\u003c/code\u003e is a class in the Cloud Quotas v1beta API used to request a list of \u003ccode\u003eQuotaPreferences\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eIt inherits from \u003ccode\u003eobject\u003c/code\u003e and implements interfaces like \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, \u003ccode\u003eIBufferMessage\u003c/code\u003e, \u003ccode\u003eIMessage\u003c/code\u003e, and \u003ccode\u003eIPageRequest\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class allows filtering (\u003ccode\u003eFilter\u003c/code\u003e) and ordering (\u003ccode\u003eOrderBy\u003c/code\u003e) of the results, and also managing the number of items returned per page (\u003ccode\u003ePageSize\u003c/code\u003e, \u003ccode\u003ePageToken\u003c/code\u003e).\u003c/p\u003e\n"],["\u003cp\u003eIt requires a \u003ccode\u003eParent\u003c/code\u003e property to specify the resource container for which \u003ccode\u003eQuotaPreferences\u003c/code\u003e should be listed, such as a project or a location.\u003c/p\u003e\n"],["\u003cp\u003eThe class has two constructors: one with no parameters and one that uses another \u003ccode\u003eListQuotaPreferencesRequest\u003c/code\u003e as a parameter to make a copy.\u003c/p\u003e\n"]]],[],null,["# Cloud Quotas v1beta API - Class ListQuotaPreferencesRequest (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.ListQuotaPreferencesRequest)\n- [1.0.0-beta01](/dotnet/docs/reference/Google.Cloud.CloudQuotas.V1Beta/1.0.0-beta01/Google.Cloud.CloudQuotas.V1Beta.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 v1beta 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.V1Beta/latest/Google.Cloud.CloudQuotas.V1Beta.ListQuotaPreferencesRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ListQuotaPreferencesRequest](/dotnet/docs/reference/Google.Cloud.CloudQuotas.V1Beta/latest/Google.Cloud.CloudQuotas.V1Beta.ListQuotaPreferencesRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ListQuotaPreferencesRequest](/dotnet/docs/reference/Google.Cloud.CloudQuotas.V1Beta/latest/Google.Cloud.CloudQuotas.V1Beta.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.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### 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.V1Beta/latest/Google.Cloud.CloudQuotas.V1Beta.LocationName)-typed view over the [Parent](/dotnet/docs/reference/Google.Cloud.CloudQuotas.V1Beta/latest/Google.Cloud.CloudQuotas.V1Beta.ListQuotaPreferencesRequest#Google_Cloud_CloudQuotas_V1Beta_ListQuotaPreferencesRequest_Parent) resource name property."]]