| Modifier and Type | Class and Description |
|---|---|
static class |
AggregationResult.Histogram.Bucket
A histogram bucket with a lower and upper bound, and a count of items
with a field value between those bounds.
|
static class |
AggregationResult.Histogram.Bucket.Builder
A histogram bucket with a lower and upper bound, and a count of items
with a field value between those bounds.
|
| Modifier and Type | Method and Description |
|---|---|
AggregationResult.Histogram.BucketOrBuilder |
AggregationResult.HistogramOrBuilder.getBucketsOrBuilder(int index)
Buckets in the histogram.
|
AggregationResult.Histogram.BucketOrBuilder |
AggregationResult.Histogram.getBucketsOrBuilder(int index)
Buckets in the histogram.
|
AggregationResult.Histogram.BucketOrBuilder |
AggregationResult.Histogram.Builder.getBucketsOrBuilder(int index)
Buckets in the histogram.
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends AggregationResult.Histogram.BucketOrBuilder> |
AggregationResult.HistogramOrBuilder.getBucketsOrBuilderList()
Buckets in the histogram.
|
List<? extends AggregationResult.Histogram.BucketOrBuilder> |
AggregationResult.Histogram.getBucketsOrBuilderList()
Buckets in the histogram.
|
List<? extends AggregationResult.Histogram.BucketOrBuilder> |
AggregationResult.Histogram.Builder.getBucketsOrBuilderList()
Buckets in the histogram.
|
Copyright © 2024 Google LLC. All rights reserved.