| Package | Description |
|---|---|
| com.google.api.services.dataflow.model |
| Modifier and Type | Method and Description |
|---|---|
BucketOptions |
BucketOptions.clone() |
BucketOptions |
DataflowHistogramValue.getBucketOptions()
Describes the bucket boundaries used in the histogram.
|
BucketOptions |
BucketOptions.set(String fieldName,
Object value) |
BucketOptions |
BucketOptions.setExponential(Base2Exponent exponential)
Bucket boundaries grow exponentially.
|
BucketOptions |
BucketOptions.setLinear(Linear linear)
Bucket boundaries grow linearly.
|
| Modifier and Type | Method and Description |
|---|---|
DataflowHistogramValue |
DataflowHistogramValue.setBucketOptions(BucketOptions bucketOptions)
Describes the bucket boundaries used in the histogram.
|
Copyright © 2011–2024 Google. All rights reserved.