Package io.opentelemetry.proto.common.v1
Interface KeyValueListOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
KeyValueList,KeyValueList.Builder
@Generated
public interface KeyValueListOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetValues(int index) A collection of key/value pairs of key-value pairs.intA collection of key/value pairs of key-value pairs.A collection of key/value pairs of key-value pairs.getValuesOrBuilder(int index) A collection of key/value pairs of key-value pairs.List<? extends KeyValueOrBuilder>A collection of key/value pairs of key-value pairs.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getValuesList
A collection of key/value pairs of key-value pairs. The list may be empty (may contain 0 elements). The keys MUST be unique (it is not allowed to have more than one value with the same key).
repeated .opentelemetry.proto.common.v1.KeyValue values = 1; -
getValues
A collection of key/value pairs of key-value pairs. The list may be empty (may contain 0 elements). The keys MUST be unique (it is not allowed to have more than one value with the same key).
repeated .opentelemetry.proto.common.v1.KeyValue values = 1; -
getValuesCount
int getValuesCount()A collection of key/value pairs of key-value pairs. The list may be empty (may contain 0 elements). The keys MUST be unique (it is not allowed to have more than one value with the same key).
repeated .opentelemetry.proto.common.v1.KeyValue values = 1; -
getValuesOrBuilderList
List<? extends KeyValueOrBuilder> getValuesOrBuilderList()A collection of key/value pairs of key-value pairs. The list may be empty (may contain 0 elements). The keys MUST be unique (it is not allowed to have more than one value with the same key).
repeated .opentelemetry.proto.common.v1.KeyValue values = 1; -
getValuesOrBuilder
A collection of key/value pairs of key-value pairs. The list may be empty (may contain 0 elements). The keys MUST be unique (it is not allowed to have more than one value with the same key).
repeated .opentelemetry.proto.common.v1.KeyValue values = 1;
-