Package tech.figure.objectstore.gateway
Class GatewayGrpc.GatewayFutureStub
java.lang.Object
io.grpc.stub.AbstractStub<S>
io.grpc.stub.AbstractFutureStub<GatewayGrpc.GatewayFutureStub>
tech.figure.objectstore.gateway.GatewayGrpc.GatewayFutureStub
- Enclosing class:
- GatewayGrpc
public static final class GatewayGrpc.GatewayFutureStub
extends io.grpc.stub.AbstractFutureStub<GatewayGrpc.GatewayFutureStub>
A stub to allow clients to do ListenableFuture-style rpc calls to service Gateway.
-
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 TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<GatewayOuterClass.BatchGrantScopePermissionResponse>protected GatewayGrpc.GatewayFutureStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions) com.google.common.util.concurrent.ListenableFuture<GatewayOuterClass.FetchObjectResponse>com.google.common.util.concurrent.ListenableFuture<GatewayOuterClass.FetchObjectByHashResponse>com.google.common.util.concurrent.ListenableFuture<GatewayOuterClass.GrantObjectPermissionsResponse>com.google.common.util.concurrent.ListenableFuture<GatewayOuterClass.GrantScopePermissionResponse>com.google.common.util.concurrent.ListenableFuture<GatewayOuterClass.PutObjectResponse>com.google.common.util.concurrent.ListenableFuture<GatewayOuterClass.RegisterExistingObjectResponse>com.google.common.util.concurrent.ListenableFuture<GatewayOuterClass.RevokeObjectPermissionsResponse>com.google.common.util.concurrent.ListenableFuture<GatewayOuterClass.RevokeScopePermissionResponse>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 GatewayGrpc.GatewayFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
buildin classio.grpc.stub.AbstractStub<GatewayGrpc.GatewayFutureStub>
-
fetchObject
public com.google.common.util.concurrent.ListenableFuture<GatewayOuterClass.FetchObjectResponse> fetchObject(GatewayOuterClass.FetchObjectRequest request) -
putObject
public com.google.common.util.concurrent.ListenableFuture<GatewayOuterClass.PutObjectResponse> putObject(GatewayOuterClass.PutObjectRequest request) -
registerExistingObject
public com.google.common.util.concurrent.ListenableFuture<GatewayOuterClass.RegisterExistingObjectResponse> registerExistingObject(GatewayOuterClass.RegisterExistingObjectRequest request) -
fetchObjectByHash
public com.google.common.util.concurrent.ListenableFuture<GatewayOuterClass.FetchObjectByHashResponse> fetchObjectByHash(GatewayOuterClass.FetchObjectByHashRequest request) -
grantObjectPermissions
public com.google.common.util.concurrent.ListenableFuture<GatewayOuterClass.GrantObjectPermissionsResponse> grantObjectPermissions(GatewayOuterClass.GrantObjectPermissionsRequest request) -
revokeObjectPermissions
public com.google.common.util.concurrent.ListenableFuture<GatewayOuterClass.RevokeObjectPermissionsResponse> revokeObjectPermissions(GatewayOuterClass.RevokeObjectPermissionsRequest request) -
grantScopePermission
public com.google.common.util.concurrent.ListenableFuture<GatewayOuterClass.GrantScopePermissionResponse> grantScopePermission(GatewayOuterClass.GrantScopePermissionRequest request) -
batchGrantScopePermission
public com.google.common.util.concurrent.ListenableFuture<GatewayOuterClass.BatchGrantScopePermissionResponse> batchGrantScopePermission(GatewayOuterClass.BatchGrantScopePermissionRequest request) -
revokeScopePermission
public com.google.common.util.concurrent.ListenableFuture<GatewayOuterClass.RevokeScopePermissionResponse> revokeScopePermission(GatewayOuterClass.RevokeScopePermissionRequest request)
-