public static interface SummaryValue.SnapshotOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Int64Value |
getCount()
The number of values in the snapshot.
|
com.google.protobuf.Int64ValueOrBuilder |
getCountOrBuilder()
The number of values in the snapshot.
|
SummaryValue.Snapshot.ValueAtPercentile |
getPercentileValues(int index)
A list of values at different percentiles of the distribution calculated
from the current snapshot.
|
int |
getPercentileValuesCount()
A list of values at different percentiles of the distribution calculated
from the current snapshot.
|
List<SummaryValue.Snapshot.ValueAtPercentile> |
getPercentileValuesList()
A list of values at different percentiles of the distribution calculated
from the current snapshot.
|
SummaryValue.Snapshot.ValueAtPercentileOrBuilder |
getPercentileValuesOrBuilder(int index)
A list of values at different percentiles of the distribution calculated
from the current snapshot.
|
List<? extends SummaryValue.Snapshot.ValueAtPercentileOrBuilder> |
getPercentileValuesOrBuilderList()
A list of values at different percentiles of the distribution calculated
from the current snapshot.
|
com.google.protobuf.DoubleValue |
getSum()
The sum of values in the snapshot.
|
com.google.protobuf.DoubleValueOrBuilder |
getSumOrBuilder()
The sum of values in the snapshot.
|
boolean |
hasCount()
The number of values in the snapshot.
|
boolean |
hasSum()
The sum of values in the snapshot.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasCount()
The number of values in the snapshot. Optional since some systems don't expose this.
.google.protobuf.Int64Value count = 1;com.google.protobuf.Int64Value getCount()
The number of values in the snapshot. Optional since some systems don't expose this.
.google.protobuf.Int64Value count = 1;com.google.protobuf.Int64ValueOrBuilder getCountOrBuilder()
The number of values in the snapshot. Optional since some systems don't expose this.
.google.protobuf.Int64Value count = 1;boolean hasSum()
The sum of values in the snapshot. Optional since some systems don't expose this. If count is zero then this field must be zero or not set (if not supported).
.google.protobuf.DoubleValue sum = 2;com.google.protobuf.DoubleValue getSum()
The sum of values in the snapshot. Optional since some systems don't expose this. If count is zero then this field must be zero or not set (if not supported).
.google.protobuf.DoubleValue sum = 2;com.google.protobuf.DoubleValueOrBuilder getSumOrBuilder()
The sum of values in the snapshot. Optional since some systems don't expose this. If count is zero then this field must be zero or not set (if not supported).
.google.protobuf.DoubleValue sum = 2;List<SummaryValue.Snapshot.ValueAtPercentile> getPercentileValuesList()
A list of values at different percentiles of the distribution calculated from the current snapshot. The percentiles must be strictly increasing.
repeated .opencensus.proto.metrics.v1.SummaryValue.Snapshot.ValueAtPercentile percentile_values = 3;SummaryValue.Snapshot.ValueAtPercentile getPercentileValues(int index)
A list of values at different percentiles of the distribution calculated from the current snapshot. The percentiles must be strictly increasing.
repeated .opencensus.proto.metrics.v1.SummaryValue.Snapshot.ValueAtPercentile percentile_values = 3;int getPercentileValuesCount()
A list of values at different percentiles of the distribution calculated from the current snapshot. The percentiles must be strictly increasing.
repeated .opencensus.proto.metrics.v1.SummaryValue.Snapshot.ValueAtPercentile percentile_values = 3;List<? extends SummaryValue.Snapshot.ValueAtPercentileOrBuilder> getPercentileValuesOrBuilderList()
A list of values at different percentiles of the distribution calculated from the current snapshot. The percentiles must be strictly increasing.
repeated .opencensus.proto.metrics.v1.SummaryValue.Snapshot.ValueAtPercentile percentile_values = 3;SummaryValue.Snapshot.ValueAtPercentileOrBuilder getPercentileValuesOrBuilder(int index)
A list of values at different percentiles of the distribution calculated from the current snapshot. The percentiles must be strictly increasing.
repeated .opencensus.proto.metrics.v1.SummaryValue.Snapshot.ValueAtPercentile percentile_values = 3;