public final class Measurement extends com.google.protobuf.GeneratedMessageV3 implements MeasurementOrBuilder
Describes a data point to be collected for a Measure.Protobuf type
opencensus.proto.stats.v1.Measurement| Modifier and Type | Class and Description |
|---|---|
static class |
Measurement.Builder
Describes a data point to be collected for a Measure.
|
static class |
Measurement.ValueCase |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable| Modifier and Type | Field and Description |
|---|---|
static int |
DOUBLE_VALUE_FIELD_NUMBER |
static int |
INT_VALUE_FIELD_NUMBER |
static int |
MEASURE_NAME_FIELD_NUMBER |
static int |
TAGS_FIELD_NUMBER |
static int |
TIME_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static Measurement |
getDefaultInstance() |
Measurement |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
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.
|
com.google.protobuf.Parser<Measurement> |
getParserForType() |
int |
getSerializedSize() |
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.
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
Measurement.ValueCase |
getValueCase() |
int |
hashCode() |
boolean |
hasTime()
The time when this measurement was recorded.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Measurement.Builder |
newBuilder() |
static Measurement.Builder |
newBuilder(Measurement prototype) |
Measurement.Builder |
newBuilderForType() |
protected Measurement.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static Measurement |
parseDelimitedFrom(InputStream input) |
static Measurement |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Measurement |
parseFrom(byte[] data) |
static Measurement |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Measurement |
parseFrom(ByteBuffer data) |
static Measurement |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Measurement |
parseFrom(com.google.protobuf.ByteString data) |
static Measurement |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Measurement |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Measurement |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Measurement |
parseFrom(InputStream input) |
static Measurement |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<Measurement> |
parser() |
Measurement.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int TAGS_FIELD_NUMBER
public static final int MEASURE_NAME_FIELD_NUMBER
public static final int DOUBLE_VALUE_FIELD_NUMBER
public static final int INT_VALUE_FIELD_NUMBER
public static final int TIME_FIELD_NUMBER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public Measurement.ValueCase getValueCase()
getValueCase in interface MeasurementOrBuilderpublic List<Tag> getTagsList()
repeated .opencensus.proto.stats.v1.Tag tags = 1;getTagsList in interface MeasurementOrBuilderpublic List<? extends TagOrBuilder> getTagsOrBuilderList()
repeated .opencensus.proto.stats.v1.Tag tags = 1;getTagsOrBuilderList in interface MeasurementOrBuilderpublic int getTagsCount()
repeated .opencensus.proto.stats.v1.Tag tags = 1;getTagsCount in interface MeasurementOrBuilderpublic Tag getTags(int index)
repeated .opencensus.proto.stats.v1.Tag tags = 1;getTags in interface MeasurementOrBuilderpublic TagOrBuilder getTagsOrBuilder(int index)
repeated .opencensus.proto.stats.v1.Tag tags = 1;getTagsOrBuilder in interface MeasurementOrBuilderpublic String getMeasureName()
The name of the measure to which the value is applied.
string measure_name = 2;getMeasureName in interface MeasurementOrBuilderpublic com.google.protobuf.ByteString getMeasureNameBytes()
The name of the measure to which the value is applied.
string measure_name = 2;getMeasureNameBytes in interface MeasurementOrBuilderpublic double getDoubleValue()
double double_value = 3;getDoubleValue in interface MeasurementOrBuilderpublic long getIntValue()
int64 int_value = 4;getIntValue in interface MeasurementOrBuilderpublic 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;hasTime in interface MeasurementOrBuilderpublic 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;getTime in interface MeasurementOrBuilderpublic 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;getTimeOrBuilder in interface MeasurementOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static Measurement parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Measurement parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Measurement parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Measurement parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Measurement parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Measurement parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Measurement parseFrom(InputStream input) throws IOException
IOExceptionpublic static Measurement parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Measurement parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static Measurement parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Measurement parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static Measurement parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic Measurement.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static Measurement.Builder newBuilder()
public static Measurement.Builder newBuilder(Measurement prototype)
public Measurement.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected Measurement.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static Measurement getDefaultInstance()
public static com.google.protobuf.Parser<Measurement> parser()
public com.google.protobuf.Parser<Measurement> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public Measurement getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder