Interface ArrayValueOrBuilder (2.17.6)

public interface ArrayValueOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getValues(int index)

public abstract Value getValues(int index)

Values in the array. The order of values in an array is preserved as long as all values have identical settings for 'exclude_from_indexes'.

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

Parameter
NameDescription
indexint
Returns
TypeDescription
Value

getValuesCount()

public abstract int getValuesCount()

Values in the array. The order of values in an array is preserved as long as all values have identical settings for 'exclude_from_indexes'.

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

Returns
TypeDescription
int

getValuesList()

public abstract List<Value> getValuesList()

Values in the array. The order of values in an array is preserved as long as all values have identical settings for 'exclude_from_indexes'.

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

Returns
TypeDescription
List<Value>

getValuesOrBuilder(int index)

public abstract ValueOrBuilder getValuesOrBuilder(int index)

Values in the array. The order of values in an array is preserved as long as all values have identical settings for 'exclude_from_indexes'.

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

Parameter
NameDescription
indexint
Returns
TypeDescription
ValueOrBuilder

getValuesOrBuilderList()

public abstract List<? extends ValueOrBuilder> getValuesOrBuilderList()

Values in the array. The order of values in an array is preserved as long as all values have identical settings for 'exclude_from_indexes'.

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

Returns
TypeDescription
List<? extends com.google.datastore.v1.ValueOrBuilder>