public sealed class GetQuotaAdjusterSettingsRequest : IMessage<GetQuotaAdjusterSettingsRequest>, IEquatable<GetQuotaAdjusterSettingsRequest>, IDeepCloneable<GetQuotaAdjusterSettingsRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Quotas v1beta API class GetQuotaAdjusterSettingsRequest.
[[["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\u003eGetQuotaAdjusterSettingsRequest\u003c/code\u003e is a sealed class in the Cloud Quotas v1beta API used to request quota adjuster settings.\u003c/p\u003e\n"],["\u003cp\u003eThis class inherits from \u003ccode\u003eobject\u003c/code\u003e and implements several interfaces, including \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 \u003ccode\u003eGetQuotaAdjusterSettingsRequest\u003c/code\u003e class offers two constructors, one default and one that accepts another \u003ccode\u003eGetQuotaAdjusterSettingsRequest\u003c/code\u003e instance for cloning.\u003c/p\u003e\n"],["\u003cp\u003eIt contains two main properties: \u003ccode\u003eName\u003c/code\u003e, which is a required string, and \u003ccode\u003eQuotaAdjusterSettingsName\u003c/code\u003e, which provides a typed view of the \u003ccode\u003eName\u003c/code\u003e property.\u003c/p\u003e\n"]]],[],null,["# Cloud Quotas v1beta API - Class GetQuotaAdjusterSettingsRequest (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.GetQuotaAdjusterSettingsRequest)\n- [1.0.0-beta01](/dotnet/docs/reference/Google.Cloud.CloudQuotas.V1Beta/1.0.0-beta01/Google.Cloud.CloudQuotas.V1Beta.GetQuotaAdjusterSettingsRequest) \n\n public sealed class GetQuotaAdjusterSettingsRequest : IMessage\u003cGetQuotaAdjusterSettingsRequest\u003e, IEquatable\u003cGetQuotaAdjusterSettingsRequest\u003e, IDeepCloneable\u003cGetQuotaAdjusterSettingsRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Cloud Quotas v1beta API class GetQuotaAdjusterSettingsRequest.\n\nRequest for getting QuotaAdjusterSettings \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e GetQuotaAdjusterSettingsRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[GetQuotaAdjusterSettingsRequest](/dotnet/docs/reference/Google.Cloud.CloudQuotas.V1Beta/latest/Google.Cloud.CloudQuotas.V1Beta.GetQuotaAdjusterSettingsRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[GetQuotaAdjusterSettingsRequest](/dotnet/docs/reference/Google.Cloud.CloudQuotas.V1Beta/latest/Google.Cloud.CloudQuotas.V1Beta.GetQuotaAdjusterSettingsRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[GetQuotaAdjusterSettingsRequest](/dotnet/docs/reference/Google.Cloud.CloudQuotas.V1Beta/latest/Google.Cloud.CloudQuotas.V1Beta.GetQuotaAdjusterSettingsRequest), [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.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### GetQuotaAdjusterSettingsRequest()\n\n public GetQuotaAdjusterSettingsRequest()\n\n### GetQuotaAdjusterSettingsRequest(GetQuotaAdjusterSettingsRequest)\n\n public GetQuotaAdjusterSettingsRequest(GetQuotaAdjusterSettingsRequest other)\n\nProperties\n----------\n\n### Name\n\n public string Name { get; set; }\n\nRequired. Name of the `quotaAdjusterSettings` configuration. Only a single\nsetting per project is supported.\n\n### QuotaAdjusterSettingsName\n\n public QuotaAdjusterSettingsName QuotaAdjusterSettingsName { get; set; }\n\n[QuotaAdjusterSettingsName](/dotnet/docs/reference/Google.Cloud.CloudQuotas.V1Beta/latest/Google.Cloud.CloudQuotas.V1Beta.QuotaAdjusterSettingsName)-typed view over the [Name](/dotnet/docs/reference/Google.Cloud.CloudQuotas.V1Beta/latest/Google.Cloud.CloudQuotas.V1Beta.GetQuotaAdjusterSettingsRequest#Google_Cloud_CloudQuotas_V1Beta_GetQuotaAdjusterSettingsRequest_Name) resource name property."]]