public final class DataflowHistogramValue
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 Dataflow 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 |
|---|
DataflowHistogramValue() |
| Modifier and Type | Method and Description |
|---|---|
DataflowHistogramValue |
clone() |
List<Long> |
getBucketCounts()
Optional.
|
BucketOptions |
getBucketOptions()
Describes the bucket boundaries used in the histogram.
|
Long |
getCount()
Number of values recorded in this histogram.
|
OutlierStats |
getOutlierStats()
Statistics on the values recorded in the histogram that fall out of the bucket boundaries.
|
DataflowHistogramValue |
set(String fieldName,
Object value) |
DataflowHistogramValue |
setBucketCounts(List<Long> bucketCounts)
Optional.
|
DataflowHistogramValue |
setBucketOptions(BucketOptions bucketOptions)
Describes the bucket boundaries used in the histogram.
|
DataflowHistogramValue |
setCount(Long count)
Number of values recorded in this histogram.
|
DataflowHistogramValue |
setOutlierStats(OutlierStats outlierStats)
Statistics on the values recorded in the histogram that fall out of the bucket boundaries.
|
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 List<Long> getBucketCounts()
null for nonepublic DataflowHistogramValue setBucketCounts(List<Long> bucketCounts)
bucketCounts - bucketCounts or null for nonepublic BucketOptions getBucketOptions()
null for nonepublic DataflowHistogramValue setBucketOptions(BucketOptions bucketOptions)
bucketOptions - bucketOptions or null for nonepublic Long getCount()
null for nonepublic DataflowHistogramValue setCount(Long count)
count - count or null for nonepublic OutlierStats getOutlierStats()
null for nonepublic DataflowHistogramValue setOutlierStats(OutlierStats outlierStats)
outlierStats - outlierStats or null for nonepublic DataflowHistogramValue set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic DataflowHistogramValue clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2024 Google. All rights reserved.