Uses of Class
com.google.cloud.aiplatform.v1beta1.ImportDataResponse
-
Packages that use ImportDataResponse Package Description com.google.cloud.aiplatform.v1beta1 A client to Vertex AI APIcom.google.cloud.aiplatform.v1beta1.stub -
-
Uses of ImportDataResponse in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return ImportDataResponse Modifier and Type Method Description ImportDataResponse
ImportDataResponse.Builder. build()
ImportDataResponse
ImportDataResponse.Builder. buildPartial()
static ImportDataResponse
ImportDataResponse. getDefaultInstance()
ImportDataResponse
ImportDataResponse.Builder. getDefaultInstanceForType()
ImportDataResponse
ImportDataResponse. getDefaultInstanceForType()
static ImportDataResponse
ImportDataResponse. parseDelimitedFrom(InputStream input)
static ImportDataResponse
ImportDataResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImportDataResponse
ImportDataResponse. parseFrom(byte[] data)
static ImportDataResponse
ImportDataResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImportDataResponse
ImportDataResponse. parseFrom(com.google.protobuf.ByteString data)
static ImportDataResponse
ImportDataResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImportDataResponse
ImportDataResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static ImportDataResponse
ImportDataResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImportDataResponse
ImportDataResponse. parseFrom(InputStream input)
static ImportDataResponse
ImportDataResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImportDataResponse
ImportDataResponse. parseFrom(ByteBuffer data)
static ImportDataResponse
ImportDataResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.aiplatform.v1beta1 that return types with arguments of type ImportDataResponse Modifier and Type Method Description com.google.protobuf.Parser<ImportDataResponse>
ImportDataResponse. getParserForType()
com.google.api.gax.longrunning.OperationFuture<ImportDataResponse,ImportDataOperationMetadata>
DatasetServiceClient. importDataAsync(DatasetName name, List<ImportDataConfig> importConfigs)
Imports data into a Dataset.com.google.api.gax.longrunning.OperationFuture<ImportDataResponse,ImportDataOperationMetadata>
DatasetServiceClient. importDataAsync(ImportDataRequest request)
Imports data into a Dataset.com.google.api.gax.longrunning.OperationFuture<ImportDataResponse,ImportDataOperationMetadata>
DatasetServiceClient. importDataAsync(String name, List<ImportDataConfig> importConfigs)
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.static com.google.protobuf.Parser<ImportDataResponse>
ImportDataResponse. parser()
Methods in com.google.cloud.aiplatform.v1beta1 with parameters of type ImportDataResponse Modifier and Type Method Description ImportDataResponse.Builder
ImportDataResponse.Builder. mergeFrom(ImportDataResponse other)
static ImportDataResponse.Builder
ImportDataResponse. newBuilder(ImportDataResponse prototype)
-
Uses of ImportDataResponse in com.google.cloud.aiplatform.v1beta1.stub
Methods in com.google.cloud.aiplatform.v1beta1.stub that return types with arguments of type ImportDataResponse Modifier and Type Method Description 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.
-