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 from field.
  • The state of an index. During index creation, an index will be in the CREATING state. If the index is created successfully, it will transition to the READY state. If the index creation encounters a problem, the index will transition to the NEEDS_REPAIR state.