Interface BoolArrayOrBuilder (3.18.0)

See more code actions.
public interface BoolArrayOrBuilder extends MessageOrBuilder
MessageOrBuilder
public abstract boolean getValues(int index)

A list of bool values.

repeated bool values = 1;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
boolean

The values at the given index.

getValuesCount()

public abstract int getValuesCount()

A list of bool values.

repeated bool values = 1;

Returns
TypeDescription
int

The count of values.

getValuesList()

public abstract List<Boolean> getValuesList()

A list of bool values.

repeated bool values = 1;

Returns
TypeDescription
List<Boolean>

A list containing the values.