Interface ArrayValueOrBuilder (2.17.6)

publicinterface ArrayValueOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getValues(int index)

publicabstractValuegetValues(intindex)

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

getValuesCount()

publicabstractintgetValuesCount()

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

getValuesList()

publicabstractList<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
Type Description
List<Value>

getValuesOrBuilder(int index)

publicabstractValueOrBuildergetValuesOrBuilder(intindex)

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

getValuesOrBuilderList()

publicabstractList<?extendsValueOrBuilder>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
Type Description
List<? extends com.google.datastore.v1.ValueOrBuilder>

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月19日 UTC.