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, hasOneof
List<Value> getValuesList()
Values in the array.
repeated .google.firestore.v1.Value values = 1;
Value getValues(int index)
Values in the array.
repeated .google.firestore.v1.Value values = 1;
int getValuesCount()
Values in the array.
repeated .google.firestore.v1.Value values = 1;
List<? extends ValueOrBuilder> getValuesOrBuilderList()
Values in the array.
repeated .google.firestore.v1.Value values = 1;
ValueOrBuilder getValuesOrBuilder(int index)
Values in the array.
repeated .google.firestore.v1.Value values = 1;
Copyright © 2023 Google LLC. All rights reserved.