Package io.deephaven.proto.config.grpc
Class ConfigApiGrpc.ConfigApiBlockingV2Stub
java.lang.Object
io.grpc.stub.AbstractStub<S>
io.grpc.stub.AbstractBlockingStub<ConfigApiGrpc.ConfigApiBlockingV2Stub>
io.deephaven.proto.config.grpc.ConfigApiGrpc.ConfigApiBlockingV2Stub
- Enclosing class:
- ConfigApiGrpc
public static final class ConfigApiGrpc.ConfigApiBlockingV2Stub
extends io.grpc.stub.AbstractBlockingStub<ConfigApiGrpc.ConfigApiBlockingV2Stub>
A stub to allow clients to do synchronous rpc calls to service ConfigApi.
-
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 TypeMethodDescriptionabout(AboutRequest request) protected ConfigApiGrpc.ConfigApiBlockingV2Stubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions) deleteFiles(DeleteFilesRequest request) Attempt to delete one or more properties files.io.grpc.stub.BlockingClientCall<?,GetFileResponse> getAllFiles(GetAllFilesRequest request) Get the text of all properties files.getFile(GetFileRequest request) Get the text of a single file.getProperties(GetPropertiesRequest request) updateFile(UpdateFileRequest request) Attempt to update a properties file.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 ConfigApiGrpc.ConfigApiBlockingV2Stub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
buildin classio.grpc.stub.AbstractStub<ConfigApiGrpc.ConfigApiBlockingV2Stub>
-
about
- Throws:
io.grpc.StatusException
-
getFile
Get the text of a single file. This is needed to implement PropertInputStreamLoader.
- Throws:
io.grpc.StatusException
-
getAllFiles
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/10918") public io.grpc.stub.BlockingClientCall<?,GetFileResponse> getAllFiles(GetAllFilesRequest request) Get the text of all properties files.
-
updateFile
Attempt to update a properties file.
- Throws:
io.grpc.StatusException
-
deleteFiles
Attempt to delete one or more properties files. Deleting a non-existant file is not considered an error.
- Throws:
io.grpc.StatusException
-
getProperties
public GetPropertiesResponse getProperties(GetPropertiesRequest request) throws io.grpc.StatusException - Throws:
io.grpc.StatusException
-
getAuthenticationProperties
public GetPropertiesResponse getAuthenticationProperties(AuthenticationPropertiesRequest request) throws io.grpc.StatusException - Throws:
io.grpc.StatusException
-