Interface KeyValueListOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    KeyValueList, KeyValueList.Builder

    public interface KeyValueListOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      KeyValue getValues​(int index)
      A collection of key/value pairs of key-value pairs.
      int getValuesCount()
      A collection of key/value pairs of key-value pairs.
      List<KeyValue> getValuesList()
      A collection of key/value pairs of key-value pairs.
      KeyValueOrBuilder getValuesOrBuilder​(int index)
      A collection of key/value pairs of key-value pairs.
      List<? extends KeyValueOrBuilder> getValuesOrBuilderList()
      A collection of key/value pairs of key-value pairs.
      • 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

      • getValuesList

        List<KeyValue> 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

        KeyValue getValues​(int index)
         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

        KeyValueOrBuilder getValuesOrBuilder​(int index)
         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;