public interface MeasurementOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
double |
getDoubleValue()
double double_value = 3; |
long |
getIntValue()
int64 int_value = 4; |
String |
getMeasureName()
The name of the measure to which the value is applied.
|
com.google.protobuf.ByteString |
getMeasureNameBytes()
The name of the measure to which the value is applied.
|
Tag |
getTags(int index)
repeated .opencensus.proto.stats.v1.Tag tags = 1; |
int |
getTagsCount()
repeated .opencensus.proto.stats.v1.Tag tags = 1; |
List<Tag> |
getTagsList()
repeated .opencensus.proto.stats.v1.Tag tags = 1; |
TagOrBuilder |
getTagsOrBuilder(int index)
repeated .opencensus.proto.stats.v1.Tag tags = 1; |
List<? extends TagOrBuilder> |
getTagsOrBuilderList()
repeated .opencensus.proto.stats.v1.Tag tags = 1; |
com.google.protobuf.Timestamp |
getTime()
The time when this measurement was recorded.
|
com.google.protobuf.TimestampOrBuilder |
getTimeOrBuilder()
The time when this measurement was recorded.
|
Measurement.ValueCase |
getValueCase() |
boolean |
hasTime()
The time when this measurement was recorded.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofTag getTags(int index)
repeated .opencensus.proto.stats.v1.Tag tags = 1;int getTagsCount()
repeated .opencensus.proto.stats.v1.Tag tags = 1;List<? extends TagOrBuilder> getTagsOrBuilderList()
repeated .opencensus.proto.stats.v1.Tag tags = 1;TagOrBuilder getTagsOrBuilder(int index)
repeated .opencensus.proto.stats.v1.Tag tags = 1;String getMeasureName()
The name of the measure to which the value is applied.
string measure_name = 2;com.google.protobuf.ByteString getMeasureNameBytes()
The name of the measure to which the value is applied.
string measure_name = 2;double getDoubleValue()
double double_value = 3;long getIntValue()
int64 int_value = 4;boolean hasTime()
The time when this measurement was recorded. If the implementation uses a async buffer to record measurements this may be the time when the measurement was read from the buffer.
.google.protobuf.Timestamp time = 5;com.google.protobuf.Timestamp getTime()
The time when this measurement was recorded. If the implementation uses a async buffer to record measurements this may be the time when the measurement was read from the buffer.
.google.protobuf.Timestamp time = 5;com.google.protobuf.TimestampOrBuilder getTimeOrBuilder()
The time when this measurement was recorded. If the implementation uses a async buffer to record measurements this may be the time when the measurement was read from the buffer.
.google.protobuf.Timestamp time = 5;Measurement.ValueCase getValueCase()