[BindServiceMethod(typeof(QuotaAdjusterSettingsManager), "BindService")]
public abstract class QuotaAdjusterSettingsManager.QuotaAdjusterSettingsManagerBaseReference 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 |
GetQuotaAdjusterSettingsRequestThe request received from the client. |
context |
ServerCallContextThe 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 |
UpdateQuotaAdjusterSettingsRequestThe request received from the client. |
context |
ServerCallContextThe 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). |