Interface Span.TimeEvent.AnnotationOrBuilder

    • 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;