Package io.opentelemetry.proto.trace.v1
Interface InstrumentationLibrarySpansOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
InstrumentationLibrarySpans,InstrumentationLibrarySpans.Builder
@Deprecated public interface InstrumentationLibrarySpansOrBuilder extends com.google.protobuf.MessageOrBuilder
Deprecated.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description InstrumentationLibrarygetInstrumentationLibrary()Deprecated.The instrumentation library information for the spans in this message.InstrumentationLibraryOrBuildergetInstrumentationLibraryOrBuilder()Deprecated.The instrumentation library information for the spans in this message.StringgetSchemaUrl()Deprecated.This schema_url applies to all spans and span events in the "spans" field.com.google.protobuf.ByteStringgetSchemaUrlBytes()Deprecated.This schema_url applies to all spans and span events in the "spans" field.SpangetSpans(int index)Deprecated.A list of Spans that originate from an instrumentation library.intgetSpansCount()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.SpanOrBuildergetSpansOrBuilder(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.booleanhasInstrumentationLibrary()Deprecated.The instrumentation library information for the spans in this message.-
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.
-
-