Package tech.figure.objectstore.gateway
Class GatewayGrpc
java.lang.Object
tech.figure.objectstore.gateway.GatewayGrpc
@Generated(value="by gRPC proto compiler (version 1.57.2)",
comments="Source: tech/figure/objectstore/gateway/gateway.proto")
public final class GatewayGrpc
extends Object
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfacestatic final classA stub to allow clients to do synchronous rpc calls to service Gateway.static final classA stub to allow clients to do ListenableFuture-style rpc calls to service Gateway.static classBase class for the server implementation of the service Gateway.static final classA stub to allow clients to do asynchronous rpc calls to service Gateway. -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic final io.grpc.ServerServiceDefinitionbindService(GatewayGrpc.AsyncService service) static io.grpc.MethodDescriptor<GatewayOuterClass.BatchGrantObjectPermissionsRequest,GatewayOuterClass.BatchGrantObjectPermissionsResponse> static io.grpc.MethodDescriptor<GatewayOuterClass.BatchGrantScopePermissionRequest,GatewayOuterClass.BatchGrantScopePermissionResponse> static io.grpc.MethodDescriptor<GatewayOuterClass.FetchObjectByHashRequest,GatewayOuterClass.FetchObjectByHashResponse> static io.grpc.MethodDescriptor<GatewayOuterClass.FetchObjectRequest,GatewayOuterClass.FetchObjectResponse> static io.grpc.MethodDescriptor<GatewayOuterClass.GrantObjectPermissionsRequest,GatewayOuterClass.GrantObjectPermissionsResponse> static io.grpc.MethodDescriptor<GatewayOuterClass.GrantScopePermissionRequest,GatewayOuterClass.GrantScopePermissionResponse> static io.grpc.MethodDescriptor<GatewayOuterClass.PutObjectRequest,GatewayOuterClass.PutObjectResponse> static io.grpc.MethodDescriptor<GatewayOuterClass.RegisterExistingObjectRequest,GatewayOuterClass.RegisterExistingObjectResponse> static io.grpc.MethodDescriptor<GatewayOuterClass.RevokeObjectPermissionsRequest,GatewayOuterClass.RevokeObjectPermissionsResponse> static io.grpc.MethodDescriptor<GatewayOuterClass.RevokeScopePermissionRequest,GatewayOuterClass.RevokeScopePermissionResponse> static io.grpc.ServiceDescriptornewBlockingStub(io.grpc.Channel channel) Creates a new blocking-style stub that supports unary and streaming output calls on the servicenewFutureStub(io.grpc.Channel channel) Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic GatewayGrpc.GatewayStubnewStub(io.grpc.Channel channel) Creates a new async stub that supports all call types for the service
-
Field Details
-
SERVICE_NAME
- See Also:
-
-
Method Details
-
getFetchObjectMethod
public static io.grpc.MethodDescriptor<GatewayOuterClass.FetchObjectRequest,GatewayOuterClass.FetchObjectResponse> getFetchObjectMethod() -
getPutObjectMethod
public static io.grpc.MethodDescriptor<GatewayOuterClass.PutObjectRequest,GatewayOuterClass.PutObjectResponse> getPutObjectMethod() -
getRegisterExistingObjectMethod
public static io.grpc.MethodDescriptor<GatewayOuterClass.RegisterExistingObjectRequest,GatewayOuterClass.RegisterExistingObjectResponse> getRegisterExistingObjectMethod() -
getFetchObjectByHashMethod
public static io.grpc.MethodDescriptor<GatewayOuterClass.FetchObjectByHashRequest,GatewayOuterClass.FetchObjectByHashResponse> getFetchObjectByHashMethod() -
getGrantObjectPermissionsMethod
public static io.grpc.MethodDescriptor<GatewayOuterClass.GrantObjectPermissionsRequest,GatewayOuterClass.GrantObjectPermissionsResponse> getGrantObjectPermissionsMethod() -
getBatchGrantObjectPermissionsMethod
public static io.grpc.MethodDescriptor<GatewayOuterClass.BatchGrantObjectPermissionsRequest,GatewayOuterClass.BatchGrantObjectPermissionsResponse> getBatchGrantObjectPermissionsMethod() -
getRevokeObjectPermissionsMethod
public static io.grpc.MethodDescriptor<GatewayOuterClass.RevokeObjectPermissionsRequest,GatewayOuterClass.RevokeObjectPermissionsResponse> getRevokeObjectPermissionsMethod() -
getGrantScopePermissionMethod
public static io.grpc.MethodDescriptor<GatewayOuterClass.GrantScopePermissionRequest,GatewayOuterClass.GrantScopePermissionResponse> getGrantScopePermissionMethod() -
getBatchGrantScopePermissionMethod
public static io.grpc.MethodDescriptor<GatewayOuterClass.BatchGrantScopePermissionRequest,GatewayOuterClass.BatchGrantScopePermissionResponse> getBatchGrantScopePermissionMethod() -
getRevokeScopePermissionMethod
public static io.grpc.MethodDescriptor<GatewayOuterClass.RevokeScopePermissionRequest,GatewayOuterClass.RevokeScopePermissionResponse> getRevokeScopePermissionMethod() -
newStub
Creates a new async stub that supports all call types for the service -
newBlockingStub
Creates a new blocking-style stub that supports unary and streaming output calls on the service -
newFutureStub
Creates a new ListenableFuture-style stub that supports unary calls on the service -
bindService
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-