Skip to content

Commit

Permalink
fix(firestore): update the API
Browse files Browse the repository at this point in the history
#### firestore:v1

The following keys were changed:
- schemas.GoogleFirestoreAdminV1Database.properties.locationId.description
  • Loading branch information
yoshi-automation authored and sofisl committed Sep 26, 2023
1 parent 72fc700 commit 6ff716b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions discovery/firestore-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -1672,7 +1672,7 @@
}
}
},
"revision": "20230905",
"revision": "20230918",
"rootUrl": "https://firestore.googleapis.com/",
"schemas": {
"Aggregation": {
Expand Down Expand Up @@ -2471,7 +2471,7 @@
"type": "string"
},
"locationId": {
"description": "The location of the database. Available databases are listed at https://cloud.google.com/firestore/docs/locations.",
"description": "The location of the database. Available locations are listed at https://cloud.google.com/firestore/docs/locations.",
"type": "string"
},
"name": {
Expand Down
2 changes: 1 addition & 1 deletion src/apis/firestore/v1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -662,7 +662,7 @@ export namespace firestore_v1 {
*/
keyPrefix?: string | null;
/**
* The location of the database. Available databases are listed at https://cloud.google.com/firestore/docs/locations.
* The location of the database. Available locations are listed at https://cloud.google.com/firestore/docs/locations.
*/
locationId?: string | null;
/**
Expand Down

0 comments on commit 6ff716b

Please sign in to comment.