Package com.google.firestore.v1
Interface ArrayValueOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ArrayValue,ArrayValue.Builder
public interface ArrayValueOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetValues(int index) Values in the array.intValues in the array.Values in the array.getValuesOrBuilder(int index) Values in the array.List<? extends ValueOrBuilder>Values in the array.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getValuesList
Values in the array.
repeated .google.firestore.v1.Value values = 1; -
getValues
Values in the array.
repeated .google.firestore.v1.Value values = 1; -
getValuesCount
int getValuesCount()Values in the array.
repeated .google.firestore.v1.Value values = 1; -
getValuesOrBuilderList
List<? extends ValueOrBuilder> getValuesOrBuilderList()Values in the array.
repeated .google.firestore.v1.Value values = 1; -
getValuesOrBuilder
Values in the array.
repeated .google.firestore.v1.Value values = 1;
-