Interface Index.IndexField.SearchConfig.SearchTextIndexSpecOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Index.IndexField.SearchConfig.SearchTextIndexSpec, Index.IndexField.SearchConfig.SearchTextIndexSpec.Builder
Enclosing class:
Index.IndexField.SearchConfig

public static interface Index.IndexField.SearchConfig.SearchTextIndexSpecOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getIndexTypeValue

      int getIndexTypeValue()
       Required. How to index the text field value.
       
      .google.firestore.admin.v1.Index.IndexField.SearchConfig.TextIndexType index_type = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The enum numeric value on the wire for indexType.
    • getIndexType

       Required. How to index the text field value.
       
      .google.firestore.admin.v1.Index.IndexField.SearchConfig.TextIndexType index_type = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The indexType.
    • getMatchTypeValue

      int getMatchTypeValue()
       Required. How to match the text field value.
       
      .google.firestore.admin.v1.Index.IndexField.SearchConfig.TextMatchType match_type = 2 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The enum numeric value on the wire for matchType.
    • getMatchType

       Required. How to match the text field value.
       
      .google.firestore.admin.v1.Index.IndexField.SearchConfig.TextMatchType match_type = 2 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The matchType.