io.opentelemetry.proto.common.v1.KeyValueListOrBuilder Maven / Gradle / Ivy
// 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 extends io.opentelemetry.proto.common.v1.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;
*/
io.opentelemetry.proto.common.v1.KeyValueOrBuilder getValuesOrBuilder(
int index);
}