Class AclApiGrpc
java.lang.Object
io.deephaven.proto.controller.grpc.AclApiGrpc
@Generated(value="by gRPC proto compiler (version 1.61.0)",
comments="Source: deephaven_enterprise/proto/controller_service.proto")
public final class AclApiGrpc
extends Object
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
A stub to allow clients to do synchronous rpc calls to service AclApi.static final class
A stub to allow clients to do ListenableFuture-style rpc calls to service AclApi.static class
Base class for the server implementation of the service AclApi.static final class
A stub to allow clients to do asynchronous rpc calls to service AclApi.static interface
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic final io.deephaven.shadow.core.io.grpc.ServerServiceDefinition
bindService
(AclApiGrpc.AsyncService service) static io.deephaven.shadow.core.io.grpc.MethodDescriptor<GetAllGroupsRequest,
UserOrGroupList> static io.deephaven.shadow.core.io.grpc.MethodDescriptor<GetAllUsersRequest,
UserOrGroupList> static io.deephaven.shadow.core.io.grpc.MethodDescriptor<UnaryUserRequest,
UserOrGroupList> static io.deephaven.shadow.core.io.grpc.MethodDescriptor<UnaryGroupRequest,
UserOrGroupList> static io.deephaven.shadow.core.io.grpc.MethodDescriptor<UnaryUserRequest,
BooleanResponse> static io.deephaven.shadow.core.io.grpc.MethodDescriptor<UnaryUserRequest,
BooleanResponse> static io.deephaven.shadow.core.io.grpc.MethodDescriptor<UnaryUserRequest,
BooleanResponse> static io.deephaven.shadow.core.io.grpc.MethodDescriptor<UnaryUserRequest,
BooleanResponse> static io.deephaven.shadow.core.io.grpc.ServiceDescriptor
newBlockingStub
(io.deephaven.shadow.core.io.grpc.Channel channel) Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic AclApiGrpc.AclApiFutureStub
newFutureStub
(io.deephaven.shadow.core.io.grpc.Channel channel) Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic AclApiGrpc.AclApiStub
newStub
(io.deephaven.shadow.core.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
-
getIsSuperUserMethod
public static io.deephaven.shadow.core.io.grpc.MethodDescriptor<UnaryUserRequest,BooleanResponse> getIsSuperUserMethod() -
getIsAclEditorMethod
public static io.deephaven.shadow.core.io.grpc.MethodDescriptor<UnaryUserRequest,BooleanResponse> getIsAclEditorMethod() -
getIsQueryManagerMethod
public static io.deephaven.shadow.core.io.grpc.MethodDescriptor<UnaryUserRequest,BooleanResponse> getIsQueryManagerMethod() -
getIsSchemaManagerMethod
public static io.deephaven.shadow.core.io.grpc.MethodDescriptor<UnaryUserRequest,BooleanResponse> getIsSchemaManagerMethod() -
getGetUsersForGroupMethod
public static io.deephaven.shadow.core.io.grpc.MethodDescriptor<UnaryGroupRequest,UserOrGroupList> getGetUsersForGroupMethod() -
getGetGroupsForUserMethod
public static io.deephaven.shadow.core.io.grpc.MethodDescriptor<UnaryUserRequest,UserOrGroupList> getGetGroupsForUserMethod() -
getGetAllUsersMethod
public static io.deephaven.shadow.core.io.grpc.MethodDescriptor<GetAllUsersRequest,UserOrGroupList> getGetAllUsersMethod() -
getGetAllGroupsMethod
public static io.deephaven.shadow.core.io.grpc.MethodDescriptor<GetAllGroupsRequest,UserOrGroupList> getGetAllGroupsMethod() -
newStub
Creates a new async stub that supports all call types for the service -
newBlockingStub
public static AclApiGrpc.AclApiBlockingStub newBlockingStub(io.deephaven.shadow.core.io.grpc.Channel channel) Creates a new blocking-style stub that supports unary and streaming output calls on the service -
newFutureStub
public static AclApiGrpc.AclApiFutureStub newFutureStub(io.deephaven.shadow.core.io.grpc.Channel channel) Creates a new ListenableFuture-style stub that supports unary calls on the service -
bindService
public static final io.deephaven.shadow.core.io.grpc.ServerServiceDefinition bindService(AclApiGrpc.AsyncService service) -
getServiceDescriptor
public static io.deephaven.shadow.core.io.grpc.ServiceDescriptor getServiceDescriptor()
-