Package io.opentelemetry.proto.common.v1
Interface InstrumentationScopeOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
InstrumentationScope,InstrumentationScope.Builder
public interface InstrumentationScopeOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description KeyValuegetAttributes(int index)repeated .opentelemetry.proto.common.v1.KeyValue attributes = 3;intgetAttributesCount()repeated .opentelemetry.proto.common.v1.KeyValue attributes = 3;java.util.List<KeyValue>getAttributesList()repeated .opentelemetry.proto.common.v1.KeyValue attributes = 3;KeyValueOrBuildergetAttributesOrBuilder(int index)repeated .opentelemetry.proto.common.v1.KeyValue attributes = 3;java.util.List<? extends KeyValueOrBuilder>getAttributesOrBuilderList()repeated .opentelemetry.proto.common.v1.KeyValue attributes = 3;intgetDroppedAttributesCount()uint32 dropped_attributes_count = 4;java.lang.StringgetName()An empty instrumentation scope name means the name is unknown.com.google.protobuf.ByteStringgetNameBytes()An empty instrumentation scope name means the name is unknown.java.lang.StringgetVersion()string version = 2;com.google.protobuf.ByteStringgetVersionBytes()string version = 2;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getName
java.lang.String getName()
An empty instrumentation scope name means the name is unknown.
string name = 1;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
An empty instrumentation scope name means the name is unknown.
string name = 1;- Returns:
- The bytes for name.
-
getVersion
java.lang.String getVersion()
string version = 2;- Returns:
- The version.
-
getVersionBytes
com.google.protobuf.ByteString getVersionBytes()
string version = 2;- Returns:
- The bytes for version.
-
getAttributesList
java.util.List<KeyValue> getAttributesList()
repeated .opentelemetry.proto.common.v1.KeyValue attributes = 3;
-
getAttributes
KeyValue getAttributes(int index)
repeated .opentelemetry.proto.common.v1.KeyValue attributes = 3;
-
getAttributesCount
int getAttributesCount()
repeated .opentelemetry.proto.common.v1.KeyValue attributes = 3;
-
getAttributesOrBuilderList
java.util.List<? extends KeyValueOrBuilder> getAttributesOrBuilderList()
repeated .opentelemetry.proto.common.v1.KeyValue attributes = 3;
-
getAttributesOrBuilder
KeyValueOrBuilder getAttributesOrBuilder(int index)
repeated .opentelemetry.proto.common.v1.KeyValue attributes = 3;
-
getDroppedAttributesCount
int getDroppedAttributesCount()
uint32 dropped_attributes_count = 4;- Returns:
- The droppedAttributesCount.
-
-