Module gapi_grpc::google::firestore::admin::v1::index[][src]

Modules

index_field

Structs

IndexField

A field in an index. The field_path describes which field is indexed, the value_mode describes how the field value is indexed.

Enums

QueryScope

Query Scope defines the scope at which a query is run. This is specified on a StructuredQuery’s from field.

State

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.