Uses of Class
com.google.cloud.migrationcenter.v1.ImportDataFileName
-
Packages that use ImportDataFileName Package Description com.google.cloud.migrationcenter.v1 A client to Migration Center API -
-
Uses of ImportDataFileName in com.google.cloud.migrationcenter.v1
Methods in com.google.cloud.migrationcenter.v1 that return ImportDataFileName Modifier and Type Method Description ImportDataFileName
ImportDataFileName.Builder. build()
static ImportDataFileName
ImportDataFileName. of(String project, String location, String importJob, String importDataFile)
static ImportDataFileName
ImportDataFileName. parse(String formattedString)
Methods in com.google.cloud.migrationcenter.v1 that return types with arguments of type ImportDataFileName Modifier and Type Method Description static List<ImportDataFileName>
ImportDataFileName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.migrationcenter.v1 with parameters of type ImportDataFileName Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,OperationMetadata>
MigrationCenterClient. deleteImportDataFileAsync(ImportDataFileName name)
Delete an import data file.ImportDataFile
MigrationCenterClient. getImportDataFile(ImportDataFileName name)
Gets an import data file.Method parameters in com.google.cloud.migrationcenter.v1 with type arguments of type ImportDataFileName Modifier and Type Method Description static List<String>
ImportDataFileName. toStringList(List<ImportDataFileName> values)
-