public static interface AggregationResult.Histogram.BucketOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getCount()
Count of items in the bucket.
|
double |
getLowerBound()
Lower bound - inclusive.
|
double |
getUpperBound()
Upper bound - exclusive.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofdouble getLowerBound()
Lower bound - inclusive.
double lower_bound = 1;double getUpperBound()
Upper bound - exclusive.
double upper_bound = 2;long getCount()
Count of items in the bucket.
int64 count = 3;Copyright © 2024 Google LLC. All rights reserved.