Package com.viam.service.datamanager.v1
Class DataManagerServiceGrpc.DataManagerServiceBlockingStub
java.lang.Object
io.grpc.stub.AbstractStub<S>
io.grpc.stub.AbstractBlockingStub<DataManagerServiceGrpc.DataManagerServiceBlockingStub>
com.viam.service.datamanager.v1.DataManagerServiceGrpc.DataManagerServiceBlockingStub
- Enclosing class:
- DataManagerServiceGrpc
public static final class DataManagerServiceGrpc.DataManagerServiceBlockingStub
extends io.grpc.stub.AbstractBlockingStub<DataManagerServiceGrpc.DataManagerServiceBlockingStub>
A stub to allow clients to do synchronous rpc calls to service DataManagerService.
A DataManagerService service manages data between the robot and the cloud.
-
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) doCommand
(Common.DoCommandRequest request) DoCommand sends/receives arbitrary commandssync
(DataManager.SyncRequest request) Sync performs a sync of the non-synced files for the specified service name,Methods inherited from class io.grpc.stub.AbstractBlockingStub
newStub, newStub
Methods inherited from class io.grpc.stub.AbstractStub
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOnReadyThreshold, withOption, withWaitForReady
-
Method Details
-
build
protected DataManagerServiceGrpc.DataManagerServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
build
in classio.grpc.stub.AbstractStub<DataManagerServiceGrpc.DataManagerServiceBlockingStub>
-
sync
Sync performs a sync of the non-synced files for the specified service name,
-
doCommand
DoCommand sends/receives arbitrary commands
-