public sealed class Index.Types.IndexField.Types.SearchConfig.Types.SearchTextSpec : IMessage<Index.Types.IndexField.Types.SearchConfig.Types.SearchTextSpec>, IEquatable<Index.Types.IndexField.Types.SearchConfig.Types.SearchTextSpec>, IDeepCloneable<Index.Types.IndexField.Types.SearchConfig.Types.SearchTextSpec>, IBufferMessage, IMessageReference documentation and code samples for the Firestore Admin v1 API class Index.Types.IndexField.Types.SearchConfig.Types.SearchTextSpec.
The specification for how to build a text search index for a field.
Implements
IMessageIndexTypesIndexFieldTypesSearchConfigTypesSearchTextSpec, IEquatableIndexTypesIndexFieldTypesSearchConfigTypesSearchTextSpec, IDeepCloneableIndexTypesIndexFieldTypesSearchConfigTypesSearchTextSpec, IBufferMessage, IMessageNamespace
Google.Cloud.Firestore.Admin.V1Assembly
Google.Cloud.Firestore.Admin.V1.dll
Constructors
SearchTextSpec()
public SearchTextSpec()SearchTextSpec(SearchTextSpec)
public SearchTextSpec(Index.Types.IndexField.Types.SearchConfig.Types.SearchTextSpec other)| Parameter | |
|---|---|
| Name | Description |
other |
IndexTypesIndexFieldTypesSearchConfigTypesSearchTextSpec |
Properties
IndexSpecs
public RepeatedField<Index.Types.IndexField.Types.SearchConfig.Types.SearchTextIndexSpec> IndexSpecs { get; }Required. Specifications for how the field should be indexed. Repeated so that the field can be indexed in multiple ways.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldIndexTypesIndexFieldTypesSearchConfigTypesSearchTextIndexSpec |
|