Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1a83d40

Browse files
committedMar 4, 2025
feat(firestore): update the api
#### firestore:v1 The following keys were deleted: - schemas.GoogleFirestoreAdminV1Index.properties.density.type (Total Keys: 1) - schemas.GoogleFirestoreAdminV1Index.properties.multikey.type (Total Keys: 1)
1 parent 3582ecf commit 1a83d40

File tree

3 files changed

+3
-37
lines changed

3 files changed

+3
-37
lines changed
 

‎docs/dyn/firestore_v1.projects.databases.collectionGroups.fields.html

-6
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ <h3>Method Details</h3>
115115
&quot;indexes&quot;: [ # The indexes supported for this field.
116116
{ # Cloud Firestore indexes enable simple and complex queries against documents in a database.
117117
&quot;apiScope&quot;: &quot;A String&quot;, # The API scope supported by this index.
118-
&quot;density&quot;: &quot;A String&quot;, # Immutable. The density configuration of the index.
119118
&quot;fields&quot;: [ # 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.
120119
{ # A field in an index. The field_path describes which field is indexed, the value_mode describes how the field value is indexed.
121120
&quot;arrayConfig&quot;: &quot;A String&quot;, # Indicates that this field supports operations on `array_value`s.
@@ -128,7 +127,6 @@ <h3>Method Details</h3>
128127
},
129128
},
130129
],
131-
&quot;multikey&quot;: 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.
132130
&quot;name&quot;: &quot;A String&quot;, # 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.
133131
&quot;queryScope&quot;: &quot;A String&quot;, # 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.
134132
&quot;state&quot;: &quot;A String&quot;, # Output only. The serving state of the index.
@@ -169,7 +167,6 @@ <h3>Method Details</h3>
169167
&quot;indexes&quot;: [ # The indexes supported for this field.
170168
{ # Cloud Firestore indexes enable simple and complex queries against documents in a database.
171169
&quot;apiScope&quot;: &quot;A String&quot;, # The API scope supported by this index.
172-
&quot;density&quot;: &quot;A String&quot;, # Immutable. The density configuration of the index.
173170
&quot;fields&quot;: [ # 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.
174171
{ # A field in an index. The field_path describes which field is indexed, the value_mode describes how the field value is indexed.
175172
&quot;arrayConfig&quot;: &quot;A String&quot;, # Indicates that this field supports operations on `array_value`s.
@@ -182,7 +179,6 @@ <h3>Method Details</h3>
182179
},
183180
},
184181
],
185-
&quot;multikey&quot;: 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.
186182
&quot;name&quot;: &quot;A String&quot;, # 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.
187183
&quot;queryScope&quot;: &quot;A String&quot;, # 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.
188184
&quot;state&quot;: &quot;A String&quot;, # Output only. The serving state of the index.
@@ -230,7 +226,6 @@ <h3>Method Details</h3>
230226
&quot;indexes&quot;: [ # The indexes supported for this field.
231227
{ # Cloud Firestore indexes enable simple and complex queries against documents in a database.
232228
&quot;apiScope&quot;: &quot;A String&quot;, # The API scope supported by this index.
233-
&quot;density&quot;: &quot;A String&quot;, # Immutable. The density configuration of the index.
234229
&quot;fields&quot;: [ # 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.
235230
{ # A field in an index. The field_path describes which field is indexed, the value_mode describes how the field value is indexed.
236231
&quot;arrayConfig&quot;: &quot;A String&quot;, # Indicates that this field supports operations on `array_value`s.
@@ -243,7 +238,6 @@ <h3>Method Details</h3>
243238
},
244239
},
245240
],
246-
&quot;multikey&quot;: 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.
247241
&quot;name&quot;: &quot;A String&quot;, # 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.
248242
&quot;queryScope&quot;: &quot;A String&quot;, # 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.
249243
&quot;state&quot;: &quot;A String&quot;, # Output only. The serving state of the index.

‎docs/dyn/firestore_v1.projects.databases.collectionGroups.indexes.html

-6
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ <h3>Method Details</h3>
109109

110110
{ # Cloud Firestore indexes enable simple and complex queries against documents in a database.
111111
&quot;apiScope&quot;: &quot;A String&quot;, # The API scope supported by this index.
112-
&quot;density&quot;: &quot;A String&quot;, # Immutable. The density configuration of the index.
113112
&quot;fields&quot;: [ # 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.
114113
{ # A field in an index. The field_path describes which field is indexed, the value_mode describes how the field value is indexed.
115114
&quot;arrayConfig&quot;: &quot;A String&quot;, # Indicates that this field supports operations on `array_value`s.
@@ -122,7 +121,6 @@ <h3>Method Details</h3>
122121
},
123122
},
124123
],
125-
&quot;multikey&quot;: 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.
126124
&quot;name&quot;: &quot;A String&quot;, # 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.
127125
&quot;queryScope&quot;: &quot;A String&quot;, # 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.
128126
&quot;state&quot;: &quot;A String&quot;, # Output only. The serving state of the index.
@@ -191,7 +189,6 @@ <h3>Method Details</h3>
191189

192190
{ # Cloud Firestore indexes enable simple and complex queries against documents in a database.
193191
&quot;apiScope&quot;: &quot;A String&quot;, # The API scope supported by this index.
194-
&quot;density&quot;: &quot;A String&quot;, # Immutable. The density configuration of the index.
195192
&quot;fields&quot;: [ # 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.
196193
{ # A field in an index. The field_path describes which field is indexed, the value_mode describes how the field value is indexed.
197194
&quot;arrayConfig&quot;: &quot;A String&quot;, # Indicates that this field supports operations on `array_value`s.
@@ -204,7 +201,6 @@ <h3>Method Details</h3>
204201
},
205202
},
206203
],
207-
&quot;multikey&quot;: 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.
208204
&quot;name&quot;: &quot;A String&quot;, # 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.
209205
&quot;queryScope&quot;: &quot;A String&quot;, # 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.
210206
&quot;state&quot;: &quot;A String&quot;, # Output only. The serving state of the index.
@@ -232,7 +228,6 @@ <h3>Method Details</h3>
232228
&quot;indexes&quot;: [ # The requested indexes.
233229
{ # Cloud Firestore indexes enable simple and complex queries against documents in a database.
234230
&quot;apiScope&quot;: &quot;A String&quot;, # The API scope supported by this index.
235-
&quot;density&quot;: &quot;A String&quot;, # Immutable. The density configuration of the index.
236231
&quot;fields&quot;: [ # 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.
237232
{ # A field in an index. The field_path describes which field is indexed, the value_mode describes how the field value is indexed.
238233
&quot;arrayConfig&quot;: &quot;A String&quot;, # Indicates that this field supports operations on `array_value`s.
@@ -245,7 +240,6 @@ <h3>Method Details</h3>
245240
},
246241
},
247242
],
248-
&quot;multikey&quot;: 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.
249243
&quot;name&quot;: &quot;A String&quot;, # 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.
250244
&quot;queryScope&quot;: &quot;A String&quot;, # 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.
251245
&quot;state&quot;: &quot;A String&quot;, # Output only. The serving state of the index.

‎googleapiclient/discovery_cache/documents/firestore.v1.json

+3-25
Original file line numberDiff line numberDiff line change
@@ -1711,7 +1711,7 @@
17111711
}
17121712
}
17131713
},
1714-
"revision": "20250120",
1714+
"revision": "20250219",
17151715
"rootUrl": "https://firestore.googleapis.com/",
17161716
"schemas": {
17171717
"Aggregation": {
@@ -3150,29 +3150,11 @@
31503150
"description": "The API scope supported by this index.",
31513151
"enum": [
31523152
"ANY_API",
3153-
"DATASTORE_MODE_API",
3154-
"IGNITE_API"
3153+
"DATASTORE_MODE_API"
31553154
],
31563155
"enumDescriptions": [
31573156
"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."
31763158
],
31773159
"type": "string"
31783160
},
@@ -3183,10 +3165,6 @@
31833165
},
31843166
"type": "array"
31853167
},
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-
},
31903168
"name": {
31913169
"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.",
31923170
"type": "string"

0 commit comments

Comments
 (0)
Please sign in to comment.