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 9cdcceb

Browse files
committedApr 22, 2025
feat(firestore): update the api
#### firestore:v1 The following keys were added: - resources.projects.resources.databases.resources.userCreds.methods.create (Total Keys: 14) - resources.projects.resources.databases.resources.userCreds.methods.delete (Total Keys: 11) - resources.projects.resources.databases.resources.userCreds.methods.disable (Total Keys: 12) - resources.projects.resources.databases.resources.userCreds.methods.enable (Total Keys: 12) - resources.projects.resources.databases.resources.userCreds.methods.get (Total Keys: 11) - resources.projects.resources.databases.resources.userCreds.methods.list (Total Keys: 11) - resources.projects.resources.databases.resources.userCreds.methods.resetPassword (Total Keys: 12) - resources.projects.resources.locations.methods.list.parameters.extraLocationTypes (Total Keys: 3) - schemas.GoogleFirestoreAdminV1Database.properties.databaseEdition.type (Total Keys: 1) - schemas.GoogleFirestoreAdminV1Database.properties.freeTier (Total Keys: 2) - schemas.GoogleFirestoreAdminV1Database.properties.tags (Total Keys: 2) - schemas.GoogleFirestoreAdminV1DisableUserCredsRequest (Total Keys: 2) - schemas.GoogleFirestoreAdminV1EnableUserCredsRequest (Total Keys: 2) - schemas.GoogleFirestoreAdminV1Index.properties.density.type (Total Keys: 1) - schemas.GoogleFirestoreAdminV1Index.properties.multikey.type (Total Keys: 1) - schemas.GoogleFirestoreAdminV1Index.properties.shardCount (Total Keys: 2) - schemas.GoogleFirestoreAdminV1ListUserCredsResponse (Total Keys: 4) - schemas.GoogleFirestoreAdminV1ResetUserPasswordRequest (Total Keys: 2) - schemas.GoogleFirestoreAdminV1ResourceIdentity (Total Keys: 4) - schemas.GoogleFirestoreAdminV1RestoreDatabaseRequest.properties.tags (Total Keys: 2) - schemas.GoogleFirestoreAdminV1UserCreds (Total Keys: 14)
1 parent 625dfd9 commit 9cdcceb

6 files changed

+730
-5
lines changed
 

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

+9
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ <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.
118119
&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.
119120
{ # A field in an index. The field_path describes which field is indexed, the value_mode describes how the field value is indexed.
120121
&quot;arrayConfig&quot;: &quot;A String&quot;, # Indicates that this field supports operations on `array_value`s.
@@ -127,8 +128,10 @@ <h3>Method Details</h3>
127128
},
128129
},
129130
],
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 MONGODB_COMPATIBLE_API ApiScope.
130132
&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.
131133
&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.
134+
&quot;shardCount&quot;: 42, # Optional. The number of shards for the index.
132135
&quot;state&quot;: &quot;A String&quot;, # Output only. The serving state of the index.
133136
},
134137
],
@@ -167,6 +170,7 @@ <h3>Method Details</h3>
167170
&quot;indexes&quot;: [ # The indexes supported for this field.
168171
{ # Cloud Firestore indexes enable simple and complex queries against documents in a database.
169172
&quot;apiScope&quot;: &quot;A String&quot;, # The API scope supported by this index.
173+
&quot;density&quot;: &quot;A String&quot;, # Immutable. The density configuration of the index.
170174
&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.
171175
{ # A field in an index. The field_path describes which field is indexed, the value_mode describes how the field value is indexed.
172176
&quot;arrayConfig&quot;: &quot;A String&quot;, # Indicates that this field supports operations on `array_value`s.
@@ -179,8 +183,10 @@ <h3>Method Details</h3>
179183
},
180184
},
181185
],
186+
&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 MONGODB_COMPATIBLE_API ApiScope.
182187
&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.
183188
&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.
189+
&quot;shardCount&quot;: 42, # Optional. The number of shards for the index.
184190
&quot;state&quot;: &quot;A String&quot;, # Output only. The serving state of the index.
185191
},
186192
],
@@ -226,6 +232,7 @@ <h3>Method Details</h3>
226232
&quot;indexes&quot;: [ # The indexes supported for this field.
227233
{ # Cloud Firestore indexes enable simple and complex queries against documents in a database.
228234
&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.
229236
&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.
230237
{ # A field in an index. The field_path describes which field is indexed, the value_mode describes how the field value is indexed.
231238
&quot;arrayConfig&quot;: &quot;A String&quot;, # Indicates that this field supports operations on `array_value`s.
@@ -238,8 +245,10 @@ <h3>Method Details</h3>
238245
},
239246
},
240247
],
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 MONGODB_COMPATIBLE_API ApiScope.
241249
&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.
242250
&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.
251+
&quot;shardCount&quot;: 42, # Optional. The number of shards for the index.
243252
&quot;state&quot;: &quot;A String&quot;, # Output only. The serving state of the index.
244253
},
245254
],

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

+9
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ <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.
112113
&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.
113114
{ # A field in an index. The field_path describes which field is indexed, the value_mode describes how the field value is indexed.
114115
&quot;arrayConfig&quot;: &quot;A String&quot;, # Indicates that this field supports operations on `array_value`s.
@@ -121,8 +122,10 @@ <h3>Method Details</h3>
121122
},
122123
},
123124
],
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 MONGODB_COMPATIBLE_API ApiScope.
124126
&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.
125127
&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.
128+
&quot;shardCount&quot;: 42, # Optional. The number of shards for the index.
126129
&quot;state&quot;: &quot;A String&quot;, # Output only. The serving state of the index.
127130
}
128131

@@ -189,6 +192,7 @@ <h3>Method Details</h3>
189192

190193
{ # Cloud Firestore indexes enable simple and complex queries against documents in a database.
191194
&quot;apiScope&quot;: &quot;A String&quot;, # The API scope supported by this index.
195+
&quot;density&quot;: &quot;A String&quot;, # Immutable. The density configuration of the index.
192196
&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.
193197
{ # A field in an index. The field_path describes which field is indexed, the value_mode describes how the field value is indexed.
194198
&quot;arrayConfig&quot;: &quot;A String&quot;, # Indicates that this field supports operations on `array_value`s.
@@ -201,8 +205,10 @@ <h3>Method Details</h3>
201205
},
202206
},
203207
],
208+
&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 MONGODB_COMPATIBLE_API ApiScope.
204209
&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.
205210
&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.
211+
&quot;shardCount&quot;: 42, # Optional. The number of shards for the index.
206212
&quot;state&quot;: &quot;A String&quot;, # Output only. The serving state of the index.
207213
}</pre>
208214
</div>
@@ -228,6 +234,7 @@ <h3>Method Details</h3>
228234
&quot;indexes&quot;: [ # The requested indexes.
229235
{ # Cloud Firestore indexes enable simple and complex queries against documents in a database.
230236
&quot;apiScope&quot;: &quot;A String&quot;, # The API scope supported by this index.
237+
&quot;density&quot;: &quot;A String&quot;, # Immutable. The density configuration of the index.
231238
&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.
232239
{ # A field in an index. The field_path describes which field is indexed, the value_mode describes how the field value is indexed.
233240
&quot;arrayConfig&quot;: &quot;A String&quot;, # Indicates that this field supports operations on `array_value`s.
@@ -240,8 +247,10 @@ <h3>Method Details</h3>
240247
},
241248
},
242249
],
250+
&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 MONGODB_COMPATIBLE_API ApiScope.
243251
&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.
244252
&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.
253+
&quot;shardCount&quot;: 42, # Optional. The number of shards for the index.
245254
&quot;state&quot;: &quot;A String&quot;, # Output only. The serving state of the index.
246255
},
247256
],

0 commit comments

Comments
 (0)
Please sign in to comment.