Package tech.figure.objectstore.gateway
Class GatewayGrpc.GatewayBlockingStub
java.lang.Object
io.grpc.stub.AbstractStub<S>
io.grpc.stub.AbstractBlockingStub<GatewayGrpc.GatewayBlockingStub>
tech.figure.objectstore.gateway.GatewayGrpc.GatewayBlockingStub
- Enclosing class:
- GatewayGrpc
public static final class GatewayGrpc.GatewayBlockingStub
extends io.grpc.stub.AbstractBlockingStub<GatewayGrpc.GatewayBlockingStub>
A stub to allow clients to do synchronous 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 TypeMethodDescriptionprotected GatewayGrpc.GatewayBlockingStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions) Methods inherited from class io.grpc.stub.AbstractBlockingStub
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.GatewayBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
buildin classio.grpc.stub.AbstractStub<GatewayGrpc.GatewayBlockingStub>
-
fetchObject
public GatewayOuterClass.FetchObjectResponse fetchObject(GatewayOuterClass.FetchObjectRequest request) -
putObject
-
registerExistingObject
public GatewayOuterClass.RegisterExistingObjectResponse registerExistingObject(GatewayOuterClass.RegisterExistingObjectRequest request) -
fetchObjectByHash
public GatewayOuterClass.FetchObjectByHashResponse fetchObjectByHash(GatewayOuterClass.FetchObjectByHashRequest request) -
grantObjectPermissions
public GatewayOuterClass.GrantObjectPermissionsResponse grantObjectPermissions(GatewayOuterClass.GrantObjectPermissionsRequest request) -
batchGrantObjectPermissions
public Iterator<GatewayOuterClass.BatchGrantObjectPermissionsResponse> batchGrantObjectPermissions(GatewayOuterClass.BatchGrantObjectPermissionsRequest request) -
revokeObjectPermissions
public GatewayOuterClass.RevokeObjectPermissionsResponse revokeObjectPermissions(GatewayOuterClass.RevokeObjectPermissionsRequest request) -
grantScopePermission
public GatewayOuterClass.GrantScopePermissionResponse grantScopePermission(GatewayOuterClass.GrantScopePermissionRequest request) -
batchGrantScopePermission
public GatewayOuterClass.BatchGrantScopePermissionResponse batchGrantScopePermission(GatewayOuterClass.BatchGrantScopePermissionRequest request) -
revokeScopePermission
public GatewayOuterClass.RevokeScopePermissionResponse revokeScopePermission(GatewayOuterClass.RevokeScopePermissionRequest request)
-