public interface ArrayValueOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getValues(int index)
public abstract Value getValues(int index)
Values in the array.
repeated .google.firestore.v1.Value values = 1;
Name | Description |
index | int |
Type | Description |
Value |
getValuesCount()
public abstract int getValuesCount()
Values in the array.
repeated .google.firestore.v1.Value values = 1;
Type | Description |
int |
getValuesList()
public abstract List<Value> getValuesList()
Values in the array.
repeated .google.firestore.v1.Value values = 1;
Type | Description |
List<Value> |
getValuesOrBuilder(int index)
public abstract ValueOrBuilder getValuesOrBuilder(int index)
Values in the array.
repeated .google.firestore.v1.Value values = 1;
Name | Description |
index | int |
Type | Description |
ValueOrBuilder |
getValuesOrBuilderList()
public abstract List<? extends ValueOrBuilder> getValuesOrBuilderList()
Values in the array.
repeated .google.firestore.v1.Value values = 1;
Type | Description |
List<? extends com.google.firestore.v1.ValueOrBuilder> |