public static interface FieldOperationMetadata.IndexConfigDeltaOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getChangeType()
public abstract FieldOperationMetadata.IndexConfigDelta.ChangeType getChangeType()
Specifies how the index is changing.
.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.ChangeType change_type = 1;
Type | Description |
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;
Type | Description |
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;
Type | Description |
Index | The index. |
getIndexOrBuilder()
public abstract IndexOrBuilder getIndexOrBuilder()
The index being changed.
.google.firestore.admin.v1.Index index = 2;
Type | Description |
IndexOrBuilder |
hasIndex()
public abstract boolean hasIndex()
The index being changed.
.google.firestore.admin.v1.Index index = 2;
Type | Description |
boolean | Whether the index field is set. |