[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
Namespace
Google.Cloud.CloudQuotas.V1BetaAssembly
Google.Cloud.CloudQuotas.V1Beta.dll
Methods
GetQuotaAdjusterSettings(GetQuotaAdjusterSettingsRequest, ServerCallContext)
public virtual Task<QuotaAdjusterSettings> GetQuotaAdjusterSettings(GetQuotaAdjusterSettingsRequest request, ServerCallContext context)
RPC Method for getting QuotaAdjusterSettings based on the request
Parameters | |
---|---|
Name | Description |
request |
GetQuotaAdjusterSettingsRequest The request received from the client. |
context |
ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
TaskQuotaAdjusterSettings |
The response to send back to the client (wrapped by a task). |
UpdateQuotaAdjusterSettings(UpdateQuotaAdjusterSettingsRequest, ServerCallContext)
public virtual Task<QuotaAdjusterSettings> UpdateQuotaAdjusterSettings(UpdateQuotaAdjusterSettingsRequest request, ServerCallContext context)
RPC Method for updating QuotaAdjusterSettings based on the request
Parameters | |
---|---|
Name | Description |
request |
UpdateQuotaAdjusterSettingsRequest The request received from the client. |
context |
ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
TaskQuotaAdjusterSettings |
The response to send back to the client (wrapped by a task). |