Package io.opencensus.proto.trace.v1
Interface Span.TimeEvent.AnnotationOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Span.TimeEvent.Annotation,Span.TimeEvent.Annotation.Builder
- Enclosing class:
- Span.TimeEvent
public static interface Span.TimeEvent.AnnotationOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Span.AttributesgetAttributes()A set of attributes on the annotation.Span.AttributesOrBuildergetAttributesOrBuilder()A set of attributes on the annotation.TruncatableStringgetDescription()A user-supplied message describing the event.TruncatableStringOrBuildergetDescriptionOrBuilder()A user-supplied message describing the event.booleanhasAttributes()A set of attributes on the annotation.booleanhasDescription()A user-supplied message describing the event.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasDescription
boolean hasDescription()
A user-supplied message describing the event.
.opencensus.proto.trace.v1.TruncatableString description = 1;- Returns:
- Whether the description field is set.
-
getDescription
TruncatableString getDescription()
A user-supplied message describing the event.
.opencensus.proto.trace.v1.TruncatableString description = 1;- Returns:
- The description.
-
getDescriptionOrBuilder
TruncatableStringOrBuilder getDescriptionOrBuilder()
A user-supplied message describing the event.
.opencensus.proto.trace.v1.TruncatableString description = 1;
-
hasAttributes
boolean hasAttributes()
A set of attributes on the annotation.
.opencensus.proto.trace.v1.Span.Attributes attributes = 2;- Returns:
- Whether the attributes field is set.
-
getAttributes
Span.Attributes getAttributes()
A set of attributes on the annotation.
.opencensus.proto.trace.v1.Span.Attributes attributes = 2;- Returns:
- The attributes.
-
getAttributesOrBuilder
Span.AttributesOrBuilder getAttributesOrBuilder()
A set of attributes on the annotation.
.opencensus.proto.trace.v1.Span.Attributes attributes = 2;
-
-