Uses of Class
com.google.cloud.aiplatform.v1.ImportDataRequest
-
Packages that use ImportDataRequest Package Description com.google.cloud.aiplatform.v1 A client to Vertex AI APIcom.google.cloud.aiplatform.v1.stub -
-
Uses of ImportDataRequest in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 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.aiplatform.v1 that return types with arguments of type ImportDataRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ImportDataRequest,com.google.longrunning.Operation>
DatasetServiceGrpc. getImportDataMethod()
com.google.protobuf.Parser<ImportDataRequest>
ImportDataRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallable<ImportDataRequest,com.google.longrunning.Operation>
DatasetServiceClient. importDataCallable()
Imports data into a Dataset.com.google.api.gax.rpc.OperationCallable<ImportDataRequest,ImportDataResponse,ImportDataOperationMetadata>
DatasetServiceClient. importDataOperationCallable()
Imports data into a Dataset.com.google.api.gax.rpc.OperationCallSettings.Builder<ImportDataRequest,ImportDataResponse,ImportDataOperationMetadata>
DatasetServiceSettings.Builder. importDataOperationSettings()
Returns the builder for the settings used for calls to importData.com.google.api.gax.rpc.OperationCallSettings<ImportDataRequest,ImportDataResponse,ImportDataOperationMetadata>
DatasetServiceSettings. importDataOperationSettings()
Returns the object with the settings used for calls to importData.com.google.api.gax.rpc.UnaryCallSettings.Builder<ImportDataRequest,com.google.longrunning.Operation>
DatasetServiceSettings.Builder. importDataSettings()
Returns the builder for the settings used for calls to importData.com.google.api.gax.rpc.UnaryCallSettings<ImportDataRequest,com.google.longrunning.Operation>
DatasetServiceSettings. 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.aiplatform.v1 with parameters of type ImportDataRequest Modifier and Type Method Description default void
DatasetServiceGrpc.AsyncService. importData(ImportDataRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Imports data into a Dataset.com.google.longrunning.Operation
DatasetServiceGrpc.DatasetServiceBlockingStub. importData(ImportDataRequest request)
Imports data into a Dataset.com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>
DatasetServiceGrpc.DatasetServiceFutureStub. importData(ImportDataRequest request)
Imports data into a Dataset.void
DatasetServiceGrpc.DatasetServiceStub. importData(ImportDataRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Imports data into a Dataset.com.google.api.gax.longrunning.OperationFuture<ImportDataResponse,ImportDataOperationMetadata>
DatasetServiceClient. importDataAsync(ImportDataRequest request)
Imports data into a Dataset.ImportDataRequest.Builder
ImportDataRequest.Builder. mergeFrom(ImportDataRequest other)
static ImportDataRequest.Builder
ImportDataRequest. newBuilder(ImportDataRequest prototype)
-
Uses of ImportDataRequest in com.google.cloud.aiplatform.v1.stub
Methods in com.google.cloud.aiplatform.v1.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>
DatasetServiceStub. importDataCallable()
com.google.api.gax.rpc.UnaryCallable<ImportDataRequest,com.google.longrunning.Operation>
GrpcDatasetServiceStub. importDataCallable()
com.google.api.gax.rpc.OperationCallable<ImportDataRequest,ImportDataResponse,ImportDataOperationMetadata>
DatasetServiceStub. importDataOperationCallable()
com.google.api.gax.rpc.OperationCallable<ImportDataRequest,ImportDataResponse,ImportDataOperationMetadata>
GrpcDatasetServiceStub. importDataOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<ImportDataRequest,ImportDataResponse,ImportDataOperationMetadata>
DatasetServiceStubSettings.Builder. importDataOperationSettings()
Returns the builder for the settings used for calls to importData.com.google.api.gax.rpc.OperationCallSettings<ImportDataRequest,ImportDataResponse,ImportDataOperationMetadata>
DatasetServiceStubSettings. importDataOperationSettings()
Returns the object with the settings used for calls to importData.com.google.api.gax.rpc.UnaryCallSettings.Builder<ImportDataRequest,com.google.longrunning.Operation>
DatasetServiceStubSettings.Builder. importDataSettings()
Returns the builder for the settings used for calls to importData.com.google.api.gax.rpc.UnaryCallSettings<ImportDataRequest,com.google.longrunning.Operation>
DatasetServiceStubSettings. importDataSettings()
Returns the object with the settings used for calls to importData.
-