Package viam.app.datasync.v1
Class DataSyncServiceGrpc.DataSyncServiceBlockingV2Stub
java.lang.Object
io.grpc.stub.AbstractStub<DataSyncServiceGrpc.DataSyncServiceBlockingV2Stub>
io.grpc.stub.AbstractBlockingStub<DataSyncServiceGrpc.DataSyncServiceBlockingV2Stub>
viam.app.datasync.v1.DataSyncServiceGrpc.DataSyncServiceBlockingV2Stub
- Enclosing class:
DataSyncServiceGrpc
public static final class DataSyncServiceGrpc.DataSyncServiceBlockingV2Stub
extends io.grpc.stub.AbstractBlockingStub<DataSyncServiceGrpc.DataSyncServiceBlockingV2Stub>
A stub to allow clients to do synchronous rpc calls to service DataSyncService.
-
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) DataCaptureUpload uploads the contents and metadata for tabular data.io.grpc.stub.BlockingClientCall<DataSync.FileUploadRequest, DataSync.FileUploadResponse> FileUpload uploads the contents and metadata for binary (image + file) data, where the first packet must be the UploadMetadata.io.grpc.stub.BlockingClientCall<DataSync.StreamingDataCaptureUploadRequest, DataSync.StreamingDataCaptureUploadResponse> StreamingDataCaptureUpload uploads the streaming contents and metadata for streaming binary (image + file) data, where the first packet must be the UploadMetadata.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 DataSyncServiceGrpc.DataSyncServiceBlockingV2Stub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
buildin classio.grpc.stub.AbstractStub<DataSyncServiceGrpc.DataSyncServiceBlockingV2Stub>
-
dataCaptureUpload
public DataSync.DataCaptureUploadResponse dataCaptureUpload(DataSync.DataCaptureUploadRequest request) throws io.grpc.StatusException DataCaptureUpload uploads the contents and metadata for tabular data.
- Throws:
io.grpc.StatusException
-
fileUpload
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/10918") public io.grpc.stub.BlockingClientCall<DataSync.FileUploadRequest,DataSync.FileUploadResponse> fileUpload()FileUpload uploads the contents and metadata for binary (image + file) data, where the first packet must be the UploadMetadata.
-
streamingDataCaptureUpload
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/10918") public io.grpc.stub.BlockingClientCall<DataSync.StreamingDataCaptureUploadRequest,DataSync.StreamingDataCaptureUploadResponse> streamingDataCaptureUpload()StreamingDataCaptureUpload uploads the streaming contents and metadata for streaming binary (image + file) data, where the first packet must be the UploadMetadata.
-