public static final class Metrics.Exemplar extends com.google.protobuf.GeneratedMessageV3 implements Metrics.ExemplarOrBuilder
io.prometheus.client.Exemplar
Modifier and Type | Class and Description |
---|---|
static class |
Metrics.Exemplar.Builder
Protobuf type
io.prometheus.client.Exemplar |
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, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
Modifier and Type | Field and Description |
---|---|
static int |
LABEL_FIELD_NUMBER |
static com.google.protobuf.Parser<Metrics.Exemplar> |
PARSER
Deprecated.
|
static int |
TIMESTAMP_FIELD_NUMBER |
static int |
VALUE_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
static Metrics.Exemplar |
getDefaultInstance() |
Metrics.Exemplar |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
Metrics.LabelPair |
getLabel(int index)
repeated .io.prometheus.client.LabelPair label = 1; |
int |
getLabelCount()
repeated .io.prometheus.client.LabelPair label = 1; |
List<Metrics.LabelPair> |
getLabelList()
repeated .io.prometheus.client.LabelPair label = 1; |
Metrics.LabelPairOrBuilder |
getLabelOrBuilder(int index)
repeated .io.prometheus.client.LabelPair label = 1; |
List<? extends Metrics.LabelPairOrBuilder> |
getLabelOrBuilderList()
repeated .io.prometheus.client.LabelPair label = 1; |
com.google.protobuf.Parser<Metrics.Exemplar> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.Timestamp |
getTimestamp()
OpenMetrics-style.
|
com.google.protobuf.TimestampOrBuilder |
getTimestampOrBuilder()
OpenMetrics-style.
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
double |
getValue()
optional double value = 2; |
int |
hashCode() |
boolean |
hasTimestamp()
OpenMetrics-style.
|
boolean |
hasValue()
optional double value = 2; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Metrics.Exemplar.Builder |
newBuilder() |
static Metrics.Exemplar.Builder |
newBuilder(Metrics.Exemplar prototype) |
Metrics.Exemplar.Builder |
newBuilderForType() |
protected Metrics.Exemplar.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static Metrics.Exemplar |
parseDelimitedFrom(InputStream input) |
static Metrics.Exemplar |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Metrics.Exemplar |
parseFrom(byte[] data) |
static Metrics.Exemplar |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Metrics.Exemplar |
parseFrom(ByteBuffer data) |
static Metrics.Exemplar |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Metrics.Exemplar |
parseFrom(com.google.protobuf.ByteString data) |
static Metrics.Exemplar |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Metrics.Exemplar |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Metrics.Exemplar |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Metrics.Exemplar |
parseFrom(InputStream input) |
static Metrics.Exemplar |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<Metrics.Exemplar> |
parser() |
Metrics.Exemplar.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static final int LABEL_FIELD_NUMBER
public static final int VALUE_FIELD_NUMBER
public static final int TIMESTAMP_FIELD_NUMBER
@Deprecated public static final com.google.protobuf.Parser<Metrics.Exemplar> PARSER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance
in class com.google.protobuf.GeneratedMessageV3
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface com.google.protobuf.MessageOrBuilder
getUnknownFields
in class com.google.protobuf.GeneratedMessageV3
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessageV3
public List<Metrics.LabelPair> getLabelList()
repeated .io.prometheus.client.LabelPair label = 1;
getLabelList
in interface Metrics.ExemplarOrBuilder
public List<? extends Metrics.LabelPairOrBuilder> getLabelOrBuilderList()
repeated .io.prometheus.client.LabelPair label = 1;
getLabelOrBuilderList
in interface Metrics.ExemplarOrBuilder
public int getLabelCount()
repeated .io.prometheus.client.LabelPair label = 1;
getLabelCount
in interface Metrics.ExemplarOrBuilder
public Metrics.LabelPair getLabel(int index)
repeated .io.prometheus.client.LabelPair label = 1;
getLabel
in interface Metrics.ExemplarOrBuilder
public Metrics.LabelPairOrBuilder getLabelOrBuilder(int index)
repeated .io.prometheus.client.LabelPair label = 1;
getLabelOrBuilder
in interface Metrics.ExemplarOrBuilder
public boolean hasValue()
optional double value = 2;
hasValue
in interface Metrics.ExemplarOrBuilder
public double getValue()
optional double value = 2;
getValue
in interface Metrics.ExemplarOrBuilder
public boolean hasTimestamp()
OpenMetrics-style.
optional .google.protobuf.Timestamp timestamp = 3;
hasTimestamp
in interface Metrics.ExemplarOrBuilder
public com.google.protobuf.Timestamp getTimestamp()
OpenMetrics-style.
optional .google.protobuf.Timestamp timestamp = 3;
getTimestamp
in interface Metrics.ExemplarOrBuilder
public com.google.protobuf.TimestampOrBuilder getTimestampOrBuilder()
OpenMetrics-style.
optional .google.protobuf.Timestamp timestamp = 3;
getTimestampOrBuilder
in interface Metrics.ExemplarOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.GeneratedMessageV3
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.GeneratedMessageV3
public boolean equals(Object obj)
equals
in interface com.google.protobuf.Message
equals
in class com.google.protobuf.AbstractMessage
public int hashCode()
hashCode
in interface com.google.protobuf.Message
hashCode
in class com.google.protobuf.AbstractMessage
public static Metrics.Exemplar parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Metrics.Exemplar parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Metrics.Exemplar parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Metrics.Exemplar parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Metrics.Exemplar parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Metrics.Exemplar parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Metrics.Exemplar parseFrom(InputStream input) throws IOException
IOException
public static Metrics.Exemplar parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static Metrics.Exemplar parseDelimitedFrom(InputStream input) throws IOException
IOException
public static Metrics.Exemplar parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static Metrics.Exemplar parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static Metrics.Exemplar parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public Metrics.Exemplar.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static Metrics.Exemplar.Builder newBuilder()
public static Metrics.Exemplar.Builder newBuilder(Metrics.Exemplar prototype)
public Metrics.Exemplar.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected Metrics.Exemplar.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessageV3
public static Metrics.Exemplar getDefaultInstance()
public static com.google.protobuf.Parser<Metrics.Exemplar> parser()
public com.google.protobuf.Parser<Metrics.Exemplar> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessageV3
public Metrics.Exemplar getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
Copyright © 2018–2021 The Envoy Project. All rights reserved.