public static interface DistributionValue.ExemplarOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsAttachments(String key)
Contextual information about the example value.
|
Map<String,String> |
getAttachments()
Deprecated.
|
int |
getAttachmentsCount()
Contextual information about the example value.
|
Map<String,String> |
getAttachmentsMap()
Contextual information about the example value.
|
String |
getAttachmentsOrDefault(String key,
String defaultValue)
Contextual information about the example value.
|
String |
getAttachmentsOrThrow(String key)
Contextual information about the example value.
|
com.google.protobuf.Timestamp |
getTimestamp()
The observation (sampling) time of the above value.
|
com.google.protobuf.TimestampOrBuilder |
getTimestampOrBuilder()
The observation (sampling) time of the above value.
|
double |
getValue()
Value of the exemplar point.
|
boolean |
hasTimestamp()
The observation (sampling) time of the above value.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofdouble getValue()
Value of the exemplar point. It determines which bucket the exemplar belongs to.
double value = 1;boolean hasTimestamp()
The observation (sampling) time of the above value.
.google.protobuf.Timestamp timestamp = 2;com.google.protobuf.Timestamp getTimestamp()
The observation (sampling) time of the above value.
.google.protobuf.Timestamp timestamp = 2;com.google.protobuf.TimestampOrBuilder getTimestampOrBuilder()
The observation (sampling) time of the above value.
.google.protobuf.Timestamp timestamp = 2;int getAttachmentsCount()
Contextual information about the example value.
map<string, string> attachments = 3;boolean containsAttachments(String key)
Contextual information about the example value.
map<string, string> attachments = 3;@Deprecated Map<String,String> getAttachments()
getAttachmentsMap() instead.Map<String,String> getAttachmentsMap()
Contextual information about the example value.
map<string, string> attachments = 3;String getAttachmentsOrDefault(String key, String defaultValue)
Contextual information about the example value.
map<string, string> attachments = 3;