Uses of Class
com.google.cloud.clouddms.v1.MigrationJobName
-
Packages that use MigrationJobName Package Description com.google.cloud.clouddms.v1 A client to Database Migration API -
-
Uses of MigrationJobName in com.google.cloud.clouddms.v1
Methods in com.google.cloud.clouddms.v1 that return MigrationJobName Modifier and Type Method Description MigrationJobName
MigrationJobName.Builder. build()
static MigrationJobName
MigrationJobName. of(String project, String location, String migrationJob)
static MigrationJobName
MigrationJobName. parse(String formattedString)
Methods in com.google.cloud.clouddms.v1 that return types with arguments of type MigrationJobName Modifier and Type Method Description static List<MigrationJobName>
MigrationJobName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.clouddms.v1 with parameters of type MigrationJobName Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,OperationMetadata>
DataMigrationServiceClient. deleteMigrationJobAsync(MigrationJobName name)
Deletes a single migration job.MigrationJob
DataMigrationServiceClient. getMigrationJob(MigrationJobName name)
Gets details of a single migration job.Method parameters in com.google.cloud.clouddms.v1 with type arguments of type MigrationJobName Modifier and Type Method Description static List<String>
MigrationJobName. toStringList(List<MigrationJobName> values)
-