Class QuotaControllerGrpc.QuotaControllerStub (1.44.0)

public static final class QuotaControllerGrpc.QuotaControllerStub extends AbstractAsyncStub<QuotaControllerGrpc.QuotaControllerStub>

A stub to allow clients to do asynchronous rpc calls to service QuotaController.

Google Quota Control API Allows clients to allocate and release quota against a managed service.

Inheritance

java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractAsyncStub > QuotaControllerGrpc.QuotaControllerStub

Methods

allocateQuota(AllocateQuotaRequest request, StreamObserver<AllocateQuotaResponse> responseObserver)

public void allocateQuota(AllocateQuotaRequest request, StreamObserver<AllocateQuotaResponse> responseObserver)

Attempts to allocate quota for the specified consumer. It should be called before the operation is executed. This method requires the servicemanagement.services.quota permission on the specified service. For more information, see Cloud IAM. NOTE: The client must fail-open on server errors INTERNAL, UNKNOWN, DEADLINE_EXCEEDED, and UNAVAILABLE. To ensure system reliability, the server may inject these errors to prohibit any hard dependency on the quota functionality.

Parameters
Name Description
request AllocateQuotaRequest
responseObserver io.grpc.stub.StreamObserver<AllocateQuotaResponse>

build(Channel channel, CallOptions callOptions)

protected QuotaControllerGrpc.QuotaControllerStub build(Channel channel, CallOptions callOptions)
Parameters
Name Description
channel io.grpc.Channel
callOptions io.grpc.CallOptions
Returns
Type Description
QuotaControllerGrpc.QuotaControllerStub
Overrides
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)