Class QuotaAdjusterSettingsManagerGrpc (0.24.0)

public final class QuotaAdjusterSettingsManagerGrpc

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

java.lang.Object > QuotaAdjusterSettingsManagerGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
Type Description
String

Static Methods

bindService(QuotaAdjusterSettingsManagerGrpc.AsyncService service)

public static final ServerServiceDefinition bindService(QuotaAdjusterSettingsManagerGrpc.AsyncService service)
Parameter
Name Description
service QuotaAdjusterSettingsManagerGrpc.AsyncService
Returns
Type Description
io.grpc.ServerServiceDefinition

getGetQuotaAdjusterSettingsMethod()

public static MethodDescriptor<GetQuotaAdjusterSettingsRequest,QuotaAdjusterSettings> getGetQuotaAdjusterSettingsMethod()
Returns
Type Description
io.grpc.MethodDescriptor<GetQuotaAdjusterSettingsRequest,QuotaAdjusterSettings>

getServiceDescriptor()

public static ServiceDescriptor getServiceDescriptor()
Returns
Type Description
io.grpc.ServiceDescriptor

getUpdateQuotaAdjusterSettingsMethod()

public static MethodDescriptor<UpdateQuotaAdjusterSettingsRequest,QuotaAdjusterSettings> getUpdateQuotaAdjusterSettingsMethod()
Returns
Type Description
io.grpc.MethodDescriptor<UpdateQuotaAdjusterSettingsRequest,QuotaAdjusterSettings>

newBlockingStub(Channel channel)

public static QuotaAdjusterSettingsManagerGrpc.QuotaAdjusterSettingsManagerBlockingStub newBlockingStub(Channel channel)

Creates a new blocking-style stub that supports unary and streaming output calls on the service

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
QuotaAdjusterSettingsManagerGrpc.QuotaAdjusterSettingsManagerBlockingStub

newFutureStub(Channel channel)

public static QuotaAdjusterSettingsManagerGrpc.QuotaAdjusterSettingsManagerFutureStub newFutureStub(Channel channel)

Creates a new ListenableFuture-style stub that supports unary calls on the service

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
QuotaAdjusterSettingsManagerGrpc.QuotaAdjusterSettingsManagerFutureStub

newStub(Channel channel)

public static QuotaAdjusterSettingsManagerGrpc.QuotaAdjusterSettingsManagerStub newStub(Channel channel)

Creates a new async stub that supports all call types for the service

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
QuotaAdjusterSettingsManagerGrpc.QuotaAdjusterSettingsManagerStub