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