Interface QuotaAdjusterSettingsManagerGrpc.AsyncService (0.53.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)

Gets the QuotaAdjusterSettings for the specified resource.

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)

Updates the QuotaAdjusterSettings for the specified resource.

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