Uses of Class
com.google.cloud.migrationcenter.v1.GroupName
-
Packages that use GroupName Package Description com.google.cloud.migrationcenter.v1 A client to Migration Center API -
-
Uses of GroupName in com.google.cloud.migrationcenter.v1
Methods in com.google.cloud.migrationcenter.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.migrationcenter.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.migrationcenter.v1 with parameters of type GroupName Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<Group,OperationMetadata>
MigrationCenterClient. addAssetsToGroupAsync(GroupName group)
Adds assets to a group.com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,OperationMetadata>
MigrationCenterClient. deleteGroupAsync(GroupName name)
Deletes a group.Group
MigrationCenterClient. getGroup(GroupName name)
Gets the details of a group.com.google.api.gax.longrunning.OperationFuture<Group,OperationMetadata>
MigrationCenterClient. removeAssetsFromGroupAsync(GroupName group)
Removes assets from a group.Method parameters in com.google.cloud.migrationcenter.v1 with type arguments of type GroupName Modifier and Type Method Description static List<String>
GroupName. toStringList(List<GroupName> values)
-