| Package | Description |
|---|---|
| com.google.api.services.monitoring.v3.model |
| Modifier and Type | Method and Description |
|---|---|
Distribution |
Distribution.clone() |
Distribution |
TypedValue.getDistributionValue()
A distribution value.
|
Distribution |
Distribution.set(String fieldName,
Object value) |
Distribution |
Distribution.setBucketCounts(List<Long> bucketCounts)
Required in the Cloud Monitoring API v3.
|
Distribution |
Distribution.setBucketOptions(BucketOptions bucketOptions)
Required in the Cloud Monitoring API v3.
|
Distribution |
Distribution.setCount(Long count)
The number of values in the population.
|
Distribution |
Distribution.setExemplars(List<Exemplar> exemplars)
Must be in increasing order of value field.
|
Distribution |
Distribution.setMean(Double mean)
The arithmetic mean of the values in the population.
|
Distribution |
Distribution.setRange(Range range)
If specified, contains the range of the population values.
|
Distribution |
Distribution.setSumOfSquaredDeviation(Double sumOfSquaredDeviation)
The sum of squared deviations from the mean of the values in the population.
|
| Modifier and Type | Method and Description |
|---|---|
TypedValue |
TypedValue.setDistributionValue(Distribution distributionValue)
A distribution value.
|
Copyright © 2011–2025 Google. All rights reserved.