Class ConfigServiceGrpc.ConfigServiceBlockingV2Stub
java.lang.Object
io.grpc.stub.AbstractStub<S>
io.grpc.stub.AbstractBlockingStub<ConfigServiceGrpc.ConfigServiceBlockingV2Stub>
io.deephaven.proto.backplane.grpc.ConfigServiceGrpc.ConfigServiceBlockingV2Stub
- Enclosing class:
- ConfigServiceGrpc
public static final class ConfigServiceGrpc.ConfigServiceBlockingV2Stub
extends io.grpc.stub.AbstractBlockingStub<ConfigServiceGrpc.ConfigServiceBlockingV2Stub>
A stub to allow clients to do synchronous rpc calls to service ConfigService.
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
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 TypeMethodDescriptionbuild(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, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOnReadyThreshold, withOption, withWaitForReady
-
Method Details
-
build
protected ConfigServiceGrpc.ConfigServiceBlockingV2Stub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
buildin classio.grpc.stub.AbstractStub<ConfigServiceGrpc.ConfigServiceBlockingV2Stub>
-
getAuthenticationConstants
public AuthenticationConstantsResponse getAuthenticationConstants(AuthenticationConstantsRequest request) throws io.grpc.StatusException - Throws:
io.grpc.StatusException
-
getConfigurationConstants
public ConfigurationConstantsResponse getConfigurationConstants(ConfigurationConstantsRequest request) throws io.grpc.StatusException - Throws:
io.grpc.StatusException
-