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

public static interface Model.SpanRefOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    .jaeger.api_v2.SpanRefType ref_type = 3;
    int
    .jaeger.api_v2.SpanRefType ref_type = 3;
    com.google.protobuf.ByteString
    bytes span_id = 2;
    com.google.protobuf.ByteString
    bytes trace_id = 1;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • 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.
    • getRefTypeValue

      int getRefTypeValue()
      .jaeger.api_v2.SpanRefType ref_type = 3;
      Returns:
      The enum numeric value on the wire for refType.
    • getRefType

      Model.SpanRefType getRefType()
      .jaeger.api_v2.SpanRefType ref_type = 3;
      Returns:
      The refType.