You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/dyn/firestore_v1.projects.databases.collectionGroups.fields.html
-6
Original file line number
Diff line number
Diff line change
@@ -115,7 +115,6 @@ <h3>Method Details</h3>
115
115
"indexes": [ # The indexes supported for this field.
116
116
{ # Cloud Firestore indexes enable simple and complex queries against documents in a database.
117
117
"apiScope": "A String", # The API scope supported by this index.
118
-
"density": "A String", # Immutable. The density configuration of the index.
119
118
"fields": [ # The fields supported by this index. For composite indexes, this requires a minimum of 2 and a maximum of 100 fields. The last field entry is always for the field path `__name__`. If, on creation, `__name__` was not specified as the last field, it will be added automatically with the same direction as that of the last field defined. If the final field in a composite index is not directional, the `__name__` will be ordered ASCENDING (unless explicitly specified). For single field indexes, this will always be exactly one entry with a field path equal to the field path of the associated field.
120
119
{ # A field in an index. The field_path describes which field is indexed, the value_mode describes how the field value is indexed.
121
120
"arrayConfig": "A String", # Indicates that this field supports operations on `array_value`s.
@@ -128,7 +127,6 @@ <h3>Method Details</h3>
128
127
},
129
128
},
130
129
],
131
-
"multikey": True or False, # Optional. Whether the index is multikey. By default, the index is not multikey. For non-multikey indexes, none of the paths in the index definition reach or traverse an array, except via an explicit array index. For multikey indexes, at most one of the paths in the index definition reach or traverse an array, except via an explicit array index. Violations will result in errors. Note this field only applies to index with IGNITE_API ApiScope.
132
130
"name": "A String", # Output only. A server defined name for this index. The form of this name for composite indexes will be: `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/indexes/{composite_index_id}` For single field indexes, this field will be empty.
133
131
"queryScope": "A String", # 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.
134
132
"state": "A String", # Output only. The serving state of the index.
@@ -169,7 +167,6 @@ <h3>Method Details</h3>
169
167
"indexes": [ # The indexes supported for this field.
170
168
{ # Cloud Firestore indexes enable simple and complex queries against documents in a database.
171
169
"apiScope": "A String", # The API scope supported by this index.
172
-
"density": "A String", # Immutable. The density configuration of the index.
173
170
"fields": [ # The fields supported by this index. For composite indexes, this requires a minimum of 2 and a maximum of 100 fields. The last field entry is always for the field path `__name__`. If, on creation, `__name__` was not specified as the last field, it will be added automatically with the same direction as that of the last field defined. If the final field in a composite index is not directional, the `__name__` will be ordered ASCENDING (unless explicitly specified). For single field indexes, this will always be exactly one entry with a field path equal to the field path of the associated field.
174
171
{ # A field in an index. The field_path describes which field is indexed, the value_mode describes how the field value is indexed.
175
172
"arrayConfig": "A String", # Indicates that this field supports operations on `array_value`s.
@@ -182,7 +179,6 @@ <h3>Method Details</h3>
182
179
},
183
180
},
184
181
],
185
-
"multikey": True or False, # Optional. Whether the index is multikey. By default, the index is not multikey. For non-multikey indexes, none of the paths in the index definition reach or traverse an array, except via an explicit array index. For multikey indexes, at most one of the paths in the index definition reach or traverse an array, except via an explicit array index. Violations will result in errors. Note this field only applies to index with IGNITE_API ApiScope.
186
182
"name": "A String", # Output only. A server defined name for this index. The form of this name for composite indexes will be: `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/indexes/{composite_index_id}` For single field indexes, this field will be empty.
187
183
"queryScope": "A String", # 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.
188
184
"state": "A String", # Output only. The serving state of the index.
@@ -230,7 +226,6 @@ <h3>Method Details</h3>
230
226
"indexes": [ # The indexes supported for this field.
231
227
{ # Cloud Firestore indexes enable simple and complex queries against documents in a database.
232
228
"apiScope": "A String", # The API scope supported by this index.
233
-
"density": "A String", # Immutable. The density configuration of the index.
234
229
"fields": [ # The fields supported by this index. For composite indexes, this requires a minimum of 2 and a maximum of 100 fields. The last field entry is always for the field path `__name__`. If, on creation, `__name__` was not specified as the last field, it will be added automatically with the same direction as that of the last field defined. If the final field in a composite index is not directional, the `__name__` will be ordered ASCENDING (unless explicitly specified). For single field indexes, this will always be exactly one entry with a field path equal to the field path of the associated field.
235
230
{ # A field in an index. The field_path describes which field is indexed, the value_mode describes how the field value is indexed.
236
231
"arrayConfig": "A String", # Indicates that this field supports operations on `array_value`s.
@@ -243,7 +238,6 @@ <h3>Method Details</h3>
243
238
},
244
239
},
245
240
],
246
-
"multikey": True or False, # Optional. Whether the index is multikey. By default, the index is not multikey. For non-multikey indexes, none of the paths in the index definition reach or traverse an array, except via an explicit array index. For multikey indexes, at most one of the paths in the index definition reach or traverse an array, except via an explicit array index. Violations will result in errors. Note this field only applies to index with IGNITE_API ApiScope.
247
241
"name": "A String", # Output only. A server defined name for this index. The form of this name for composite indexes will be: `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/indexes/{composite_index_id}` For single field indexes, this field will be empty.
248
242
"queryScope": "A String", # 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.
249
243
"state": "A String", # Output only. The serving state of the index.
Copy file name to clipboardexpand all lines: docs/dyn/firestore_v1.projects.databases.collectionGroups.indexes.html
-6
Original file line number
Diff line number
Diff line change
@@ -109,7 +109,6 @@ <h3>Method Details</h3>
109
109
110
110
{ # Cloud Firestore indexes enable simple and complex queries against documents in a database.
111
111
"apiScope": "A String", # The API scope supported by this index.
112
-
"density": "A String", # Immutable. The density configuration of the index.
113
112
"fields": [ # The fields supported by this index. For composite indexes, this requires a minimum of 2 and a maximum of 100 fields. The last field entry is always for the field path `__name__`. If, on creation, `__name__` was not specified as the last field, it will be added automatically with the same direction as that of the last field defined. If the final field in a composite index is not directional, the `__name__` will be ordered ASCENDING (unless explicitly specified). For single field indexes, this will always be exactly one entry with a field path equal to the field path of the associated field.
114
113
{ # A field in an index. The field_path describes which field is indexed, the value_mode describes how the field value is indexed.
115
114
"arrayConfig": "A String", # Indicates that this field supports operations on `array_value`s.
@@ -122,7 +121,6 @@ <h3>Method Details</h3>
122
121
},
123
122
},
124
123
],
125
-
"multikey": True or False, # Optional. Whether the index is multikey. By default, the index is not multikey. For non-multikey indexes, none of the paths in the index definition reach or traverse an array, except via an explicit array index. For multikey indexes, at most one of the paths in the index definition reach or traverse an array, except via an explicit array index. Violations will result in errors. Note this field only applies to index with IGNITE_API ApiScope.
126
124
"name": "A String", # Output only. A server defined name for this index. The form of this name for composite indexes will be: `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/indexes/{composite_index_id}` For single field indexes, this field will be empty.
127
125
"queryScope": "A String", # 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.
128
126
"state": "A String", # Output only. The serving state of the index.
@@ -191,7 +189,6 @@ <h3>Method Details</h3>
191
189
192
190
{ # Cloud Firestore indexes enable simple and complex queries against documents in a database.
193
191
"apiScope": "A String", # The API scope supported by this index.
194
-
"density": "A String", # Immutable. The density configuration of the index.
195
192
"fields": [ # The fields supported by this index. For composite indexes, this requires a minimum of 2 and a maximum of 100 fields. The last field entry is always for the field path `__name__`. If, on creation, `__name__` was not specified as the last field, it will be added automatically with the same direction as that of the last field defined. If the final field in a composite index is not directional, the `__name__` will be ordered ASCENDING (unless explicitly specified). For single field indexes, this will always be exactly one entry with a field path equal to the field path of the associated field.
196
193
{ # A field in an index. The field_path describes which field is indexed, the value_mode describes how the field value is indexed.
197
194
"arrayConfig": "A String", # Indicates that this field supports operations on `array_value`s.
@@ -204,7 +201,6 @@ <h3>Method Details</h3>
204
201
},
205
202
},
206
203
],
207
-
"multikey": True or False, # Optional. Whether the index is multikey. By default, the index is not multikey. For non-multikey indexes, none of the paths in the index definition reach or traverse an array, except via an explicit array index. For multikey indexes, at most one of the paths in the index definition reach or traverse an array, except via an explicit array index. Violations will result in errors. Note this field only applies to index with IGNITE_API ApiScope.
208
204
"name": "A String", # Output only. A server defined name for this index. The form of this name for composite indexes will be: `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/indexes/{composite_index_id}` For single field indexes, this field will be empty.
209
205
"queryScope": "A String", # 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.
210
206
"state": "A String", # Output only. The serving state of the index.
@@ -232,7 +228,6 @@ <h3>Method Details</h3>
232
228
"indexes": [ # The requested indexes.
233
229
{ # Cloud Firestore indexes enable simple and complex queries against documents in a database.
234
230
"apiScope": "A String", # The API scope supported by this index.
235
-
"density": "A String", # Immutable. The density configuration of the index.
236
231
"fields": [ # The fields supported by this index. For composite indexes, this requires a minimum of 2 and a maximum of 100 fields. The last field entry is always for the field path `__name__`. If, on creation, `__name__` was not specified as the last field, it will be added automatically with the same direction as that of the last field defined. If the final field in a composite index is not directional, the `__name__` will be ordered ASCENDING (unless explicitly specified). For single field indexes, this will always be exactly one entry with a field path equal to the field path of the associated field.
237
232
{ # A field in an index. The field_path describes which field is indexed, the value_mode describes how the field value is indexed.
238
233
"arrayConfig": "A String", # Indicates that this field supports operations on `array_value`s.
@@ -245,7 +240,6 @@ <h3>Method Details</h3>
245
240
},
246
241
},
247
242
],
248
-
"multikey": True or False, # Optional. Whether the index is multikey. By default, the index is not multikey. For non-multikey indexes, none of the paths in the index definition reach or traverse an array, except via an explicit array index. For multikey indexes, at most one of the paths in the index definition reach or traverse an array, except via an explicit array index. Violations will result in errors. Note this field only applies to index with IGNITE_API ApiScope.
249
243
"name": "A String", # Output only. A server defined name for this index. The form of this name for composite indexes will be: `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/indexes/{composite_index_id}` For single field indexes, this field will be empty.
250
244
"queryScope": "A String", # 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.
251
245
"state": "A String", # Output only. The serving state of the index.
Copy file name to clipboardexpand all lines: googleapiclient/discovery_cache/documents/firestore.v1.json
+3-25
Original file line number
Diff line number
Diff line change
@@ -1711,7 +1711,7 @@
1711
1711
}
1712
1712
}
1713
1713
},
1714
-
"revision": "20250120",
1714
+
"revision": "20250219",
1715
1715
"rootUrl": "https://firestore.googleapis.com/",
1716
1716
"schemas": {
1717
1717
"Aggregation": {
@@ -3150,29 +3150,11 @@
3150
3150
"description": "The API scope supported by this index.",
3151
3151
"enum": [
3152
3152
"ANY_API",
3153
-
"DATASTORE_MODE_API",
3154
-
"IGNITE_API"
3153
+
"DATASTORE_MODE_API"
3155
3154
],
3156
3155
"enumDescriptions": [
3157
3156
"The index can only be used by the Firestore Native query API. This is the default.",
3158
-
"The index can only be used by the Firestore in Datastore Mode query API.",
3159
-
"The index can only be used by Ignite."
3160
-
],
3161
-
"type": "string"
3162
-
},
3163
-
"density": {
3164
-
"description": "Immutable. The density configuration of the index.",
3165
-
"enum": [
3166
-
"DENSITY_UNSPECIFIED",
3167
-
"SPARSE_ALL",
3168
-
"SPARSE_ANY",
3169
-
"DENSE"
3170
-
],
3171
-
"enumDescriptions": [
3172
-
"Unspecified. It will use database default setting. This value is input only.",
3173
-
"In order for an index entry to be added, the document must contain all fields specified in the index. This is the only allowed value for indexes having ApiScope `ANY_API` and `DATASTORE_MODE_API`.",
3174
-
"In order for an index entry to be added, the document must contain at least one of the fields specified in the index. Non-existent fields are treated as having a NULL value when generating index entries.",
3175
-
"An index entry will be added regardless of whether the document contains any of the fields specified in the index. Non-existent fields are treated as having a NULL value when generating index entries."
3157
+
"The index can only be used by the Firestore in Datastore Mode query API."
3176
3158
],
3177
3159
"type": "string"
3178
3160
},
@@ -3183,10 +3165,6 @@
3183
3165
},
3184
3166
"type": "array"
3185
3167
},
3186
-
"multikey": {
3187
-
"description": "Optional. Whether the index is multikey. By default, the index is not multikey. For non-multikey indexes, none of the paths in the index definition reach or traverse an array, except via an explicit array index. For multikey indexes, at most one of the paths in the index definition reach or traverse an array, except via an explicit array index. Violations will result in errors. Note this field only applies to index with IGNITE_API ApiScope.",
3188
-
"type": "boolean"
3189
-
},
3190
3168
"name": {
3191
3169
"description": "Output only. A server defined name for this index. The form of this name for composite indexes will be: `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/indexes/{composite_index_id}` For single field indexes, this field will be empty.",
0 commit comments