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.
repeated .google.firestore.v1beta1.Value values = 1;
Value getValues(int index)
Values in the array.
repeated .google.firestore.v1beta1.Value values = 1;
int getValuesCount()
Values in the array.
repeated .google.firestore.v1beta1.Value values = 1;
java.util.List<? extends ValueOrBuilder> getValuesOrBuilderList()
Values in the array.
repeated .google.firestore.v1beta1.Value values = 1;
ValueOrBuilder getValuesOrBuilder(int index)
Values in the array.
repeated .google.firestore.v1beta1.Value values = 1;