Class QuotaServiceGrpc.QuotaServiceFutureStub (0.6.0)

public static final class QuotaServiceGrpc.QuotaServiceFutureStub extends AbstractFutureStub<QuotaServiceGrpc.QuotaServiceFutureStub>

A stub to allow clients to do ListenableFuture-style rpc calls to service QuotaService.

Service to get method call quota information per Merchant API method.

Inheritance

java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractFutureStub > QuotaServiceGrpc.QuotaServiceFutureStub

Methods

build(Channel channel, CallOptions callOptions)

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

listQuotaGroups(ListQuotaGroupsRequest request)

public ListenableFuture<ListQuotaGroupsResponse> listQuotaGroups(ListQuotaGroupsRequest request)

Lists the daily call quota and usage per group for your Merchant Center account.

Parameter
Name Description
request ListQuotaGroupsRequest
Returns
Type Description
com.google.common.util.concurrent.ListenableFuture<ListQuotaGroupsResponse>