Cloud Firestore V1 Client - Class ChangeType (1.27.3)

Reference documentation and code samples for the Cloud Firestore V1 Client class ChangeType.

Specifies how the index is changing.

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

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

CHANGE_TYPE_UNSPECIFIED

Value: 0

The type of change is not specified or known.

Generated from protobuf enum CHANGE_TYPE_UNSPECIFIED = 0;

ADD

Value: 1

The single field index is being added.

Generated from protobuf enum ADD = 1;

REMOVE

Value: 2

The single field index is being removed.

Generated from protobuf enum REMOVE = 2;