java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
io.helidon.tracing.exporter.jaeger.proto.api_v2.Model.Span
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Model.SpanOrBuilder, Serializable
Enclosing class:
Model

public static final class Model.Span extends com.google.protobuf.GeneratedMessage implements Model.SpanOrBuilder
Protobuf type jaeger.api_v2.Span
See Also:
  • Field Details

  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage
    • getTraceId

      public com.google.protobuf.ByteString getTraceId()
      bytes trace_id = 1;
      Specified by:
      getTraceId in interface Model.SpanOrBuilder
      Returns:
      The traceId.
    • getSpanId

      public com.google.protobuf.ByteString getSpanId()
      bytes span_id = 2;
      Specified by:
      getSpanId in interface Model.SpanOrBuilder
      Returns:
      The spanId.
    • getOperationName

      public String getOperationName()
      string operation_name = 3;
      Specified by:
      getOperationName in interface Model.SpanOrBuilder
      Returns:
      The operationName.
    • getOperationNameBytes

      public com.google.protobuf.ByteString getOperationNameBytes()
      string operation_name = 3;
      Specified by:
      getOperationNameBytes in interface Model.SpanOrBuilder
      Returns:
      The bytes for operationName.
    • getReferencesList

      public List<Model.SpanRef> getReferencesList()
      repeated .jaeger.api_v2.SpanRef references = 4;
      Specified by:
      getReferencesList in interface Model.SpanOrBuilder
    • getReferencesOrBuilderList

      public List<? extends Model.SpanRefOrBuilder> getReferencesOrBuilderList()
      repeated .jaeger.api_v2.SpanRef references = 4;
      Specified by:
      getReferencesOrBuilderList in interface Model.SpanOrBuilder
    • getReferencesCount

      public int getReferencesCount()
      repeated .jaeger.api_v2.SpanRef references = 4;
      Specified by:
      getReferencesCount in interface Model.SpanOrBuilder
    • getReferences

      public Model.SpanRef getReferences(int index)
      repeated .jaeger.api_v2.SpanRef references = 4;
      Specified by:
      getReferences in interface Model.SpanOrBuilder
    • getReferencesOrBuilder

      public Model.SpanRefOrBuilder getReferencesOrBuilder(int index)
      repeated .jaeger.api_v2.SpanRef references = 4;
      Specified by:
      getReferencesOrBuilder in interface Model.SpanOrBuilder
    • getFlags

      public int getFlags()
      uint32 flags = 5;
      Specified by:
      getFlags in interface Model.SpanOrBuilder
      Returns:
      The flags.
    • hasStartTime

      public boolean hasStartTime()
      .google.protobuf.Timestamp start_time = 6;
      Specified by:
      hasStartTime in interface Model.SpanOrBuilder
      Returns:
      Whether the startTime field is set.
    • getStartTime

      public com.google.protobuf.Timestamp getStartTime()
      .google.protobuf.Timestamp start_time = 6;
      Specified by:
      getStartTime in interface Model.SpanOrBuilder
      Returns:
      The startTime.
    • getStartTimeOrBuilder

      public com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder()
      .google.protobuf.Timestamp start_time = 6;
      Specified by:
      getStartTimeOrBuilder in interface Model.SpanOrBuilder
    • hasDuration

      public boolean hasDuration()
      .google.protobuf.Duration duration = 7;
      Specified by:
      hasDuration in interface Model.SpanOrBuilder
      Returns:
      Whether the duration field is set.
    • getDuration

      public com.google.protobuf.Duration getDuration()
      .google.protobuf.Duration duration = 7;
      Specified by:
      getDuration in interface Model.SpanOrBuilder
      Returns:
      The duration.
    • getDurationOrBuilder

      public com.google.protobuf.DurationOrBuilder getDurationOrBuilder()
      .google.protobuf.Duration duration = 7;
      Specified by:
      getDurationOrBuilder in interface Model.SpanOrBuilder
    • getTagsList

      public List<Model.KeyValue> getTagsList()
      repeated .jaeger.api_v2.KeyValue tags = 8;
      Specified by:
      getTagsList in interface Model.SpanOrBuilder
    • getTagsOrBuilderList

      public List<? extends Model.KeyValueOrBuilder> getTagsOrBuilderList()
      repeated .jaeger.api_v2.KeyValue tags = 8;
      Specified by:
      getTagsOrBuilderList in interface Model.SpanOrBuilder
    • getTagsCount

      public int getTagsCount()
      repeated .jaeger.api_v2.KeyValue tags = 8;
      Specified by:
      getTagsCount in interface Model.SpanOrBuilder
    • getTags

      public Model.KeyValue getTags(int index)
      repeated .jaeger.api_v2.KeyValue tags = 8;
      Specified by:
      getTags in interface Model.SpanOrBuilder
    • getTagsOrBuilder

      public Model.KeyValueOrBuilder getTagsOrBuilder(int index)
      repeated .jaeger.api_v2.KeyValue tags = 8;
      Specified by:
      getTagsOrBuilder in interface Model.SpanOrBuilder
    • getLogsList

      public List<Model.Log> getLogsList()
      repeated .jaeger.api_v2.Log logs = 9;
      Specified by:
      getLogsList in interface Model.SpanOrBuilder
    • getLogsOrBuilderList

      public List<? extends Model.LogOrBuilder> getLogsOrBuilderList()
      repeated .jaeger.api_v2.Log logs = 9;
      Specified by:
      getLogsOrBuilderList in interface Model.SpanOrBuilder
    • getLogsCount

      public int getLogsCount()
      repeated .jaeger.api_v2.Log logs = 9;
      Specified by:
      getLogsCount in interface Model.SpanOrBuilder
    • getLogs

      public Model.Log getLogs(int index)
      repeated .jaeger.api_v2.Log logs = 9;
      Specified by:
      getLogs in interface Model.SpanOrBuilder
    • getLogsOrBuilder

      public Model.LogOrBuilder getLogsOrBuilder(int index)
      repeated .jaeger.api_v2.Log logs = 9;
      Specified by:
      getLogsOrBuilder in interface Model.SpanOrBuilder
    • hasProcess

      public boolean hasProcess()
      .jaeger.api_v2.Process process = 10;
      Specified by:
      hasProcess in interface Model.SpanOrBuilder
      Returns:
      Whether the process field is set.
    • getProcess

      public Model.Process getProcess()
      .jaeger.api_v2.Process process = 10;
      Specified by:
      getProcess in interface Model.SpanOrBuilder
      Returns:
      The process.
    • getProcessOrBuilder

      public Model.ProcessOrBuilder getProcessOrBuilder()
      .jaeger.api_v2.Process process = 10;
      Specified by:
      getProcessOrBuilder in interface Model.SpanOrBuilder
    • getProcessId

      public String getProcessId()
      string process_id = 11;
      Specified by:
      getProcessId in interface Model.SpanOrBuilder
      Returns:
      The processId.
    • getProcessIdBytes

      public com.google.protobuf.ByteString getProcessIdBytes()
      string process_id = 11;
      Specified by:
      getProcessIdBytes in interface Model.SpanOrBuilder
      Returns:
      The bytes for processId.
    • getWarningsList

      public com.google.protobuf.ProtocolStringList getWarningsList()
      repeated string warnings = 12;
      Specified by:
      getWarningsList in interface Model.SpanOrBuilder
      Returns:
      A list containing the warnings.
    • getWarningsCount

      public int getWarningsCount()
      repeated string warnings = 12;
      Specified by:
      getWarningsCount in interface Model.SpanOrBuilder
      Returns:
      The count of warnings.
    • getWarnings

      public String getWarnings(int index)
      repeated string warnings = 12;
      Specified by:
      getWarnings in interface Model.SpanOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The warnings at the given index.
    • getWarningsBytes

      public com.google.protobuf.ByteString getWarningsBytes(int index)
      repeated string warnings = 12;
      Specified by:
      getWarningsBytes in interface Model.SpanOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the warnings at the given index.
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessage
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessage
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static Model.Span parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Model.Span parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Model.Span parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Model.Span parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Model.Span parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Model.Span parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Model.Span parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Model.Span parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static Model.Span parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static Model.Span parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Model.Span parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Model.Span parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public Model.Span.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static Model.Span.Builder newBuilder()
    • newBuilder

      public static Model.Span.Builder newBuilder(Model.Span prototype)
    • toBuilder

      public Model.Span.Builder toBuilder()
      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected Model.Span.Builder newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)
      Overrides:
      newBuilderForType in class com.google.protobuf.AbstractMessage
    • getDefaultInstance

      public static Model.Span getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<Model.Span> parser()
    • getParserForType

      public com.google.protobuf.Parser<Model.Span> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessage
    • getDefaultInstanceForType

      public Model.Span getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder