Interface Index.IndexField.SearchConfig.SearchTextSpecOrBuilder

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

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

    • getIndexSpecsList

       Required. Specifications for how the field should be indexed.
       Repeated so that the field can be indexed in multiple ways.
       
      repeated .google.firestore.admin.v1.Index.IndexField.SearchConfig.SearchTextIndexSpec index_specs = 1 [(.google.api.field_behavior) = REQUIRED];
    • getIndexSpecs

       Required. Specifications for how the field should be indexed.
       Repeated so that the field can be indexed in multiple ways.
       
      repeated .google.firestore.admin.v1.Index.IndexField.SearchConfig.SearchTextIndexSpec index_specs = 1 [(.google.api.field_behavior) = REQUIRED];
    • getIndexSpecsCount

      int getIndexSpecsCount()
       Required. Specifications for how the field should be indexed.
       Repeated so that the field can be indexed in multiple ways.
       
      repeated .google.firestore.admin.v1.Index.IndexField.SearchConfig.SearchTextIndexSpec index_specs = 1 [(.google.api.field_behavior) = REQUIRED];
    • getIndexSpecsOrBuilderList

      List<? extends Index.IndexField.SearchConfig.SearchTextIndexSpecOrBuilder> getIndexSpecsOrBuilderList()
       Required. Specifications for how the field should be indexed.
       Repeated so that the field can be indexed in multiple ways.
       
      repeated .google.firestore.admin.v1.Index.IndexField.SearchConfig.SearchTextIndexSpec index_specs = 1 [(.google.api.field_behavior) = REQUIRED];
    • getIndexSpecsOrBuilder

       Required. Specifications for how the field should be indexed.
       Repeated so that the field can be indexed in multiple ways.
       
      repeated .google.firestore.admin.v1.Index.IndexField.SearchConfig.SearchTextIndexSpec index_specs = 1 [(.google.api.field_behavior) = REQUIRED];