Expand description
Nested message and enum types in Index.
Modules§
- Nested message and enum types in
IndexField.
Structs§
- A field in an index. The field_path describes which field is indexed, the value_mode describes how the field value is indexed.
Enums§
- Query Scope defines the scope at which a query is run. This is specified on a StructuredQuery’s
fromfield. - The state of an index. During index creation, an index will be in the
CREATINGstate. If the index is created successfully, it will transition to theREADYstate. If the index creation encounters a problem, the index will transition to theNEEDS_REPAIRstate.