Uses of Class
com.google.monitoring.v3.GroupName
-
Packages that use GroupName Package Description com.google.cloud.monitoring.v3 A client to Cloud Monitoring APIcom.google.monitoring.v3 -
-
Uses of GroupName in com.google.cloud.monitoring.v3
Methods in com.google.cloud.monitoring.v3 with parameters of type GroupName Modifier and Type Method Description void
GroupServiceClient. deleteGroup(GroupName name)
Deletes an existing group.Group
GroupServiceClient. getGroup(GroupName name)
Gets a single group.GroupServiceClient.ListGroupMembersPagedResponse
GroupServiceClient. listGroupMembers(GroupName name)
Lists the monitored resources that are members of a group. -
Uses of GroupName in com.google.monitoring.v3
Methods in com.google.monitoring.v3 that return GroupName Modifier and Type Method Description GroupName
GroupName.Builder. build()
GroupName
GroupName.FolderGroupBuilder. build()
GroupName
GroupName.OrganizationGroupBuilder. build()
static GroupName
GroupName. of(String project, String group)
static GroupName
GroupName. ofFolderGroupName(String folder, String group)
static GroupName
GroupName. ofOrganizationGroupName(String organization, String group)
static GroupName
GroupName. ofProjectGroupName(String project, String group)
static GroupName
GroupName. parse(String formattedString)
Methods in com.google.monitoring.v3 that return types with arguments of type GroupName Modifier and Type Method Description static List<GroupName>
GroupName. parseList(List<String> formattedStrings)
Method parameters in com.google.monitoring.v3 with type arguments of type GroupName Modifier and Type Method Description static List<String>
GroupName. toStringList(List<GroupName> values)
-