Interface ArrayValueOrBuilder (3.21.3)

public interface ArrayValueOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getValues(int index)

public abstract Value getValues(int index)

Values in the array.

repeated .google.firestore.v1.Value values = 1;

Parameter
Name Description
index int
Returns
Type Description
Value

getValuesCount()

public abstract int getValuesCount()

Values in the array.

repeated .google.firestore.v1.Value values = 1;

Returns
Type Description
int

getValuesList()

public abstract List<Value> getValuesList()

Values in the array.

repeated .google.firestore.v1.Value values = 1;

Returns
Type Description
List<Value>

getValuesOrBuilder(int index)

public abstract ValueOrBuilder getValuesOrBuilder(int index)

Values in the array.

repeated .google.firestore.v1.Value values = 1;

Parameter
Name Description
index int
Returns
Type Description
ValueOrBuilder

getValuesOrBuilderList()

public abstract List<? extends ValueOrBuilder> getValuesOrBuilderList()

Values in the array.

repeated .google.firestore.v1.Value values = 1;

Returns
Type Description
List<? extends com.google.firestore.v1.ValueOrBuilder>