public interface ArrayValueOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
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 | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
List<? extends com.google.datastore.v1.ValueOrBuilder> |