Uses of Class
com.google.cloud.aiplatform.v1.ImportDataResponse
-
Packages that use ImportDataResponse Package Description com.google.cloud.aiplatform.v1 A client to Vertex AI APIcom.google.cloud.aiplatform.v1.stub -
-
Uses of ImportDataResponse in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return ImportDataResponse Modifier and Type Method Description ImportDataResponseImportDataResponse.Builder. build()ImportDataResponseImportDataResponse.Builder. buildPartial()static ImportDataResponseImportDataResponse. getDefaultInstance()ImportDataResponseImportDataResponse.Builder. getDefaultInstanceForType()ImportDataResponseImportDataResponse. getDefaultInstanceForType()static ImportDataResponseImportDataResponse. parseDelimitedFrom(InputStream input)static ImportDataResponseImportDataResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ImportDataResponseImportDataResponse. parseFrom(byte[] data)static ImportDataResponseImportDataResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ImportDataResponseImportDataResponse. parseFrom(com.google.protobuf.ByteString data)static ImportDataResponseImportDataResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ImportDataResponseImportDataResponse. parseFrom(com.google.protobuf.CodedInputStream input)static ImportDataResponseImportDataResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ImportDataResponseImportDataResponse. parseFrom(InputStream input)static ImportDataResponseImportDataResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ImportDataResponseImportDataResponse. parseFrom(ByteBuffer data)static ImportDataResponseImportDataResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.aiplatform.v1 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.v1 with parameters of type ImportDataResponse Modifier and Type Method Description ImportDataResponse.BuilderImportDataResponse.Builder. mergeFrom(ImportDataResponse other)static ImportDataResponse.BuilderImportDataResponse. newBuilder(ImportDataResponse prototype) -
Uses of ImportDataResponse in com.google.cloud.aiplatform.v1.stub
Methods in com.google.cloud.aiplatform.v1.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.
-