Enum Index.IndexField.ArrayConfig (3.1.0)

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

ProtocolMessageEnum

Static Fields

NameDescription
ARRAY_CONFIG_UNSPECIFIED

The index does not support additional array queries.

ARRAY_CONFIG_UNSPECIFIED = 0;

ARRAY_CONFIG_UNSPECIFIED_VALUE

The index does not support additional array queries.

ARRAY_CONFIG_UNSPECIFIED = 0;

CONTAINS

The index supports array containment queries.

CONTAINS = 1;

CONTAINS_VALUE

The index supports array containment queries.

CONTAINS = 1;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()