Uses of Class
com.google.cloud.vmmigration.v1.GroupName
-
Packages that use GroupName Package Description com.google.cloud.vmmigration.v1 A client to VM Migration API -
-
Uses of GroupName in com.google.cloud.vmmigration.v1
Methods in com.google.cloud.vmmigration.v1 that return GroupName Modifier and Type Method Description GroupName
GroupName.Builder. build()
static GroupName
GroupName. of(String project, String location, String group)
static GroupName
GroupName. parse(String formattedString)
Methods in com.google.cloud.vmmigration.v1 that return types with arguments of type GroupName Modifier and Type Method Description static List<GroupName>
GroupName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.vmmigration.v1 with parameters of type GroupName Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<AddGroupMigrationResponse,OperationMetadata>
VmMigrationClient. addGroupMigrationAsync(GroupName group)
Adds a MigratingVm to a Group.com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,OperationMetadata>
VmMigrationClient. deleteGroupAsync(GroupName name)
Deletes a single Group.Group
VmMigrationClient. getGroup(GroupName name)
Gets details of a single Group.com.google.api.gax.longrunning.OperationFuture<RemoveGroupMigrationResponse,OperationMetadata>
VmMigrationClient. removeGroupMigrationAsync(GroupName group)
Removes a MigratingVm from a Group.Method parameters in com.google.cloud.vmmigration.v1 with type arguments of type GroupName Modifier and Type Method Description static List<String>
GroupName. toStringList(List<GroupName> values)
-