public final class MetricDescriptorMetadata
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 |
|---|
MetricDescriptorMetadata() |
| Modifier and Type | Method and Description |
|---|---|
MetricDescriptorMetadata |
clone() |
java.lang.String |
getIngestDelay()
The delay of data points caused by ingestion.
|
java.lang.String |
getLaunchStage()
The launch stage of the metric definition.
|
java.lang.String |
getSamplePeriod()
The sampling period of metric data points.
|
MetricDescriptorMetadata |
set(java.lang.String fieldName,
java.lang.Object value) |
MetricDescriptorMetadata |
setIngestDelay(java.lang.String ingestDelay)
The delay of data points caused by ingestion.
|
MetricDescriptorMetadata |
setLaunchStage(java.lang.String launchStage)
The launch stage of the metric definition.
|
MetricDescriptorMetadata |
setSamplePeriod(java.lang.String samplePeriod)
The sampling period of metric data points.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic java.lang.String getIngestDelay()
null for nonepublic MetricDescriptorMetadata setIngestDelay(java.lang.String ingestDelay)
ingestDelay - ingestDelay or null for nonepublic java.lang.String getLaunchStage()
null for nonepublic MetricDescriptorMetadata setLaunchStage(java.lang.String launchStage)
launchStage - launchStage or null for nonepublic java.lang.String getSamplePeriod()
null for nonepublic MetricDescriptorMetadata setSamplePeriod(java.lang.String samplePeriod)
samplePeriod - samplePeriod or null for nonepublic MetricDescriptorMetadata set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic MetricDescriptorMetadata clone()
clone in class com.google.api.client.json.GenericJson