Package-level declarations

Types

enum GoogleFirestoreAdminV1beta2IndexFieldArrayConfig : Enum<GoogleFirestoreAdminV1beta2IndexFieldArrayConfig> , ConvertibleToJava<GoogleFirestoreAdminV1beta2IndexFieldArrayConfig>

Indicates that this field supports operations on array_values.

enum GoogleFirestoreAdminV1beta2IndexFieldOrder : Enum<GoogleFirestoreAdminV1beta2IndexFieldOrder> , ConvertibleToJava<GoogleFirestoreAdminV1beta2IndexFieldOrder>

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

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.