public final class Group
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Cloud Monitoring API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
Group() |
| Modifier and Type | Method and Description |
|---|---|
Group |
clone() |
String |
getDisplayName()
A user-assigned name for this group, used only for display purposes.
|
String |
getFilter()
The filter used to determine which monitored resources belong to this group.
|
Boolean |
getIsCluster()
If true, the members of this group are considered to be a cluster.
|
String |
getName()
Output only.
|
String |
getParentName()
The name of the group's parent, if it has one.
|
Group |
set(String fieldName,
Object value) |
Group |
setDisplayName(String displayName)
A user-assigned name for this group, used only for display purposes.
|
Group |
setFilter(String filter)
The filter used to determine which monitored resources belong to this group.
|
Group |
setIsCluster(Boolean isCluster)
If true, the members of this group are considered to be a cluster.
|
Group |
setName(String name)
Output only.
|
Group |
setParentName(String parentName)
The name of the group's parent, if it has one.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic String getDisplayName()
null for nonepublic Group setDisplayName(String displayName)
displayName - displayName or null for nonepublic String getFilter()
null for nonepublic Group setFilter(String filter)
filter - filter or null for nonepublic Boolean getIsCluster()
null for nonepublic Group setIsCluster(Boolean isCluster)
isCluster - isCluster or null for nonepublic String getName()
null for nonepublic Group setName(String name)
name - name or null for nonepublic String getParentName()
null for nonepublic Group setParentName(String parentName)
parentName - parentName or null for nonepublic Group set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic Group clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.