Cloud Quotas v1beta API - Class QuotaAdjusterSettingsManager (1.0.0-beta01)

public static class QuotaAdjusterSettingsManager

Reference documentation and code samples for the Cloud Quotas v1beta API class QuotaAdjusterSettingsManager.

The Quotas Adjuster Settings API is an infrastructure service for Google Cloud that lets service consumers view and update their quota adjuster settings.

  • Update quota adjuster settings.
  • Get the name of the configurations.

Inheritance

object > QuotaAdjusterSettingsManager

Namespace

Google.Cloud.CloudQuotas.V1Beta

Assembly

Google.Cloud.CloudQuotas.V1Beta.dll

Methods

BindService(QuotaAdjusterSettingsManagerBase)

public static ServerServiceDefinition BindService(QuotaAdjusterSettingsManager.QuotaAdjusterSettingsManagerBase serviceImpl)

Creates service definition that can be registered with a server

Parameter
Name Description
serviceImpl QuotaAdjusterSettingsManagerQuotaAdjusterSettingsManagerBase

An object implementing the server-side handling logic.

Returns
Type Description
ServerServiceDefinition

BindService(ServiceBinderBase, QuotaAdjusterSettingsManagerBase)

public static void BindService(ServiceBinderBase serviceBinder, QuotaAdjusterSettingsManager.QuotaAdjusterSettingsManagerBase serviceImpl)

Register service method with a service binder with or without implementation. Useful when customizing the service binding logic. Note: this method is part of an experimental API that can change or be removed without any prior notice.

Parameters
Name Description
serviceBinder ServiceBinderBase

Service methods will be bound by calling AddMethod on this object.

serviceImpl QuotaAdjusterSettingsManagerQuotaAdjusterSettingsManagerBase

An object implementing the server-side handling logic.