Interface ArrayValueOrBuilder (2.17.6)
Stay organized with collections
Save and categorize content based on your preferences.
publicinterface ArrayValueOrBuilderextendsMessageOrBuilderImplements
MessageOrBuilderMethods
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> |
|