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

public static interface Model.SpanOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getTraceId

      com.google.protobuf.ByteString getTraceId()
      bytes trace_id = 1;
      Returns:
      The traceId.
    • getSpanId

      com.google.protobuf.ByteString getSpanId()
      bytes span_id = 2;
      Returns:
      The spanId.
    • getOperationName

      String getOperationName()
      string operation_name = 3;
      Returns:
      The operationName.
    • getOperationNameBytes

      com.google.protobuf.ByteString getOperationNameBytes()
      string operation_name = 3;
      Returns:
      The bytes for operationName.
    • getReferencesList

      List<Model.SpanRef> getReferencesList()
      repeated .jaeger.api_v2.SpanRef references = 4;
    • getReferences

      Model.SpanRef getReferences(int index)
      repeated .jaeger.api_v2.SpanRef references = 4;
    • getReferencesCount

      int getReferencesCount()
      repeated .jaeger.api_v2.SpanRef references = 4;
    • getReferencesOrBuilderList

      List<? extends Model.SpanRefOrBuilder> getReferencesOrBuilderList()
      repeated .jaeger.api_v2.SpanRef references = 4;
    • getReferencesOrBuilder

      Model.SpanRefOrBuilder getReferencesOrBuilder(int index)
      repeated .jaeger.api_v2.SpanRef references = 4;
    • getFlags

      int getFlags()
      uint32 flags = 5;
      Returns:
      The flags.
    • hasStartTime

      boolean hasStartTime()
      .google.protobuf.Timestamp start_time = 6;
      Returns:
      Whether the startTime field is set.
    • getStartTime

      com.google.protobuf.Timestamp getStartTime()
      .google.protobuf.Timestamp start_time = 6;
      Returns:
      The startTime.
    • getStartTimeOrBuilder

      com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder()
      .google.protobuf.Timestamp start_time = 6;
    • hasDuration

      boolean hasDuration()
      .google.protobuf.Duration duration = 7;
      Returns:
      Whether the duration field is set.
    • getDuration

      com.google.protobuf.Duration getDuration()
      .google.protobuf.Duration duration = 7;
      Returns:
      The duration.
    • getDurationOrBuilder

      com.google.protobuf.DurationOrBuilder getDurationOrBuilder()
      .google.protobuf.Duration duration = 7;
    • getTagsList

      List<Model.KeyValue> getTagsList()
      repeated .jaeger.api_v2.KeyValue tags = 8;
    • getTags

      Model.KeyValue getTags(int index)
      repeated .jaeger.api_v2.KeyValue tags = 8;
    • getTagsCount

      int getTagsCount()
      repeated .jaeger.api_v2.KeyValue tags = 8;
    • getTagsOrBuilderList

      List<? extends Model.KeyValueOrBuilder> getTagsOrBuilderList()
      repeated .jaeger.api_v2.KeyValue tags = 8;
    • getTagsOrBuilder

      Model.KeyValueOrBuilder getTagsOrBuilder(int index)
      repeated .jaeger.api_v2.KeyValue tags = 8;
    • getLogsList

      List<Model.Log> getLogsList()
      repeated .jaeger.api_v2.Log logs = 9;
    • getLogs

      Model.Log getLogs(int index)
      repeated .jaeger.api_v2.Log logs = 9;
    • getLogsCount

      int getLogsCount()
      repeated .jaeger.api_v2.Log logs = 9;
    • getLogsOrBuilderList

      List<? extends Model.LogOrBuilder> getLogsOrBuilderList()
      repeated .jaeger.api_v2.Log logs = 9;
    • getLogsOrBuilder

      Model.LogOrBuilder getLogsOrBuilder(int index)
      repeated .jaeger.api_v2.Log logs = 9;
    • hasProcess

      boolean hasProcess()
      .jaeger.api_v2.Process process = 10;
      Returns:
      Whether the process field is set.
    • getProcess

      Model.Process getProcess()
      .jaeger.api_v2.Process process = 10;
      Returns:
      The process.
    • getProcessOrBuilder

      Model.ProcessOrBuilder getProcessOrBuilder()
      .jaeger.api_v2.Process process = 10;
    • getProcessId

      String getProcessId()
      string process_id = 11;
      Returns:
      The processId.
    • getProcessIdBytes

      com.google.protobuf.ByteString getProcessIdBytes()
      string process_id = 11;
      Returns:
      The bytes for processId.
    • getWarningsList

      List<String> getWarningsList()
      repeated string warnings = 12;
      Returns:
      A list containing the warnings.
    • getWarningsCount

      int getWarningsCount()
      repeated string warnings = 12;
      Returns:
      The count of warnings.
    • getWarnings

      String getWarnings(int index)
      repeated string warnings = 12;
      Parameters:
      index - The index of the element to return.
      Returns:
      The warnings at the given index.
    • getWarningsBytes

      com.google.protobuf.ByteString getWarningsBytes(int index)
      repeated string warnings = 12;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the warnings at the given index.