Enum FieldOperationMetadata.IndexConfigDelta.ChangeType (3.17.0)

public enum FieldOperationMetadata.IndexConfigDelta.ChangeType extends Enum<FieldOperationMetadata.IndexConfigDelta.ChangeType> implements ProtocolMessageEnum

Specifies how the index is changing.

Protobuf enum google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.ChangeType

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ADD

The single field index is being added.

ADD = 1;

ADD_VALUE

The single field index is being added.

ADD = 1;

CHANGE_TYPE_UNSPECIFIED

The type of change is not specified or known.

CHANGE_TYPE_UNSPECIFIED = 0;

CHANGE_TYPE_UNSPECIFIED_VALUE

The type of change is not specified or known.

CHANGE_TYPE_UNSPECIFIED = 0;

REMOVE

The single field index is being removed.

REMOVE = 2;

REMOVE_VALUE

The single field index is being removed.

REMOVE = 2;

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()