Package-level declarations

Types

Link copied to clipboard

The App Engine integration mode to use for this database.

Link copied to clipboard

The concurrency control mode to use for this database.

Link copied to clipboard

State of delete protection for the database.

Link copied to clipboard

The type of the database. See https://cloud.google.com/datastore/docs/firestore-or-datastore for information about how to choose.

Indicates that this field supports operations on array_values.

Link copied to clipboard

Indicates that this field supports ordering by the specified order or comparing using =, !=, <, <=, >, >=.

The day of week to run. DAY_OF_WEEK_UNSPECIFIED is not allowed.

Link copied to clipboard

The API scope supported by this index.

Link copied to clipboard

Indexes with a collection query scope specified allow queries against a collection that is the child of a specific document, specified at query time, and that has the same collection id. Indexes with a collection group query scope specified allow queries against all collections descended from a specific document, specified at query time, and that have the same collection id as this index.