Interface FieldOperationMetadata.IndexConfigDeltaOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
FieldOperationMetadata.IndexConfigDelta, FieldOperationMetadata.IndexConfigDelta.Builder
Enclosing class:
FieldOperationMetadata

public static interface FieldOperationMetadata.IndexConfigDeltaOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies how the index is changing.
    int
    Specifies how the index is changing.
    The index being changed.
    The index being changed.
    boolean
    The index being changed.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getChangeTypeValue

      int getChangeTypeValue()
       Specifies how the index is changing.
       
      .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.ChangeType change_type = 1;
      Returns:
      The enum numeric value on the wire for changeType.
    • getChangeType

       Specifies how the index is changing.
       
      .google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.ChangeType change_type = 1;
      Returns:
      The changeType.
    • hasIndex

      boolean hasIndex()
       The index being changed.
       
      .google.firestore.admin.v1.Index index = 2;
      Returns:
      Whether the index field is set.
    • getIndex

      Index getIndex()
       The index being changed.
       
      .google.firestore.admin.v1.Index index = 2;
      Returns:
      The index.
    • getIndexOrBuilder

      IndexOrBuilder getIndexOrBuilder()
       The index being changed.
       
      .google.firestore.admin.v1.Index index = 2;