Package viam.app.data.v1
Class DataServiceGrpc
java.lang.Object
viam.app.data.v1.DataServiceGrpc
DataService is used to query robot data.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic interface
DataService is used to query robot data.static final class
A stub to allow clients to do synchronous rpc calls to service DataService.static final class
A stub to allow clients to do ListenableFuture-style rpc calls to service DataService.static class
Base class for the server implementation of the service DataService.static final class
A stub to allow clients to do asynchronous rpc calls to service DataService. -
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic final io.grpc.ServerServiceDefinition
bindService
(DataServiceGrpc.AsyncService service) static io.grpc.MethodDescriptor<Data.AddBinaryDataToDatasetByIDsRequest,
Data.AddBinaryDataToDatasetByIDsResponse> static io.grpc.MethodDescriptor<Data.AddBoundingBoxToImageByIDRequest,
Data.AddBoundingBoxToImageByIDResponse> static io.grpc.MethodDescriptor<Data.AddTagsToBinaryDataByFilterRequest,
Data.AddTagsToBinaryDataByFilterResponse> static io.grpc.MethodDescriptor<Data.AddTagsToBinaryDataByIDsRequest,
Data.AddTagsToBinaryDataByIDsResponse> static io.grpc.MethodDescriptor<Data.BinaryDataByFilterRequest,
Data.BinaryDataByFilterResponse> static io.grpc.MethodDescriptor<Data.BinaryDataByIDsRequest,
Data.BinaryDataByIDsResponse> static io.grpc.MethodDescriptor<Data.BoundingBoxLabelsByFilterRequest,
Data.BoundingBoxLabelsByFilterResponse> static io.grpc.MethodDescriptor<Data.ConfigureDatabaseUserRequest,
Data.ConfigureDatabaseUserResponse> static io.grpc.MethodDescriptor<Data.DeleteBinaryDataByFilterRequest,
Data.DeleteBinaryDataByFilterResponse> static io.grpc.MethodDescriptor<Data.DeleteBinaryDataByIDsRequest,
Data.DeleteBinaryDataByIDsResponse> static io.grpc.MethodDescriptor<Data.DeleteTabularDataRequest,
Data.DeleteTabularDataResponse> static io.grpc.MethodDescriptor<Data.ExportTabularDataRequest,
Data.ExportTabularDataResponse> static io.grpc.MethodDescriptor<Data.GetDatabaseConnectionRequest,
Data.GetDatabaseConnectionResponse> static io.grpc.MethodDescriptor<Data.GetLatestTabularDataRequest,
Data.GetLatestTabularDataResponse> static io.grpc.MethodDescriptor<Data.RemoveBinaryDataFromDatasetByIDsRequest,
Data.RemoveBinaryDataFromDatasetByIDsResponse> static io.grpc.MethodDescriptor<Data.RemoveBoundingBoxFromImageByIDRequest,
Data.RemoveBoundingBoxFromImageByIDResponse> static io.grpc.MethodDescriptor<Data.RemoveTagsFromBinaryDataByFilterRequest,
Data.RemoveTagsFromBinaryDataByFilterResponse> static io.grpc.MethodDescriptor<Data.RemoveTagsFromBinaryDataByIDsRequest,
Data.RemoveTagsFromBinaryDataByIDsResponse> static io.grpc.ServiceDescriptor
static io.grpc.MethodDescriptor<Data.TabularDataByFilterRequest,
Data.TabularDataByFilterResponse> static io.grpc.MethodDescriptor<Data.TabularDataByMQLRequest,
Data.TabularDataByMQLResponse> static io.grpc.MethodDescriptor<Data.TabularDataBySQLRequest,
Data.TabularDataBySQLResponse> static io.grpc.MethodDescriptor<Data.TagsByFilterRequest,
Data.TagsByFilterResponse> static io.grpc.MethodDescriptor<Data.UpdateBoundingBoxRequest,
Data.UpdateBoundingBoxResponse> newBlockingStub
(io.grpc.Channel channel) Creates a new blocking-style stub that supports unary and streaming output calls on the servicenewFutureStub
(io.grpc.Channel channel) Creates a new ListenableFuture-style stub that supports unary calls on the servicenewStub
(io.grpc.Channel channel) Creates a new async stub that supports all call types for the service
-
Field Details
-
SERVICE_NAME
- See Also:
-
-
Method Details
-
getTabularDataByFilterMethod
public static io.grpc.MethodDescriptor<Data.TabularDataByFilterRequest,Data.TabularDataByFilterResponse> getTabularDataByFilterMethod() -
getTabularDataBySQLMethod
public static io.grpc.MethodDescriptor<Data.TabularDataBySQLRequest,Data.TabularDataBySQLResponse> getTabularDataBySQLMethod() -
getTabularDataByMQLMethod
public static io.grpc.MethodDescriptor<Data.TabularDataByMQLRequest,Data.TabularDataByMQLResponse> getTabularDataByMQLMethod() -
getExportTabularDataMethod
public static io.grpc.MethodDescriptor<Data.ExportTabularDataRequest,Data.ExportTabularDataResponse> getExportTabularDataMethod() -
getGetLatestTabularDataMethod
public static io.grpc.MethodDescriptor<Data.GetLatestTabularDataRequest,Data.GetLatestTabularDataResponse> getGetLatestTabularDataMethod() -
getBinaryDataByFilterMethod
public static io.grpc.MethodDescriptor<Data.BinaryDataByFilterRequest,Data.BinaryDataByFilterResponse> getBinaryDataByFilterMethod() -
getBinaryDataByIDsMethod
public static io.grpc.MethodDescriptor<Data.BinaryDataByIDsRequest,Data.BinaryDataByIDsResponse> getBinaryDataByIDsMethod() -
getDeleteTabularDataMethod
public static io.grpc.MethodDescriptor<Data.DeleteTabularDataRequest,Data.DeleteTabularDataResponse> getDeleteTabularDataMethod() -
getDeleteBinaryDataByFilterMethod
public static io.grpc.MethodDescriptor<Data.DeleteBinaryDataByFilterRequest,Data.DeleteBinaryDataByFilterResponse> getDeleteBinaryDataByFilterMethod() -
getDeleteBinaryDataByIDsMethod
public static io.grpc.MethodDescriptor<Data.DeleteBinaryDataByIDsRequest,Data.DeleteBinaryDataByIDsResponse> getDeleteBinaryDataByIDsMethod() -
getAddTagsToBinaryDataByIDsMethod
public static io.grpc.MethodDescriptor<Data.AddTagsToBinaryDataByIDsRequest,Data.AddTagsToBinaryDataByIDsResponse> getAddTagsToBinaryDataByIDsMethod() -
getAddTagsToBinaryDataByFilterMethod
public static io.grpc.MethodDescriptor<Data.AddTagsToBinaryDataByFilterRequest,Data.AddTagsToBinaryDataByFilterResponse> getAddTagsToBinaryDataByFilterMethod() -
getRemoveTagsFromBinaryDataByIDsMethod
public static io.grpc.MethodDescriptor<Data.RemoveTagsFromBinaryDataByIDsRequest,Data.RemoveTagsFromBinaryDataByIDsResponse> getRemoveTagsFromBinaryDataByIDsMethod() -
getRemoveTagsFromBinaryDataByFilterMethod
public static io.grpc.MethodDescriptor<Data.RemoveTagsFromBinaryDataByFilterRequest,Data.RemoveTagsFromBinaryDataByFilterResponse> getRemoveTagsFromBinaryDataByFilterMethod() -
getTagsByFilterMethod
public static io.grpc.MethodDescriptor<Data.TagsByFilterRequest,Data.TagsByFilterResponse> getTagsByFilterMethod() -
getAddBoundingBoxToImageByIDMethod
public static io.grpc.MethodDescriptor<Data.AddBoundingBoxToImageByIDRequest,Data.AddBoundingBoxToImageByIDResponse> getAddBoundingBoxToImageByIDMethod() -
getRemoveBoundingBoxFromImageByIDMethod
public static io.grpc.MethodDescriptor<Data.RemoveBoundingBoxFromImageByIDRequest,Data.RemoveBoundingBoxFromImageByIDResponse> getRemoveBoundingBoxFromImageByIDMethod() -
getBoundingBoxLabelsByFilterMethod
public static io.grpc.MethodDescriptor<Data.BoundingBoxLabelsByFilterRequest,Data.BoundingBoxLabelsByFilterResponse> getBoundingBoxLabelsByFilterMethod() -
getUpdateBoundingBoxMethod
public static io.grpc.MethodDescriptor<Data.UpdateBoundingBoxRequest,Data.UpdateBoundingBoxResponse> getUpdateBoundingBoxMethod() -
getGetDatabaseConnectionMethod
public static io.grpc.MethodDescriptor<Data.GetDatabaseConnectionRequest,Data.GetDatabaseConnectionResponse> getGetDatabaseConnectionMethod() -
getConfigureDatabaseUserMethod
public static io.grpc.MethodDescriptor<Data.ConfigureDatabaseUserRequest,Data.ConfigureDatabaseUserResponse> getConfigureDatabaseUserMethod() -
getAddBinaryDataToDatasetByIDsMethod
public static io.grpc.MethodDescriptor<Data.AddBinaryDataToDatasetByIDsRequest,Data.AddBinaryDataToDatasetByIDsResponse> getAddBinaryDataToDatasetByIDsMethod() -
getRemoveBinaryDataFromDatasetByIDsMethod
public static io.grpc.MethodDescriptor<Data.RemoveBinaryDataFromDatasetByIDsRequest,Data.RemoveBinaryDataFromDatasetByIDsResponse> getRemoveBinaryDataFromDatasetByIDsMethod() -
newStub
Creates a new async stub that supports all call types for the service -
newBlockingStub
Creates a new blocking-style stub that supports unary and streaming output calls on the service -
newFutureStub
Creates a new ListenableFuture-style stub that supports unary calls on the service -
bindService
public static final io.grpc.ServerServiceDefinition bindService(DataServiceGrpc.AsyncService service) -
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-