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