| Package | Description |
|---|---|
| com.google.api.services.dataflow.model |
| Modifier and Type | Method and Description |
|---|---|
DataflowHistogramValue |
DataflowHistogramValue.clone() |
DataflowHistogramValue |
MetricValue.getValueHistogram()
Histogram value of this metric.
|
DataflowHistogramValue |
DataflowHistogramValue.set(String fieldName,
Object value) |
DataflowHistogramValue |
DataflowHistogramValue.setBucketCounts(List<Long> bucketCounts)
Optional.
|
DataflowHistogramValue |
DataflowHistogramValue.setBucketOptions(BucketOptions bucketOptions)
Describes the bucket boundaries used in the histogram.
|
DataflowHistogramValue |
DataflowHistogramValue.setCount(Long count)
Number of values recorded in this histogram.
|
DataflowHistogramValue |
DataflowHistogramValue.setOutlierStats(OutlierStats outlierStats)
Statistics on the values recorded in the histogram that fall out of the bucket boundaries.
|
| Modifier and Type | Method and Description |
|---|---|
MetricValue |
MetricValue.setValueHistogram(DataflowHistogramValue valueHistogram)
Histogram value of this metric.
|
Copyright © 2011–2025 Google. All rights reserved.