Cloud Quotas v1beta API - Class QuotaAdjusterSettingsManager.QuotaAdjusterSettingsManagerBase (1.0.0-beta04)

[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

Inheritance

object > QuotaAdjusterSettingsManager.QuotaAdjusterSettingsManagerBase

Namespace

Google.Cloud.CloudQuotas.V1Beta

Assembly

Google.Cloud.CloudQuotas.V1Beta.dll

Methods

GetQuotaAdjusterSettings(GetQuotaAdjusterSettingsRequest, ServerCallContext)

public virtual Task<QuotaAdjusterSettings> GetQuotaAdjusterSettings(GetQuotaAdjusterSettingsRequest request, ServerCallContext context)

Gets the QuotaAdjusterSettings for the specified resource.

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)

Updates the QuotaAdjusterSettings for the specified resource.

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).