Interface QuotaAdjusterSettingsManagerGrpc.AsyncService (0.24.0)

public static interface QuotaAdjusterSettingsManagerGrpc.AsyncService

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.

Methods

getQuotaAdjusterSettings(GetQuotaAdjusterSettingsRequest request, StreamObserver<QuotaAdjusterSettings> responseObserver)

public default void getQuotaAdjusterSettings(GetQuotaAdjusterSettingsRequest request, StreamObserver<QuotaAdjusterSettings> responseObserver)

RPC Method for getting QuotaAdjusterSettings based on the request

Parameters
Name Description
request GetQuotaAdjusterSettingsRequest
responseObserver io.grpc.stub.StreamObserver<QuotaAdjusterSettings>

updateQuotaAdjusterSettings(UpdateQuotaAdjusterSettingsRequest request, StreamObserver<QuotaAdjusterSettings> responseObserver)

public default void updateQuotaAdjusterSettings(UpdateQuotaAdjusterSettingsRequest request, StreamObserver<QuotaAdjusterSettings> responseObserver)

RPC Method for updating QuotaAdjusterSettings based on the request

Parameters
Name Description
request UpdateQuotaAdjusterSettingsRequest
responseObserver io.grpc.stub.StreamObserver<QuotaAdjusterSettings>