Interface InstrumentationLibrarySpansOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods Deprecated Methods 
      Modifier and Type Method Description
      InstrumentationLibrary getInstrumentationLibrary()
      Deprecated.
      The instrumentation library information for the spans in this message.
      InstrumentationLibraryOrBuilder getInstrumentationLibraryOrBuilder()
      Deprecated.
      The instrumentation library information for the spans in this message.
      String getSchemaUrl()
      Deprecated.
      This schema_url applies to all spans and span events in the "spans" field.
      com.google.protobuf.ByteString getSchemaUrlBytes()
      Deprecated.
      This schema_url applies to all spans and span events in the "spans" field.
      Span getSpans​(int index)
      Deprecated.
      A list of Spans that originate from an instrumentation library.
      int getSpansCount()
      Deprecated.
      A list of Spans that originate from an instrumentation library.
      List<Span> getSpansList()
      Deprecated.
      A list of Spans that originate from an instrumentation library.
      SpanOrBuilder getSpansOrBuilder​(int index)
      Deprecated.
      A list of Spans that originate from an instrumentation library.
      List<? extends SpanOrBuilder> getSpansOrBuilderList()
      Deprecated.
      A list of Spans that originate from an instrumentation library.
      boolean hasInstrumentationLibrary()
      Deprecated.
      The instrumentation library information for the spans in this message.
      • 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 Detail

      • hasInstrumentationLibrary

        boolean hasInstrumentationLibrary()
        Deprecated.
         The instrumentation library information for the spans in this message.
         Semantically when InstrumentationLibrary isn't set, it is equivalent with
         an empty instrumentation library name (unknown).
         
        .opentelemetry.proto.common.v1.InstrumentationLibrary instrumentation_library = 1;
        Returns:
        Whether the instrumentationLibrary field is set.
      • getInstrumentationLibrary

        InstrumentationLibrary getInstrumentationLibrary()
        Deprecated.
         The instrumentation library information for the spans in this message.
         Semantically when InstrumentationLibrary isn't set, it is equivalent with
         an empty instrumentation library name (unknown).
         
        .opentelemetry.proto.common.v1.InstrumentationLibrary instrumentation_library = 1;
        Returns:
        The instrumentationLibrary.
      • getInstrumentationLibraryOrBuilder

        InstrumentationLibraryOrBuilder getInstrumentationLibraryOrBuilder()
        Deprecated.
         The instrumentation library information for the spans in this message.
         Semantically when InstrumentationLibrary isn't set, it is equivalent with
         an empty instrumentation library name (unknown).
         
        .opentelemetry.proto.common.v1.InstrumentationLibrary instrumentation_library = 1;
      • getSpansList

        List<Span> getSpansList()
        Deprecated.
         A list of Spans that originate from an instrumentation library.
         
        repeated .opentelemetry.proto.trace.v1.Span spans = 2;
      • getSpans

        Span getSpans​(int index)
        Deprecated.
         A list of Spans that originate from an instrumentation library.
         
        repeated .opentelemetry.proto.trace.v1.Span spans = 2;
      • getSpansCount

        int getSpansCount()
        Deprecated.
         A list of Spans that originate from an instrumentation library.
         
        repeated .opentelemetry.proto.trace.v1.Span spans = 2;
      • getSpansOrBuilderList

        List<? extends SpanOrBuilder> getSpansOrBuilderList()
        Deprecated.
         A list of Spans that originate from an instrumentation library.
         
        repeated .opentelemetry.proto.trace.v1.Span spans = 2;
      • getSpansOrBuilder

        SpanOrBuilder getSpansOrBuilder​(int index)
        Deprecated.
         A list of Spans that originate from an instrumentation library.
         
        repeated .opentelemetry.proto.trace.v1.Span spans = 2;
      • getSchemaUrl

        String getSchemaUrl()
        Deprecated.
         This schema_url applies to all spans and span events in the "spans" field.
         
        string schema_url = 3;
        Returns:
        The schemaUrl.
      • getSchemaUrlBytes

        com.google.protobuf.ByteString getSchemaUrlBytes()
        Deprecated.
         This schema_url applies to all spans and span events in the "spans" field.
         
        string schema_url = 3;
        Returns:
        The bytes for schemaUrl.