Package com.viam.service.datamanager.v1
Interface DataManagerServiceGrpc.AsyncService
- All Known Implementing Classes:
DataManagerServiceGrpc.DataManagerServiceImplBase
- Enclosing class:
- DataManagerServiceGrpc
public static interface DataManagerServiceGrpc.AsyncService
A DataManagerService service manages data between the robot and the cloud.
-
Method Summary
Modifier and TypeMethodDescriptiondefault void
doCommand
(Common.DoCommandRequest request, io.grpc.stub.StreamObserver<Common.DoCommandResponse> responseObserver) DoCommand sends/receives arbitrary commandsdefault void
sync
(DataManager.SyncRequest request, io.grpc.stub.StreamObserver<DataManager.SyncResponse> responseObserver) Sync performs a sync of the non-synced files for the specified service name,
-
Method Details
-
sync
default void sync(DataManager.SyncRequest request, io.grpc.stub.StreamObserver<DataManager.SyncResponse> responseObserver) Sync performs a sync of the non-synced files for the specified service name,
-
doCommand
default void doCommand(Common.DoCommandRequest request, io.grpc.stub.StreamObserver<Common.DoCommandResponse> responseObserver) DoCommand sends/receives arbitrary commands
-