public static final class Distribution.Exemplar extends GeneratedMessageV3 implements Distribution.ExemplarOrBuilder
Exemplars are example points that may be used to annotate aggregated distribution values. They are metadata that gives information about a particular value added to a Distribution bucket, such as a trace ID that was active when a value was added. They may contain further information, such as a example values and timestamps, origin, etc.
Protobuf type google.api.Distribution.Exemplar
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > Distribution.ExemplarImplements
Distribution.ExemplarOrBuilderStatic Fields
ATTACHMENTS_FIELD_NUMBER
public static final int ATTACHMENTS_FIELD_NUMBER
Type | Description |
int |
TIMESTAMP_FIELD_NUMBER
public static final int TIMESTAMP_FIELD_NUMBER
Type | Description |
int |
VALUE_FIELD_NUMBER
public static final int VALUE_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static Distribution.Exemplar getDefaultInstance()
Type | Description |
Distribution.Exemplar |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static Distribution.Exemplar.Builder newBuilder()
Type | Description |
Distribution.Exemplar.Builder |
newBuilder(Distribution.Exemplar prototype)
public static Distribution.Exemplar.Builder newBuilder(Distribution.Exemplar prototype)
Name | Description |
prototype | Distribution.Exemplar |
Type | Description |
Distribution.Exemplar.Builder |
parseDelimitedFrom(InputStream input)
public static Distribution.Exemplar parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
Distribution.Exemplar |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Distribution.Exemplar parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Distribution.Exemplar |
Type | Description |
IOException |
parseFrom(byte[] data)
public static Distribution.Exemplar parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
Distribution.Exemplar |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Distribution.Exemplar parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Distribution.Exemplar |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static Distribution.Exemplar parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
Distribution.Exemplar |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Distribution.Exemplar parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Distribution.Exemplar |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static Distribution.Exemplar parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
Distribution.Exemplar |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static Distribution.Exemplar parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Distribution.Exemplar |
Type | Description |
IOException |
parseFrom(InputStream input)
public static Distribution.Exemplar parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
Distribution.Exemplar |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Distribution.Exemplar parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Distribution.Exemplar |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static Distribution.Exemplar parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
Distribution.Exemplar |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Distribution.Exemplar parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Distribution.Exemplar |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<Distribution.Exemplar> parser()
Type | Description |
Parser<Exemplar> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
getAttachments(int index)
public Any getAttachments(int index)
Contextual information about the example value. Examples are: Trace: type.googleapis.com/google.monitoring.v3.SpanContext Literal string: type.googleapis.com/google.protobuf.StringValue Labels dropped during aggregation: type.googleapis.com/google.monitoring.v3.DroppedLabels There may be only a single attachment of any given message type in a single exemplar, and this is enforced by the system.
repeated .google.protobuf.Any attachments = 3;
Name | Description |
index | int |
Type | Description |
Any |
getAttachmentsCount()
public int getAttachmentsCount()
Contextual information about the example value. Examples are: Trace: type.googleapis.com/google.monitoring.v3.SpanContext Literal string: type.googleapis.com/google.protobuf.StringValue Labels dropped during aggregation: type.googleapis.com/google.monitoring.v3.DroppedLabels There may be only a single attachment of any given message type in a single exemplar, and this is enforced by the system.
repeated .google.protobuf.Any attachments = 3;
Type | Description |
int |
getAttachmentsList()
public List<Any> getAttachmentsList()
Contextual information about the example value. Examples are: Trace: type.googleapis.com/google.monitoring.v3.SpanContext Literal string: type.googleapis.com/google.protobuf.StringValue Labels dropped during aggregation: type.googleapis.com/google.monitoring.v3.DroppedLabels There may be only a single attachment of any given message type in a single exemplar, and this is enforced by the system.
repeated .google.protobuf.Any attachments = 3;
Type | Description |
List<Any> |
getAttachmentsOrBuilder(int index)
public AnyOrBuilder getAttachmentsOrBuilder(int index)
Contextual information about the example value. Examples are: Trace: type.googleapis.com/google.monitoring.v3.SpanContext Literal string: type.googleapis.com/google.protobuf.StringValue Labels dropped during aggregation: type.googleapis.com/google.monitoring.v3.DroppedLabels There may be only a single attachment of any given message type in a single exemplar, and this is enforced by the system.
repeated .google.protobuf.Any attachments = 3;
Name | Description |
index | int |
Type | Description |
AnyOrBuilder |
getAttachmentsOrBuilderList()
public List<? extends AnyOrBuilder> getAttachmentsOrBuilderList()
Contextual information about the example value. Examples are: Trace: type.googleapis.com/google.monitoring.v3.SpanContext Literal string: type.googleapis.com/google.protobuf.StringValue Labels dropped during aggregation: type.googleapis.com/google.monitoring.v3.DroppedLabels There may be only a single attachment of any given message type in a single exemplar, and this is enforced by the system.
repeated .google.protobuf.Any attachments = 3;
Type | Description |
List<? extends com.google.protobuf.AnyOrBuilder> |
getDefaultInstanceForType()
public Distribution.Exemplar getDefaultInstanceForType()
Type | Description |
Distribution.Exemplar |
getParserForType()
public Parser<Distribution.Exemplar> getParserForType()
Type | Description |
Parser<Exemplar> |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
getTimestamp()
public Timestamp getTimestamp()
The observation (sampling) time of the above value.
.google.protobuf.Timestamp timestamp = 2;
Type | Description |
Timestamp | The timestamp. |
getTimestampOrBuilder()
public TimestampOrBuilder getTimestampOrBuilder()
The observation (sampling) time of the above value.
.google.protobuf.Timestamp timestamp = 2;
Type | Description |
TimestampOrBuilder |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Type | Description |
UnknownFieldSet |
getValue()
public double getValue()
Value of the exemplar point. This value determines to which bucket the exemplar belongs.
double value = 1;
Type | Description |
double | The value. |
hasTimestamp()
public boolean hasTimestamp()
The observation (sampling) time of the above value.
.google.protobuf.Timestamp timestamp = 2;
Type | Description |
boolean | Whether the timestamp field is set. |
hashCode()
public int hashCode()
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
newBuilderForType()
public Distribution.Exemplar.Builder newBuilderForType()
Type | Description |
Distribution.Exemplar.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Distribution.Exemplar.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
Distribution.Exemplar.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public Distribution.Exemplar.Builder toBuilder()
Type | Description |
Distribution.Exemplar.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |