Skip to content

Commit

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

The following keys were added:
- schemas.GoogleFirestoreAdminV1ListDatabasesResponse.properties.unreachable (Total Keys: 2)
  • Loading branch information
yoshi-automation committed Nov 7, 2023
1 parent c95afbc commit 73a7d6a
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
3 changes: 3 additions & 0 deletions docs/dyn/firestore_v1.projects.databases.html
Expand Up @@ -381,6 +381,9 @@ <h3>Method Details</h3>
&quot;versionRetentionPeriod&quot;: &quot;A String&quot;, # Output only. The period during which past versions of data are retained in the database. Any read or query can specify a `read_time` within this window, and will read the state of the database at that time. If the PITR feature is enabled, the retention period is 7 days. Otherwise, the retention period is 1 hour.
},
],
&quot;unreachable&quot;: [ # In the event that data about individual databases cannot be listed they will be recorded here. An example entry might be: projects/some_project/locations/some_location This can happen if the Cloud Region that the Database resides in is currently unavailable. In this case we can&#x27;t fetch all the details about the database. You may be able to get a more detailed error message (or possibly fetch the resource) by sending a &#x27;Get&#x27; request for the resource or a &#x27;List&#x27; request for the specific location.
&quot;A String&quot;,
],
}</pre>
</div>

Expand Down
9 changes: 8 additions & 1 deletion googleapiclient/discovery_cache/documents/firestore.v1.json
Expand Up @@ -1672,7 +1672,7 @@
}
}
},
"revision": "20231021",
"revision": "20231031",
"rootUrl": "https://firestore.googleapis.com/",
"schemas": {
"Aggregation": {
Expand Down Expand Up @@ -3078,6 +3078,13 @@
"$ref": "GoogleFirestoreAdminV1Database"
},
"type": "array"
},
"unreachable": {
"description": "In the event that data about individual databases cannot be listed they will be recorded here. An example entry might be: projects/some_project/locations/some_location This can happen if the Cloud Region that the Database resides in is currently unavailable. In this case we can't fetch all the details about the database. You may be able to get a more detailed error message (or possibly fetch the resource) by sending a 'Get' request for the resource or a 'List' request for the specific location.",
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
Expand Down
Expand Up @@ -950,7 +950,7 @@
}
}
},
"revision": "20231021",
"revision": "20231031",
"rootUrl": "https://firestore.googleapis.com/",
"schemas": {
"Aggregation": {
Expand Down
Expand Up @@ -415,7 +415,7 @@
}
}
},
"revision": "20231021",
"revision": "20231031",
"rootUrl": "https://firestore.googleapis.com/",
"schemas": {
"Empty": {
Expand Down

0 comments on commit 73a7d6a

Please sign in to comment.