Class ConfigServiceGrpc
java.lang.Object
io.deephaven.proto.backplane.grpc.ConfigServiceGrpc
@Generated(value="by gRPC proto compiler (version 1.63.1)",
comments="Source: deephaven/proto/config.proto")
public final class ConfigServiceGrpc
extends Object
Provides simple configuration data to users. Unauthenticated users may call GetAuthenticationConstants to discover hints on how they should proceed with providing their identity, while already-authenticated clients may call GetConfigurationConstants for details on using the platform.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic interface
Provides simple configuration data to users.static final class
A stub to allow clients to do synchronous rpc calls to service ConfigService.static final class
A stub to allow clients to do ListenableFuture-style rpc calls to service ConfigService.static class
Base class for the server implementation of the service ConfigService.static final class
A stub to allow clients to do asynchronous rpc calls to service ConfigService. -
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic final io.grpc.ServerServiceDefinition
static io.grpc.MethodDescriptor<AuthenticationConstantsRequest,
AuthenticationConstantsResponse> static io.grpc.MethodDescriptor<ConfigurationConstantsRequest,
ConfigurationConstantsResponse> static io.grpc.ServiceDescriptor
newBlockingStub
(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 servicenewStub
(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
-
getGetAuthenticationConstantsMethod
public static io.grpc.MethodDescriptor<AuthenticationConstantsRequest,AuthenticationConstantsResponse> getGetAuthenticationConstantsMethod() -
getGetConfigurationConstantsMethod
public static io.grpc.MethodDescriptor<ConfigurationConstantsRequest,ConfigurationConstantsResponse> getGetConfigurationConstantsMethod() -
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
public static final io.grpc.ServerServiceDefinition bindService(ConfigServiceGrpc.AsyncService service) -
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-