public static final class AccountLimitsServiceGrpc.AccountLimitsServiceStub extends AbstractAsyncStub<AccountLimitsServiceGrpc.AccountLimitsServiceStub>A stub to allow clients to do asynchronous rpc calls to service AccountLimitsService.
Service to retrieve account limits.
Inheritance
java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractAsyncStub > AccountLimitsServiceGrpc.AccountLimitsServiceStubMethods
build(Channel channel, CallOptions callOptions)
protected AccountLimitsServiceGrpc.AccountLimitsServiceStub build(Channel channel, CallOptions callOptions)| Parameters | |
|---|---|
| Name | Description |
channel |
io.grpc.Channel |
callOptions |
io.grpc.CallOptions |
| Returns | |
|---|---|
| Type | Description |
AccountLimitsServiceGrpc.AccountLimitsServiceStub |
|
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)
getAccountLimit(GetAccountLimitRequest request, StreamObserver<AccountLimit> responseObserver)
public void getAccountLimit(GetAccountLimitRequest request, StreamObserver<AccountLimit> responseObserver)Retrieves an account limit.
| Parameters | |
|---|---|
| Name | Description |
request |
GetAccountLimitRequest |
responseObserver |
io.grpc.stub.StreamObserver<AccountLimit> |
listAccountLimits(ListAccountLimitsRequest request, StreamObserver<ListAccountLimitsResponse> responseObserver)
public void listAccountLimits(ListAccountLimitsRequest request, StreamObserver<ListAccountLimitsResponse> responseObserver)Lists the limits of an account.
| Parameters | |
|---|---|
| Name | Description |
request |
ListAccountLimitsRequest |
responseObserver |
io.grpc.stub.StreamObserver<ListAccountLimitsResponse> |