Interface Span.TimeEventOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Span.TimeEvent, Span.TimeEvent.Builder
    Enclosing class:
    Span

    public static interface Span.TimeEventOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • hasTime

        boolean hasTime()
         The timestamp indicating the time the event occurred.
         
        .google.protobuf.Timestamp time = 1;
        Returns:
        Whether the time field is set.
      • getTime

        com.google.protobuf.Timestamp getTime()
         The timestamp indicating the time the event occurred.
         
        .google.protobuf.Timestamp time = 1;
        Returns:
        The time.
      • getTimeOrBuilder

        com.google.protobuf.TimestampOrBuilder getTimeOrBuilder()
         The timestamp indicating the time the event occurred.
         
        .google.protobuf.Timestamp time = 1;
      • hasAnnotation

        boolean hasAnnotation()
         Text annotation with a set of attributes.
         
        .google.devtools.cloudtrace.v2.Span.TimeEvent.Annotation annotation = 2;
        Returns:
        Whether the annotation field is set.
      • getAnnotation

        Span.TimeEvent.Annotation getAnnotation()
         Text annotation with a set of attributes.
         
        .google.devtools.cloudtrace.v2.Span.TimeEvent.Annotation annotation = 2;
        Returns:
        The annotation.
      • getAnnotationOrBuilder

        Span.TimeEvent.AnnotationOrBuilder getAnnotationOrBuilder()
         Text annotation with a set of attributes.
         
        .google.devtools.cloudtrace.v2.Span.TimeEvent.Annotation annotation = 2;
      • hasMessageEvent

        boolean hasMessageEvent()
         An event describing a message sent/received between Spans.
         
        .google.devtools.cloudtrace.v2.Span.TimeEvent.MessageEvent message_event = 3;
        Returns:
        Whether the messageEvent field is set.
      • getMessageEvent

        Span.TimeEvent.MessageEvent getMessageEvent()
         An event describing a message sent/received between Spans.
         
        .google.devtools.cloudtrace.v2.Span.TimeEvent.MessageEvent message_event = 3;
        Returns:
        The messageEvent.
      • getMessageEventOrBuilder

        Span.TimeEvent.MessageEventOrBuilder getMessageEventOrBuilder()
         An event describing a message sent/received between Spans.
         
        .google.devtools.cloudtrace.v2.Span.TimeEvent.MessageEvent message_event = 3;