public final class ValueDescriptor
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 |
|---|
ValueDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
ValueDescriptor |
clone() |
String |
getKey()
The value key.
|
String |
getMetricKind()
The value stream kind.
|
String |
getUnit()
The unit in which time_series point values are reported.
|
String |
getValueType()
The value type.
|
ValueDescriptor |
set(String fieldName,
Object value) |
ValueDescriptor |
setKey(String key)
The value key.
|
ValueDescriptor |
setMetricKind(String metricKind)
The value stream kind.
|
ValueDescriptor |
setUnit(String unit)
The unit in which time_series point values are reported.
|
ValueDescriptor |
setValueType(String valueType)
The value type.
|
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 getKey()
null for nonepublic ValueDescriptor setKey(String key)
key - key or null for nonepublic String getMetricKind()
null for nonepublic ValueDescriptor setMetricKind(String metricKind)
metricKind - metricKind or null for nonepublic String getUnit()
null for nonepublic ValueDescriptor setUnit(String unit)
unit - unit or null for nonepublic String getValueType()
null for nonepublic ValueDescriptor setValueType(String valueType)
valueType - valueType or null for nonepublic ValueDescriptor set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic ValueDescriptor clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.