Interface FieldOperationMetadata.IndexConfigDeltaOrBuilder (3.7.2)

public static interface FieldOperationMetadata.IndexConfigDeltaOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getChangeType()

public abstract FieldOperationMetadata.IndexConfigDelta.ChangeType getChangeType()

Specifies how the index is changing.

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

Returns
TypeDescription
FieldOperationMetadata.IndexConfigDelta.ChangeType

The changeType.

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.