Interface KeyValueListOrBuilder

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

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

    Modifier and Type
    Method
    Description
    getValues(int index)
    A collection of key/value pairs of key-value pairs.
    int
    A collection of key/value pairs of key-value pairs.
    A collection of key/value pairs of key-value pairs.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • 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).
       The behavior of software that receives duplicated keys can be unpredictable.
       
      repeated .opentelemetry.proto.common.v1.KeyValue values = 1 [json_name = "values"];
    • 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).
       The behavior of software that receives duplicated keys can be unpredictable.
       
      repeated .opentelemetry.proto.common.v1.KeyValue values = 1 [json_name = "values"];
    • 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).
       The behavior of software that receives duplicated keys can be unpredictable.
       
      repeated .opentelemetry.proto.common.v1.KeyValue values = 1 [json_name = "values"];