Package viam.app.data.v1
Class DataServiceGrpc.DataServiceImplBase
java.lang.Object
viam.app.data.v1.DataServiceGrpc.DataServiceImplBase
- All Implemented Interfaces:
io.grpc.BindableService
,DataServiceGrpc.AsyncService
- Enclosing class:
- DataServiceGrpc
public abstract static class DataServiceGrpc.DataServiceImplBase
extends Object
implements io.grpc.BindableService, DataServiceGrpc.AsyncService
Base class for the server implementation of the service DataService.
DataService is used to query robot data.
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface viam.app.data.v1.DataServiceGrpc.AsyncService
addBinaryDataToDatasetByIDs, addBoundingBoxToImageByID, addTagsToBinaryDataByFilter, addTagsToBinaryDataByIDs, binaryDataByFilter, binaryDataByIDs, boundingBoxLabelsByFilter, configureDatabaseUser, deleteBinaryDataByFilter, deleteBinaryDataByIDs, deleteTabularData, exportTabularData, getDatabaseConnection, getLatestTabularData, removeBinaryDataFromDatasetByIDs, removeBoundingBoxFromImageByID, removeTagsFromBinaryDataByFilter, removeTagsFromBinaryDataByIDs, tabularDataByFilter, tabularDataByMQL, tabularDataBySQL, tagsByFilter, updateBoundingBox
-
Constructor Details
-
DataServiceImplBase
public DataServiceImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindService
in interfaceio.grpc.BindableService
-