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 voidGroupServiceClient. deleteGroup(GroupName name)Deletes an existing group.GroupGroupServiceClient. getGroup(GroupName name)Gets a single group.GroupServiceClient.ListGroupMembersPagedResponseGroupServiceClient. 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 GroupNameGroupName.Builder. build()GroupNameGroupName.FolderGroupBuilder. build()GroupNameGroupName.OrganizationGroupBuilder. build()static GroupNameGroupName. of(String project, String group)static GroupNameGroupName. ofFolderGroupName(String folder, String group)static GroupNameGroupName. ofOrganizationGroupName(String organization, String group)static GroupNameGroupName. ofProjectGroupName(String project, String group)static GroupNameGroupName. 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)
-