Interface AttributeValuesOrBuilder (1.6.1)

public interface AttributeValuesOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getValues(int index)

public abstract ByteString getValues(int index)

The list of values associated with a key.

repeated bytes values = 1;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
ByteString

The values at the given index.

getValuesCount()

public abstract int getValuesCount()

The list of values associated with a key.

repeated bytes values = 1;

Returns
TypeDescription
int

The count of values.

getValuesList()

public abstract List<ByteString> getValuesList()

The list of values associated with a key.

repeated bytes values = 1;

Returns
TypeDescription
List<ByteString>

A list containing the values.