Class GatewayAdminGrpc.GatewayAdminFutureStub
java.lang.Object
io.grpc.stub.AbstractStub<S>
io.grpc.stub.AbstractFutureStub<GatewayAdminGrpc.GatewayAdminFutureStub>
tech.figure.objectstore.gateway.admin.GatewayAdminGrpc.GatewayAdminFutureStub
- Enclosing class:
- GatewayAdminGrpc
public static final class GatewayAdminGrpc.GatewayAdminFutureStub
extends io.grpc.stub.AbstractFutureStub<GatewayAdminGrpc.GatewayAdminFutureStub>
A stub to allow clients to do ListenableFuture-style 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.GatewayAdminFutureStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions) com.google.common.util.concurrent.ListenableFuture<Admin.FetchDataStorageAccountResponse>com.google.common.util.concurrent.ListenableFuture<Admin.PutDataStorageAccountResponse>Methods inherited from class io.grpc.stub.AbstractFutureStub
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.GatewayAdminFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
buildin classio.grpc.stub.AbstractStub<GatewayAdminGrpc.GatewayAdminFutureStub>
-
putDataStorageAccount
public com.google.common.util.concurrent.ListenableFuture<Admin.PutDataStorageAccountResponse> putDataStorageAccount(Admin.PutDataStorageAccountRequest request) -
fetchDataStorageAccount
public com.google.common.util.concurrent.ListenableFuture<Admin.FetchDataStorageAccountResponse> fetchDataStorageAccount(Admin.FetchDataStorageAccountRequest request)
-