public static interface Metrics.BucketOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getCumulativeCount()
Cumulative in increasing order.
|
double |
getUpperBound()
Inclusive.
|
boolean |
hasCumulativeCount()
Cumulative in increasing order.
|
boolean |
hasUpperBound()
Inclusive.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasCumulativeCount()
Cumulative in increasing order.
optional uint64 cumulative_count = 1;long getCumulativeCount()
Cumulative in increasing order.
optional uint64 cumulative_count = 1;boolean hasUpperBound()
Inclusive.
optional double upper_bound = 2;double getUpperBound()
Inclusive.
optional double upper_bound = 2;Copyright © 2018 The Envoy Project. All rights reserved.