Package-level declarations

Types

Link copied to clipboard
enum DatabaseAppEngineIntegrationMode : Enum<DatabaseAppEngineIntegrationMode> , ConvertibleToJava<DatabaseAppEngineIntegrationMode>

The App Engine integration mode to use for this database.

Link copied to clipboard
enum DatabaseConcurrencyMode : Enum<DatabaseConcurrencyMode> , ConvertibleToJava<DatabaseConcurrencyMode>

The concurrency control mode to use for this database.

Link copied to clipboard
enum DatabaseDeleteProtectionState : Enum<DatabaseDeleteProtectionState> , ConvertibleToJava<DatabaseDeleteProtectionState>

State of delete protection for the database.

Link copied to clipboard
enum DatabaseType : Enum<DatabaseType> , ConvertibleToJava<DatabaseType>

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

enum GoogleFirestoreAdminV1IndexFieldArrayConfig : Enum<GoogleFirestoreAdminV1IndexFieldArrayConfig> , ConvertibleToJava<GoogleFirestoreAdminV1IndexFieldArrayConfig>

Indicates that this field supports operations on array_values.

Link copied to clipboard
enum GoogleFirestoreAdminV1IndexFieldOrder : Enum<GoogleFirestoreAdminV1IndexFieldOrder> , ConvertibleToJava<GoogleFirestoreAdminV1IndexFieldOrder>

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

enum GoogleFirestoreAdminV1WeeklyRecurrenceDay : Enum<GoogleFirestoreAdminV1WeeklyRecurrenceDay> , ConvertibleToJava<GoogleFirestoreAdminV1WeeklyRecurrenceDay>

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

Link copied to clipboard
enum IndexApiScope : Enum<IndexApiScope> , ConvertibleToJava<IndexApiScope>

The API scope supported by this index.

Link copied to clipboard
enum IndexQueryScope : Enum<IndexQueryScope> , ConvertibleToJava<IndexQueryScope>

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.