| 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(java.lang.String fieldName,
java.lang.Object value) |
Distribution |
Distribution.setBucketCounts(java.util.List<java.lang.Long> bucketCounts)
Required in the Stackdriver Monitoring API v3.
|
Distribution |
Distribution.setBucketOptions(BucketOptions bucketOptions)
Required in the Stackdriver Monitoring API v3.
|
Distribution |
Distribution.setCount(java.lang.Long count)
The number of values in the population.
|
Distribution |
Distribution.setExemplars(java.util.List<Exemplar> exemplars)
Must be in increasing order of value field.
|
Distribution |
Distribution.setMean(java.lang.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(java.lang.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.
|