Uses of Class
com.google.cloud.datalabeling.v1beta1.ExportDataRequest
-
Packages that use ExportDataRequest Package Description com.google.cloud.datalabeling.v1beta1 A client to Data Labeling APIcom.google.cloud.datalabeling.v1beta1.stub -
-
Uses of ExportDataRequest in com.google.cloud.datalabeling.v1beta1
Methods in com.google.cloud.datalabeling.v1beta1 that return ExportDataRequest Modifier and Type Method Description ExportDataRequest
ExportDataRequest.Builder. build()
ExportDataRequest
ExportDataRequest.Builder. buildPartial()
static ExportDataRequest
ExportDataRequest. getDefaultInstance()
ExportDataRequest
ExportDataRequest.Builder. getDefaultInstanceForType()
ExportDataRequest
ExportDataRequest. getDefaultInstanceForType()
static ExportDataRequest
ExportDataRequest. parseDelimitedFrom(InputStream input)
static ExportDataRequest
ExportDataRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExportDataRequest
ExportDataRequest. parseFrom(byte[] data)
static ExportDataRequest
ExportDataRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExportDataRequest
ExportDataRequest. parseFrom(com.google.protobuf.ByteString data)
static ExportDataRequest
ExportDataRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExportDataRequest
ExportDataRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ExportDataRequest
ExportDataRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExportDataRequest
ExportDataRequest. parseFrom(InputStream input)
static ExportDataRequest
ExportDataRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExportDataRequest
ExportDataRequest. parseFrom(ByteBuffer data)
static ExportDataRequest
ExportDataRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.datalabeling.v1beta1 that return types with arguments of type ExportDataRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ExportDataRequest,com.google.longrunning.Operation>
DataLabelingServiceClient. exportDataCallable()
Exports data and annotations from dataset.com.google.api.gax.rpc.OperationCallable<ExportDataRequest,ExportDataOperationResponse,ExportDataOperationMetadata>
DataLabelingServiceClient. exportDataOperationCallable()
Exports data and annotations from dataset.com.google.api.gax.rpc.OperationCallSettings.Builder<ExportDataRequest,ExportDataOperationResponse,ExportDataOperationMetadata>
DataLabelingServiceSettings.Builder. exportDataOperationSettings()
Returns the builder for the settings used for calls to exportData.com.google.api.gax.rpc.OperationCallSettings<ExportDataRequest,ExportDataOperationResponse,ExportDataOperationMetadata>
DataLabelingServiceSettings. exportDataOperationSettings()
Returns the object with the settings used for calls to exportData.com.google.api.gax.rpc.UnaryCallSettings.Builder<ExportDataRequest,com.google.longrunning.Operation>
DataLabelingServiceSettings.Builder. exportDataSettings()
Returns the builder for the settings used for calls to exportData.com.google.api.gax.rpc.UnaryCallSettings<ExportDataRequest,com.google.longrunning.Operation>
DataLabelingServiceSettings. exportDataSettings()
Returns the object with the settings used for calls to exportData.static io.grpc.MethodDescriptor<ExportDataRequest,com.google.longrunning.Operation>
DataLabelingServiceGrpc. getExportDataMethod()
com.google.protobuf.Parser<ExportDataRequest>
ExportDataRequest. getParserForType()
static com.google.protobuf.Parser<ExportDataRequest>
ExportDataRequest. parser()
Methods in com.google.cloud.datalabeling.v1beta1 with parameters of type ExportDataRequest Modifier and Type Method Description default void
DataLabelingServiceGrpc.AsyncService. exportData(ExportDataRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Exports data and annotations from dataset.com.google.longrunning.Operation
DataLabelingServiceGrpc.DataLabelingServiceBlockingStub. exportData(ExportDataRequest request)
Exports data and annotations from dataset.com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>
DataLabelingServiceGrpc.DataLabelingServiceFutureStub. exportData(ExportDataRequest request)
Exports data and annotations from dataset.void
DataLabelingServiceGrpc.DataLabelingServiceStub. exportData(ExportDataRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Exports data and annotations from dataset.com.google.api.gax.longrunning.OperationFuture<ExportDataOperationResponse,ExportDataOperationMetadata>
DataLabelingServiceClient. exportDataAsync(ExportDataRequest request)
Exports data and annotations from dataset.ExportDataRequest.Builder
ExportDataRequest.Builder. mergeFrom(ExportDataRequest other)
static ExportDataRequest.Builder
ExportDataRequest. newBuilder(ExportDataRequest prototype)
-
Uses of ExportDataRequest in com.google.cloud.datalabeling.v1beta1.stub
Methods in com.google.cloud.datalabeling.v1beta1.stub that return types with arguments of type ExportDataRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ExportDataRequest,com.google.longrunning.Operation>
DataLabelingServiceStub. exportDataCallable()
com.google.api.gax.rpc.UnaryCallable<ExportDataRequest,com.google.longrunning.Operation>
GrpcDataLabelingServiceStub. exportDataCallable()
com.google.api.gax.rpc.OperationCallable<ExportDataRequest,ExportDataOperationResponse,ExportDataOperationMetadata>
DataLabelingServiceStub. exportDataOperationCallable()
com.google.api.gax.rpc.OperationCallable<ExportDataRequest,ExportDataOperationResponse,ExportDataOperationMetadata>
GrpcDataLabelingServiceStub. exportDataOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<ExportDataRequest,ExportDataOperationResponse,ExportDataOperationMetadata>
DataLabelingServiceStubSettings.Builder. exportDataOperationSettings()
Returns the builder for the settings used for calls to exportData.com.google.api.gax.rpc.OperationCallSettings<ExportDataRequest,ExportDataOperationResponse,ExportDataOperationMetadata>
DataLabelingServiceStubSettings. exportDataOperationSettings()
Returns the object with the settings used for calls to exportData.com.google.api.gax.rpc.UnaryCallSettings.Builder<ExportDataRequest,com.google.longrunning.Operation>
DataLabelingServiceStubSettings.Builder. exportDataSettings()
Returns the builder for the settings used for calls to exportData.com.google.api.gax.rpc.UnaryCallSettings<ExportDataRequest,com.google.longrunning.Operation>
DataLabelingServiceStubSettings. exportDataSettings()
Returns the object with the settings used for calls to exportData.
-