Required. Parent value of QuotaInfo resources.
Listing across different resource containers (such as 'projects/-') is not
allowed.
Example names:
projects/123/locations/global/services/compute.googleapis.comfolders/234/locations/global/services/compute.googleapis.comorganizations/345/locations/global/services/compute.googleapis.com
[[["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\u003eListQuotaInfosRequest\u003c/code\u003e class is part of the Cloud Quotas v1 API and is used to request a list of \u003ccode\u003eQuotaInfos\u003c/code\u003e.\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 functionality for message handling, equality checks, deep cloning, and paged results.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eListQuotaInfosRequest\u003c/code\u003e class includes properties like \u003ccode\u003ePageSize\u003c/code\u003e, \u003ccode\u003ePageToken\u003c/code\u003e, and \u003ccode\u003eParent\u003c/code\u003e to manage pagination and specify the scope of the quota information being requested.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eParent\u003c/code\u003e property, which is required, specifies the resource container, such as projects, folders, or organizations, and it is not allowed to list across different containers.\u003c/p\u003e\n"],["\u003cp\u003eThere are two versions of the class available, the latest being 1.1.0 and 1.0.0-beta05, showing that they are constantly being updated.\u003c/p\u003e\n"]]],[],null,["# Cloud Quotas v1 API - Class ListQuotaInfosRequest (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.ListQuotaInfosRequest)\n- [1.0.0-beta05](/dotnet/docs/reference/Google.Cloud.CloudQuotas.V1/1.0.0-beta05/Google.Cloud.CloudQuotas.V1.ListQuotaInfosRequest) \n\n public sealed class ListQuotaInfosRequest : IMessage\u003cListQuotaInfosRequest\u003e, IEquatable\u003cListQuotaInfosRequest\u003e, IDeepCloneable\u003cListQuotaInfosRequest\u003e, IBufferMessage, IMessage, IPageRequest\n\nReference documentation and code samples for the Cloud Quotas v1 API class ListQuotaInfosRequest.\n\nMessage for requesting list of QuotaInfos \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ListQuotaInfosRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[ListQuotaInfosRequest](/dotnet/docs/reference/Google.Cloud.CloudQuotas.V1/latest/Google.Cloud.CloudQuotas.V1.ListQuotaInfosRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ListQuotaInfosRequest](/dotnet/docs/reference/Google.Cloud.CloudQuotas.V1/latest/Google.Cloud.CloudQuotas.V1.ListQuotaInfosRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ListQuotaInfosRequest](/dotnet/docs/reference/Google.Cloud.CloudQuotas.V1/latest/Google.Cloud.CloudQuotas.V1.ListQuotaInfosRequest), [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### ListQuotaInfosRequest()\n\n public ListQuotaInfosRequest()\n\n### ListQuotaInfosRequest(ListQuotaInfosRequest)\n\n public ListQuotaInfosRequest(ListQuotaInfosRequest other)\n\nProperties\n----------\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 QuotaInfo resources.\nListing across different resource containers (such as 'projects/-') is not\nallowed.\n\nExample names:\n`projects/123/locations/global/services/compute.googleapis.com`\n`folders/234/locations/global/services/compute.googleapis.com`\n`organizations/345/locations/global/services/compute.googleapis.com`\n\n### ParentAsServiceName\n\n public ServiceName ParentAsServiceName { get; set; }\n\n[ServiceName](/dotnet/docs/reference/Google.Cloud.CloudQuotas.V1/latest/Google.Cloud.CloudQuotas.V1.ServiceName)-typed view over the [Parent](/dotnet/docs/reference/Google.Cloud.CloudQuotas.V1/latest/Google.Cloud.CloudQuotas.V1.ListQuotaInfosRequest#Google_Cloud_CloudQuotas_V1_ListQuotaInfosRequest_Parent) resource name property."]]