All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.opentelemetry.proto.common.v1.KeyValueListOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.0.46
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: opentelemetry/proto/common/v1/common.proto

package io.opentelemetry.proto.common.v1;

public interface KeyValueListOrBuilder extends
    // @@protoc_insertion_point(interface_extends:opentelemetry.proto.common.v1.KeyValueList)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * 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; */ java.util.List 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; */ io.opentelemetry.proto.common.v1.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; */ 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; */ java.util.List 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; */ io.opentelemetry.proto.common.v1.KeyValueOrBuilder getValuesOrBuilder( int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy