public interface PointOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
DistributionValue |
getDistributionValue()
A distribution value.
|
DistributionValueOrBuilder |
getDistributionValueOrBuilder()
A distribution value.
|
double |
getDoubleValue()
A 64-bit double-precision floating-point number.
|
long |
getInt64Value()
A 64-bit integer.
|
SummaryValue |
getSummaryValue()
A summary value.
|
SummaryValueOrBuilder |
getSummaryValueOrBuilder()
A summary value.
|
com.google.protobuf.Timestamp |
getTimestamp()
The moment when this point was recorded.
|
com.google.protobuf.TimestampOrBuilder |
getTimestampOrBuilder()
The moment when this point was recorded.
|
Point.ValueCase |
getValueCase() |
boolean |
hasDistributionValue()
A distribution value.
|
boolean |
hasSummaryValue()
A summary value.
|
boolean |
hasTimestamp()
The moment when this point was recorded.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasTimestamp()
The moment when this point was recorded. Inclusive. If not specified, the timestamp will be decided by the backend.
.google.protobuf.Timestamp timestamp = 1;com.google.protobuf.Timestamp getTimestamp()
The moment when this point was recorded. Inclusive. If not specified, the timestamp will be decided by the backend.
.google.protobuf.Timestamp timestamp = 1;com.google.protobuf.TimestampOrBuilder getTimestampOrBuilder()
The moment when this point was recorded. Inclusive. If not specified, the timestamp will be decided by the backend.
.google.protobuf.Timestamp timestamp = 1;long getInt64Value()
A 64-bit integer.
int64 int64_value = 2;double getDoubleValue()
A 64-bit double-precision floating-point number.
double double_value = 3;boolean hasDistributionValue()
A distribution value.
.opencensus.proto.metrics.v1.DistributionValue distribution_value = 4;DistributionValue getDistributionValue()
A distribution value.
.opencensus.proto.metrics.v1.DistributionValue distribution_value = 4;DistributionValueOrBuilder getDistributionValueOrBuilder()
A distribution value.
.opencensus.proto.metrics.v1.DistributionValue distribution_value = 4;boolean hasSummaryValue()
A summary value. This is not recommended, since it cannot be aggregated.
.opencensus.proto.metrics.v1.SummaryValue summary_value = 5;SummaryValue getSummaryValue()
A summary value. This is not recommended, since it cannot be aggregated.
.opencensus.proto.metrics.v1.SummaryValue summary_value = 5;SummaryValueOrBuilder getSummaryValueOrBuilder()
A summary value. This is not recommended, since it cannot be aggregated.
.opencensus.proto.metrics.v1.SummaryValue summary_value = 5;Point.ValueCase getValueCase()
Copyright © 2018–2021 The Envoy Project. All rights reserved.