Uses of Class
com.google.cloud.vmmigration.v1.TargetProjectName
-
Packages that use TargetProjectName Package Description com.google.cloud.vmmigration.v1 A client to VM Migration API -
-
Uses of TargetProjectName in com.google.cloud.vmmigration.v1
Methods in com.google.cloud.vmmigration.v1 that return TargetProjectName Modifier and Type Method Description TargetProjectName
TargetProjectName.Builder. build()
static TargetProjectName
TargetProjectName. of(String project, String location, String targetProject)
static TargetProjectName
TargetProjectName. parse(String formattedString)
Methods in com.google.cloud.vmmigration.v1 that return types with arguments of type TargetProjectName Modifier and Type Method Description static List<TargetProjectName>
TargetProjectName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.vmmigration.v1 with parameters of type TargetProjectName Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,OperationMetadata>
VmMigrationClient. deleteTargetProjectAsync(TargetProjectName name)
Deletes a single TargetProject.TargetProject
VmMigrationClient. getTargetProject(TargetProjectName name)
Gets details of a single TargetProject.Method parameters in com.google.cloud.vmmigration.v1 with type arguments of type TargetProjectName Modifier and Type Method Description static List<String>
TargetProjectName. toStringList(List<TargetProjectName> values)
-