[BindServiceMethod(typeof(QuotaAdjusterSettingsManager), "BindService")]public abstract class QuotaAdjusterSettingsManager.QuotaAdjusterSettingsManagerBase
Reference documentation and code samples for the Cloud Quotas v1beta API class QuotaAdjusterSettingsManager.QuotaAdjusterSettingsManagerBase.
Base class for server-side implementations of QuotaAdjusterSettingsManager
[[["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\u003eQuotaAdjusterSettingsManager.QuotaAdjusterSettingsManagerBase\u003c/code\u003e is the base class for server-side implementations of the \u003ccode\u003eQuotaAdjusterSettingsManager\u003c/code\u003e in the Cloud Quotas v1beta API.\u003c/p\u003e\n"],["\u003cp\u003eIt provides two RPC methods: \u003ccode\u003eGetQuotaAdjusterSettings\u003c/code\u003e for retrieving quota settings and \u003ccode\u003eUpdateQuotaAdjusterSettings\u003c/code\u003e for modifying them.\u003c/p\u003e\n"],["\u003cp\u003eBoth \u003ccode\u003eGetQuotaAdjusterSettings\u003c/code\u003e and \u003ccode\u003eUpdateQuotaAdjusterSettings\u003c/code\u003e methods use \u003ccode\u003erequest\u003c/code\u003e and \u003ccode\u003econtext\u003c/code\u003e parameters, taking a respective request object and \u003ccode\u003eServerCallContext\u003c/code\u003e to handle the server-side call.\u003c/p\u003e\n"],["\u003cp\u003eBoth methods return a \u003ccode\u003eTask<QuotaAdjusterSettings>\u003c/code\u003e, which represents the response to be sent back to the client, encapsulated within a task.\u003c/p\u003e\n"],["\u003cp\u003eThe class inherits basic functionalities like \u003ccode\u003eGetHashCode\u003c/code\u003e, \u003ccode\u003eGetType\u003c/code\u003e, \u003ccode\u003eMemberwiseClone\u003c/code\u003e, and \u003ccode\u003eToString\u003c/code\u003e from the base \u003ccode\u003eobject\u003c/code\u003e class.\u003c/p\u003e\n"]]],[],null,["# Cloud Quotas v1beta API - Class QuotaAdjusterSettingsManager.QuotaAdjusterSettingsManagerBase (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.QuotaAdjusterSettingsManager.QuotaAdjusterSettingsManagerBase)\n- [1.0.0-beta01](/dotnet/docs/reference/Google.Cloud.CloudQuotas.V1Beta/1.0.0-beta01/Google.Cloud.CloudQuotas.V1Beta.QuotaAdjusterSettingsManager.QuotaAdjusterSettingsManagerBase) \n\n [BindServiceMethod(typeof(QuotaAdjusterSettingsManager), \"BindService\")]\n public abstract class QuotaAdjusterSettingsManager.QuotaAdjusterSettingsManagerBase\n\nReference documentation and code samples for the Cloud Quotas v1beta API class QuotaAdjusterSettingsManager.QuotaAdjusterSettingsManagerBase.\n\nBase class for server-side implementations of QuotaAdjusterSettingsManager \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e QuotaAdjusterSettingsManager.QuotaAdjusterSettingsManagerBase \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.MemberwiseClone()](https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone) \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\nMethods\n-------\n\n### GetQuotaAdjusterSettings(GetQuotaAdjusterSettingsRequest, ServerCallContext)\n\n public virtual Task\u003cQuotaAdjusterSettings\u003e GetQuotaAdjusterSettings(GetQuotaAdjusterSettingsRequest request, ServerCallContext context)\n\nRPC Method for getting QuotaAdjusterSettings based on the request\n\n### UpdateQuotaAdjusterSettings(UpdateQuotaAdjusterSettingsRequest, ServerCallContext)\n\n public virtual Task\u003cQuotaAdjusterSettings\u003e UpdateQuotaAdjusterSettings(UpdateQuotaAdjusterSettingsRequest request, ServerCallContext context)\n\nRPC Method for updating QuotaAdjusterSettings based on the request"]]