Uses of Class
com.google.cloud.datalabeling.v1beta1.ImportDataRequest
-
Packages that use ImportDataRequest Package Description com.google.cloud.datalabeling.v1beta1 A client to Data Labeling APIcom.google.cloud.datalabeling.v1beta1.stub -
-
Uses of ImportDataRequest in com.google.cloud.datalabeling.v1beta1
Methods in com.google.cloud.datalabeling.v1beta1 that return ImportDataRequest Modifier and Type Method Description ImportDataRequest
ImportDataRequest.Builder. build()
ImportDataRequest
ImportDataRequest.Builder. buildPartial()
static ImportDataRequest
ImportDataRequest. getDefaultInstance()
ImportDataRequest
ImportDataRequest.Builder. getDefaultInstanceForType()
ImportDataRequest
ImportDataRequest. getDefaultInstanceForType()
static ImportDataRequest
ImportDataRequest. parseDelimitedFrom(InputStream input)
static ImportDataRequest
ImportDataRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImportDataRequest
ImportDataRequest. parseFrom(byte[] data)
static ImportDataRequest
ImportDataRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImportDataRequest
ImportDataRequest. parseFrom(com.google.protobuf.ByteString data)
static ImportDataRequest
ImportDataRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImportDataRequest
ImportDataRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ImportDataRequest
ImportDataRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImportDataRequest
ImportDataRequest. parseFrom(InputStream input)
static ImportDataRequest
ImportDataRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImportDataRequest
ImportDataRequest. parseFrom(ByteBuffer data)
static ImportDataRequest
ImportDataRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.datalabeling.v1beta1 that return types with arguments of type ImportDataRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ImportDataRequest,com.google.longrunning.Operation>
DataLabelingServiceGrpc. getImportDataMethod()
com.google.protobuf.Parser<ImportDataRequest>
ImportDataRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallable<ImportDataRequest,com.google.longrunning.Operation>
DataLabelingServiceClient. importDataCallable()
Imports data into dataset based on source locations defined in request.com.google.api.gax.rpc.OperationCallable<ImportDataRequest,ImportDataOperationResponse,ImportDataOperationMetadata>
DataLabelingServiceClient. importDataOperationCallable()
Imports data into dataset based on source locations defined in request.com.google.api.gax.rpc.OperationCallSettings.Builder<ImportDataRequest,ImportDataOperationResponse,ImportDataOperationMetadata>
DataLabelingServiceSettings.Builder. importDataOperationSettings()
Returns the builder for the settings used for calls to importData.com.google.api.gax.rpc.OperationCallSettings<ImportDataRequest,ImportDataOperationResponse,ImportDataOperationMetadata>
DataLabelingServiceSettings. importDataOperationSettings()
Returns the object with the settings used for calls to importData.com.google.api.gax.rpc.UnaryCallSettings.Builder<ImportDataRequest,com.google.longrunning.Operation>
DataLabelingServiceSettings.Builder. importDataSettings()
Returns the builder for the settings used for calls to importData.com.google.api.gax.rpc.UnaryCallSettings<ImportDataRequest,com.google.longrunning.Operation>
DataLabelingServiceSettings. importDataSettings()
Returns the object with the settings used for calls to importData.static com.google.protobuf.Parser<ImportDataRequest>
ImportDataRequest. parser()
Methods in com.google.cloud.datalabeling.v1beta1 with parameters of type ImportDataRequest Modifier and Type Method Description default void
DataLabelingServiceGrpc.AsyncService. importData(ImportDataRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Imports data into dataset based on source locations defined in request.com.google.longrunning.Operation
DataLabelingServiceGrpc.DataLabelingServiceBlockingStub. importData(ImportDataRequest request)
Imports data into dataset based on source locations defined in request.com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>
DataLabelingServiceGrpc.DataLabelingServiceFutureStub. importData(ImportDataRequest request)
Imports data into dataset based on source locations defined in request.void
DataLabelingServiceGrpc.DataLabelingServiceStub. importData(ImportDataRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Imports data into dataset based on source locations defined in request.com.google.api.gax.longrunning.OperationFuture<ImportDataOperationResponse,ImportDataOperationMetadata>
DataLabelingServiceClient. importDataAsync(ImportDataRequest request)
Imports data into dataset based on source locations defined in request.ImportDataRequest.Builder
ImportDataRequest.Builder. mergeFrom(ImportDataRequest other)
static ImportDataRequest.Builder
ImportDataRequest. newBuilder(ImportDataRequest prototype)
-
Uses of ImportDataRequest in com.google.cloud.datalabeling.v1beta1.stub
Methods in com.google.cloud.datalabeling.v1beta1.stub that return types with arguments of type ImportDataRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ImportDataRequest,com.google.longrunning.Operation>
DataLabelingServiceStub. importDataCallable()
com.google.api.gax.rpc.UnaryCallable<ImportDataRequest,com.google.longrunning.Operation>
GrpcDataLabelingServiceStub. importDataCallable()
com.google.api.gax.rpc.OperationCallable<ImportDataRequest,ImportDataOperationResponse,ImportDataOperationMetadata>
DataLabelingServiceStub. importDataOperationCallable()
com.google.api.gax.rpc.OperationCallable<ImportDataRequest,ImportDataOperationResponse,ImportDataOperationMetadata>
GrpcDataLabelingServiceStub. importDataOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<ImportDataRequest,ImportDataOperationResponse,ImportDataOperationMetadata>
DataLabelingServiceStubSettings.Builder. importDataOperationSettings()
Returns the builder for the settings used for calls to importData.com.google.api.gax.rpc.OperationCallSettings<ImportDataRequest,ImportDataOperationResponse,ImportDataOperationMetadata>
DataLabelingServiceStubSettings. importDataOperationSettings()
Returns the object with the settings used for calls to importData.com.google.api.gax.rpc.UnaryCallSettings.Builder<ImportDataRequest,com.google.longrunning.Operation>
DataLabelingServiceStubSettings.Builder. importDataSettings()
Returns the builder for the settings used for calls to importData.com.google.api.gax.rpc.UnaryCallSettings<ImportDataRequest,com.google.longrunning.Operation>
DataLabelingServiceStubSettings. importDataSettings()
Returns the object with the settings used for calls to importData.
-