Interface AttributeValuesOrBuilder (1.13.3)

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
Name Description
index int

The index of the element to return.

Returns
Type Description
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
Type Description
int

The count of values.

getValuesList()

public abstract List<ByteString> getValuesList()

The list of values associated with a key.

repeated bytes values = 1;

Returns
Type Description
List<ByteString>

A list containing the values.