public interface SummaryValueOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Int64Value |
getCount()
The total number of recorded values since start_time.
|
com.google.protobuf.Int64ValueOrBuilder |
getCountOrBuilder()
The total number of recorded values since start_time.
|
SummaryValue.Snapshot |
getSnapshot()
Values calculated over an arbitrary time window.
|
SummaryValue.SnapshotOrBuilder |
getSnapshotOrBuilder()
Values calculated over an arbitrary time window.
|
com.google.protobuf.DoubleValue |
getSum()
The total sum of recorded values since start_time.
|
com.google.protobuf.DoubleValueOrBuilder |
getSumOrBuilder()
The total sum of recorded values since start_time.
|
boolean |
hasCount()
The total number of recorded values since start_time.
|
boolean |
hasSnapshot()
Values calculated over an arbitrary time window.
|
boolean |
hasSum()
The total sum of recorded values since start_time.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasCount()
The total number of recorded values since start_time. Optional since some systems don't expose this.
.google.protobuf.Int64Value count = 1;com.google.protobuf.Int64Value getCount()
The total number of recorded values since start_time. Optional since some systems don't expose this.
.google.protobuf.Int64Value count = 1;com.google.protobuf.Int64ValueOrBuilder getCountOrBuilder()
The total number of recorded values since start_time. Optional since some systems don't expose this.
.google.protobuf.Int64Value count = 1;boolean hasSum()
The total sum of recorded values since start_time. Optional since some systems don't expose this. If count is zero then this field must be zero. This field must be unset if the sum is not available.
.google.protobuf.DoubleValue sum = 2;com.google.protobuf.DoubleValue getSum()
The total sum of recorded values since start_time. Optional since some systems don't expose this. If count is zero then this field must be zero. This field must be unset if the sum is not available.
.google.protobuf.DoubleValue sum = 2;com.google.protobuf.DoubleValueOrBuilder getSumOrBuilder()
The total sum of recorded values since start_time. Optional since some systems don't expose this. If count is zero then this field must be zero. This field must be unset if the sum is not available.
.google.protobuf.DoubleValue sum = 2;boolean hasSnapshot()
Values calculated over an arbitrary time window.
.opencensus.proto.metrics.v1.SummaryValue.Snapshot snapshot = 3;SummaryValue.Snapshot getSnapshot()
Values calculated over an arbitrary time window.
.opencensus.proto.metrics.v1.SummaryValue.Snapshot snapshot = 3;SummaryValue.SnapshotOrBuilder getSnapshotOrBuilder()
Values calculated over an arbitrary time window.
.opencensus.proto.metrics.v1.SummaryValue.Snapshot snapshot = 3;