public interface ArrayValueOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Value |
getValues(int index)
Values in the array.
|
int |
getValuesCount()
Values in the array.
|
java.util.List<Value> |
getValuesList()
Values in the array.
|
ValueOrBuilder |
getValuesOrBuilder(int index)
Values in the array.
|
java.util.List<? extends ValueOrBuilder> |
getValuesOrBuilderList()
Values in the array.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.util.List<Value> getValuesList()
Values in the array. The order of this array may not be preserved if it contains a mix of indexed and unindexed values.
repeated .google.datastore.v1.Value values = 1;
Value getValues(int index)
Values in the array. The order of this array may not be preserved if it contains a mix of indexed and unindexed values.
repeated .google.datastore.v1.Value values = 1;
int getValuesCount()
Values in the array. The order of this array may not be preserved if it contains a mix of indexed and unindexed values.
repeated .google.datastore.v1.Value values = 1;
java.util.List<? extends ValueOrBuilder> getValuesOrBuilderList()
Values in the array. The order of this array may not be preserved if it contains a mix of indexed and unindexed values.
repeated .google.datastore.v1.Value values = 1;
ValueOrBuilder getValuesOrBuilder(int index)
Values in the array. The order of this array may not be preserved if it contains a mix of indexed and unindexed values.
repeated .google.datastore.v1.Value values = 1;