Interface Index.IndexField.SearchConfig.SearchTextSpecOrBuilder (3.43.1)

public static interface Index.IndexField.SearchConfig.SearchTextSpecOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getIndexSpecs(int index)

public abstract Index.IndexField.SearchConfig.SearchTextIndexSpec getIndexSpecs(int index)

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];

Parameter
Name Description
index int
Returns
Type Description
Index.IndexField.SearchConfig.SearchTextIndexSpec

getIndexSpecsCount()

public abstract 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];

Returns
Type Description
int

getIndexSpecsList()

public abstract List<Index.IndexField.SearchConfig.SearchTextIndexSpec> 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];

Returns
Type Description
List<SearchTextIndexSpec>

getIndexSpecsOrBuilder(int index)

public abstract Index.IndexField.SearchConfig.SearchTextIndexSpecOrBuilder getIndexSpecsOrBuilder(int index)

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];

Parameter
Name Description
index int
Returns
Type Description
Index.IndexField.SearchConfig.SearchTextIndexSpecOrBuilder

getIndexSpecsOrBuilderList()

public abstract 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];

Returns
Type Description
List<? extends com.google.firestore.admin.v1.Index.IndexField.SearchConfig.SearchTextIndexSpecOrBuilder>