public interface ArrayValueOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Value |
getValues(int index)
Values in the array.
|
int |
getValuesCount()
Values in the array.
|
List<Value> |
getValuesList()
Values in the array.
|
ValueOrBuilder |
getValuesOrBuilder(int index)
Values in the array.
|
List<? extends ValueOrBuilder> |
getValuesOrBuilderList()
Values in the array.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<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;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;Copyright © 2019 Google LLC. All rights reserved.