public enum Index.IndexField.ArrayConfig extends Enum<Index.IndexField.ArrayConfig> implements ProtocolMessageEnum
The supported array value configurations.
Protobuf enum google.firestore.admin.v1.Index.IndexField.ArrayConfig
Implements
ProtocolMessageEnumStatic Fields
Name | Description |
ARRAY_CONFIG_UNSPECIFIED | The index does not support additional array queries. |
ARRAY_CONFIG_UNSPECIFIED_VALUE | The index does not support additional array queries. |
CONTAINS | The index supports array containment queries. |
CONTAINS_VALUE | The index supports array containment queries. |
UNRECOGNIZED |
Static Methods
Name | Description |
forNumber(int value) | |
getDescriptor() | |
internalGetValueMap() | |
valueOf(Descriptors.EnumValueDescriptor desc) | |
valueOf(int value) | Deprecated. Use #forNumber(int) instead. |
valueOf(String name) | |
values() |
Methods
Name | Description |
getDescriptorForType() | |
getNumber() | |
getValueDescriptor() |