Interface Index.IndexField.SearchConfigOrBuilder

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

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

    • hasTextSpec

      boolean hasTextSpec()
       Optional. The specification for building a text search index for a
       field.
       
      .google.firestore.admin.v1.Index.IndexField.SearchConfig.SearchTextSpec text_spec = 1 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      Whether the textSpec field is set.
    • getTextSpec

       Optional. The specification for building a text search index for a
       field.
       
      .google.firestore.admin.v1.Index.IndexField.SearchConfig.SearchTextSpec text_spec = 1 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The textSpec.
    • getTextSpecOrBuilder

       Optional. The specification for building a text search index for a
       field.
       
      .google.firestore.admin.v1.Index.IndexField.SearchConfig.SearchTextSpec text_spec = 1 [(.google.api.field_behavior) = OPTIONAL];
    • hasGeoSpec

      boolean hasGeoSpec()
       Optional. The specification for building a geo search index for a
       field.
       
      .google.firestore.admin.v1.Index.IndexField.SearchConfig.SearchGeoSpec geo_spec = 2 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      Whether the geoSpec field is set.
    • getGeoSpec

       Optional. The specification for building a geo search index for a
       field.
       
      .google.firestore.admin.v1.Index.IndexField.SearchConfig.SearchGeoSpec geo_spec = 2 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The geoSpec.
    • getGeoSpecOrBuilder

       Optional. The specification for building a geo search index for a
       field.
       
      .google.firestore.admin.v1.Index.IndexField.SearchConfig.SearchGeoSpec geo_spec = 2 [(.google.api.field_behavior) = OPTIONAL];