public static interface Span.TimeEvent.AnnotationOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Span.Attributes |
getAttributes()
A set of attributes on the annotation.
|
Span.AttributesOrBuilder |
getAttributesOrBuilder()
A set of attributes on the annotation.
|
TruncatableString |
getDescription()
A user-supplied message describing the event.
|
TruncatableStringOrBuilder |
getDescriptionOrBuilder()
A user-supplied message describing the event.
|
boolean |
hasAttributes()
A set of attributes on the annotation.
|
boolean |
hasDescription()
A user-supplied message describing the event.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasDescription()
A user-supplied message describing the event.
.opencensus.proto.trace.v1.TruncatableString description = 1;TruncatableString getDescription()
A user-supplied message describing the event.
.opencensus.proto.trace.v1.TruncatableString description = 1;TruncatableStringOrBuilder getDescriptionOrBuilder()
A user-supplied message describing the event.
.opencensus.proto.trace.v1.TruncatableString description = 1;boolean hasAttributes()
A set of attributes on the annotation.
.opencensus.proto.trace.v1.Span.Attributes attributes = 2;Span.Attributes getAttributes()
A set of attributes on the annotation.
.opencensus.proto.trace.v1.Span.Attributes attributes = 2;Span.AttributesOrBuilder getAttributesOrBuilder()
A set of attributes on the annotation.
.opencensus.proto.trace.v1.Span.Attributes attributes = 2;Copyright © 2018–2021 The Envoy Project. All rights reserved.