public static final class QuotaServiceGrpc.QuotaServiceStub extends AbstractAsyncStub<QuotaServiceGrpc.QuotaServiceStub>A stub to allow clients to do asynchronous rpc calls to service QuotaService.
Service to get method call quota information per CSS API method.
Inheritance
java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractAsyncStub > QuotaServiceGrpc.QuotaServiceStubMethods
build(Channel channel, CallOptions callOptions)
protected QuotaServiceGrpc.QuotaServiceStub build(Channel channel, CallOptions callOptions)| Parameters | |
|---|---|
| Name | Description |
channel |
io.grpc.Channel |
callOptions |
io.grpc.CallOptions |
| Returns | |
|---|---|
| Type | Description |
QuotaServiceGrpc.QuotaServiceStub |
|
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)
listQuotaGroups(ListQuotaGroupsRequest request, StreamObserver<ListQuotaGroupsResponse> responseObserver)
public void listQuotaGroups(ListQuotaGroupsRequest request, StreamObserver<ListQuotaGroupsResponse> responseObserver)Lists the daily call quota and usage per group for your CSS Center account.
| Parameters | |
|---|---|
| Name | Description |
request |
ListQuotaGroupsRequest |
responseObserver |
io.grpc.stub.StreamObserver<ListQuotaGroupsResponse> |