public final class DroppedLabels
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 Stackdriver 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.Flags| Constructor and Description |
|---|
DroppedLabels() |
| Modifier and Type | Method and Description |
|---|---|
DroppedLabels |
clone() |
java.util.Map<java.lang.String,java.lang.String> |
getLabel()
Map from label to its value, for all labels dropped in any aggregation.
|
DroppedLabels |
set(java.lang.String fieldName,
java.lang.Object value) |
DroppedLabels |
setLabel(java.util.Map<java.lang.String,java.lang.String> label)
Map from label to its value, for all labels dropped in any aggregation.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic java.util.Map<java.lang.String,java.lang.String> getLabel()
null for nonepublic DroppedLabels setLabel(java.util.Map<java.lang.String,java.lang.String> label)
label - label or null for nonepublic DroppedLabels set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic DroppedLabels clone()
clone in class com.google.api.client.json.GenericJson