public sealed class GetQuotaPreferenceRequest : IMessage<GetQuotaPreferenceRequest>, IEquatable<GetQuotaPreferenceRequest>, IDeepCloneable<GetQuotaPreferenceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Quotas v1 API class GetQuotaPreferenceRequest.
[[["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 page provides reference documentation for the \u003ccode\u003eGetQuotaPreferenceRequest\u003c/code\u003e class within the Cloud Quotas v1 API, specifically for the .NET environment.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eGetQuotaPreferenceRequest\u003c/code\u003e class is used for retrieving a QuotaPreference and inherits from \u003ccode\u003eobject\u003c/code\u003e, implementing interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of this class is 1.1.0, and it is a sealed class found in the \u003ccode\u003eGoogle.Cloud.CloudQuotas.V1\u003c/code\u003e namespace, within the \u003ccode\u003eGoogle.Cloud.CloudQuotas.V1.dll\u003c/code\u003e assembly.\u003c/p\u003e\n"],["\u003cp\u003eThe class has two constructors: a parameterless constructor, and one that takes another \u003ccode\u003eGetQuotaPreferenceRequest\u003c/code\u003e object, and it includes properties such as \u003ccode\u003eName\u003c/code\u003e (a string representing the resource name) and \u003ccode\u003eQuotaPreferenceName\u003c/code\u003e (a typed view of the resource name).\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eGetQuotaPreferenceRequest\u003c/code\u003e resource \u003ccode\u003eName\u003c/code\u003e property is required and an example of the required format is \u003ccode\u003eprojects/123/locations/global/quota_preferences/my-config-for-us-east1\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Cloud Quotas v1 API - Class GetQuotaPreferenceRequest (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.GetQuotaPreferenceRequest)\n- [1.0.0-beta05](/dotnet/docs/reference/Google.Cloud.CloudQuotas.V1/1.0.0-beta05/Google.Cloud.CloudQuotas.V1.GetQuotaPreferenceRequest) \n\n public sealed class GetQuotaPreferenceRequest : IMessage\u003cGetQuotaPreferenceRequest\u003e, IEquatable\u003cGetQuotaPreferenceRequest\u003e, IDeepCloneable\u003cGetQuotaPreferenceRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Cloud Quotas v1 API class GetQuotaPreferenceRequest.\n\nMessage for getting a QuotaPreference \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e GetQuotaPreferenceRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[GetQuotaPreferenceRequest](/dotnet/docs/reference/Google.Cloud.CloudQuotas.V1/latest/Google.Cloud.CloudQuotas.V1.GetQuotaPreferenceRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[GetQuotaPreferenceRequest](/dotnet/docs/reference/Google.Cloud.CloudQuotas.V1/latest/Google.Cloud.CloudQuotas.V1.GetQuotaPreferenceRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[GetQuotaPreferenceRequest](/dotnet/docs/reference/Google.Cloud.CloudQuotas.V1/latest/Google.Cloud.CloudQuotas.V1.GetQuotaPreferenceRequest), [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) \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### GetQuotaPreferenceRequest()\n\n public GetQuotaPreferenceRequest()\n\n### GetQuotaPreferenceRequest(GetQuotaPreferenceRequest)\n\n public GetQuotaPreferenceRequest(GetQuotaPreferenceRequest other)\n\nProperties\n----------\n\n### Name\n\n public string Name { get; set; }\n\nRequired. Name of the resource\n\nExample name:\n`projects/123/locations/global/quota_preferences/my-config-for-us-east1`\n\n### QuotaPreferenceName\n\n public QuotaPreferenceName QuotaPreferenceName { get; set; }\n\n[QuotaPreferenceName](/dotnet/docs/reference/Google.Cloud.CloudQuotas.V1/latest/Google.Cloud.CloudQuotas.V1.QuotaPreferenceName)-typed view over the [Name](/dotnet/docs/reference/Google.Cloud.CloudQuotas.V1/latest/Google.Cloud.CloudQuotas.V1.GetQuotaPreferenceRequest#Google_Cloud_CloudQuotas_V1_GetQuotaPreferenceRequest_Name) resource name property."]]