Interface FieldOperationMetadata.IndexConfigDeltaOrBuilder (3.9.1)

See more code actions.
public static interface FieldOperationMetadata.IndexConfigDeltaOrBuilder extends MessageOrBuilder
MessageOrBuilder
public abstract FieldOperationMetadata.IndexConfigDelta.ChangeType getChangeType()

Specifies how the index is changing.

.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.ChangeType change_type = 1;

Returns

getChangeTypeValue()

public abstract int getChangeTypeValue()

Specifies how the index is changing.

.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.ChangeType change_type = 1;

Returns
TypeDescription
int

The enum numeric value on the wire for changeType.

getIndex()

public abstract Index getIndex()

The index being changed.

.google.firestore.admin.v1.Index index = 2;

Returns
TypeDescription
Index

The index.

getIndexOrBuilder()

public abstract IndexOrBuilder getIndexOrBuilder()

The index being changed.

.google.firestore.admin.v1.Index index = 2;

Returns
TypeDescription
IndexOrBuilder

hasIndex()

public abstract boolean hasIndex()

The index being changed.

.google.firestore.admin.v1.Index index = 2;

Returns
TypeDescription
boolean

Whether the index field is set.