Class GatewayAdminGrpc.GatewayAdminStub
java.lang.Object
io.grpc.stub.AbstractStub<S>
io.grpc.stub.AbstractAsyncStub<GatewayAdminGrpc.GatewayAdminStub>
tech.figure.objectstore.gateway.admin.GatewayAdminGrpc.GatewayAdminStub
- Enclosing class:
- GatewayAdminGrpc
public static final class GatewayAdminGrpc.GatewayAdminStub
extends io.grpc.stub.AbstractAsyncStub<GatewayAdminGrpc.GatewayAdminStub>
A stub to allow clients to do asynchronous rpc calls to service GatewayAdmin.
-
Nested Class Summary
Nested classes/interfaces inherited from class io.grpc.stub.AbstractStub
io.grpc.stub.AbstractStub.StubFactory<T extends io.grpc.stub.AbstractStub<T>> -
Method Summary
Modifier and TypeMethodDescriptionprotected GatewayAdminGrpc.GatewayAdminStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions) voidfetchDataStorageAccount(Admin.FetchDataStorageAccountRequest request, io.grpc.stub.StreamObserver<Admin.FetchDataStorageAccountResponse> responseObserver) voidputDataStorageAccount(Admin.PutDataStorageAccountRequest request, io.grpc.stub.StreamObserver<Admin.PutDataStorageAccountResponse> responseObserver) Methods inherited from class io.grpc.stub.AbstractAsyncStub
newStub, newStubMethods inherited from class io.grpc.stub.AbstractStub
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReady
-
Method Details
-
build
protected GatewayAdminGrpc.GatewayAdminStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
buildin classio.grpc.stub.AbstractStub<GatewayAdminGrpc.GatewayAdminStub>
-
putDataStorageAccount
public void putDataStorageAccount(Admin.PutDataStorageAccountRequest request, io.grpc.stub.StreamObserver<Admin.PutDataStorageAccountResponse> responseObserver) -
fetchDataStorageAccount
public void fetchDataStorageAccount(Admin.FetchDataStorageAccountRequest request, io.grpc.stub.StreamObserver<Admin.FetchDataStorageAccountResponse> responseObserver)
-