Uses of Class
com.google.cloud.migrationcenter.v1.ImportJobName
-
Packages that use ImportJobName Package Description com.google.cloud.migrationcenter.v1 A client to Migration Center API -
-
Uses of ImportJobName in com.google.cloud.migrationcenter.v1
Methods in com.google.cloud.migrationcenter.v1 that return ImportJobName Modifier and Type Method Description ImportJobName
ImportJobName.Builder. build()
static ImportJobName
ImportJobName. of(String project, String location, String importJob)
static ImportJobName
ImportJobName. parse(String formattedString)
Methods in com.google.cloud.migrationcenter.v1 that return types with arguments of type ImportJobName Modifier and Type Method Description static List<ImportJobName>
ImportJobName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.migrationcenter.v1 with parameters of type ImportJobName Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<ImportDataFile,OperationMetadata>
MigrationCenterClient. createImportDataFileAsync(ImportJobName parent, ImportDataFile importDataFile, String importDataFileId)
Creates an import data file.com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,OperationMetadata>
MigrationCenterClient. deleteImportJobAsync(ImportJobName name)
Deletes an import job.ImportJob
MigrationCenterClient. getImportJob(ImportJobName name)
Gets the details of an import job.MigrationCenterClient.ListImportDataFilesPagedResponse
MigrationCenterClient. listImportDataFiles(ImportJobName parent)
List import data files.com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,OperationMetadata>
MigrationCenterClient. runImportJobAsync(ImportJobName name)
Runs an import job.com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,OperationMetadata>
MigrationCenterClient. validateImportJobAsync(ImportJobName name)
Validates an import job.Method parameters in com.google.cloud.migrationcenter.v1 with type arguments of type ImportJobName Modifier and Type Method Description static List<String>
ImportJobName. toStringList(List<ImportJobName> values)
-