Skip to content

Commit cd27a7f

Browse files
feat(firestore): update the api
#### firestore:v1 The following keys were added: - resources.projects.resources.databases.methods.delete.parameters.freeId (Total Keys: 2) - schemas.GoogleFirestoreAdminV1ExportDocumentsMetadata.properties.namespaceIds (Total Keys: 2) - schemas.GoogleFirestoreAdminV1ImportDocumentsMetadata.properties.namespaceIds (Total Keys: 2)
1 parent d7a927b commit cd27a7f

File tree

6 files changed

+602
-510
lines changed

6 files changed

+602
-510
lines changed

docs/dyn/firestore_v1.projects.databases.documents.html

Lines changed: 288 additions & 252 deletions
Large diffs are not rendered by default.

docs/dyn/firestore_v1.projects.databases.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ <h2>Instance Methods</h2>
9696
<code><a href="#create">create(parent, body=None, databaseId=None, x__xgafv=None)</a></code></p>
9797
<p class="firstline">Create a database.</p>
9898
<p class="toc_element">
99-
<code><a href="#delete">delete(name, allowMissing=None, etag=None, validateOnly=None, x__xgafv=None)</a></code></p>
99+
<code><a href="#delete">delete(name, allowMissing=None, etag=None, freeId=None, validateOnly=None, x__xgafv=None)</a></code></p>
100100
<p class="firstline">Deletes a database.</p>
101101
<p class="toc_element">
102102
<code><a href="#exportDocuments">exportDocuments(name, body=None, x__xgafv=None)</a></code></p>
@@ -169,13 +169,14 @@ <h3>Method Details</h3>
169169
</div>
170170

171171
<div class="method">
172-
<code class="details" id="delete">delete(name, allowMissing=None, etag=None, validateOnly=None, x__xgafv=None)</code>
172+
<code class="details" id="delete">delete(name, allowMissing=None, etag=None, freeId=None, validateOnly=None, x__xgafv=None)</code>
173173
<pre>Deletes a database.
174174

175175
Args:
176176
name: string, Required. A name of the form `projects/{project_id}/databases/{database_id}` (required)
177177
allowMissing: boolean, If set to true and the Database is not found, the request will succeed but no action will be taken.
178178
etag: string, The current etag of the Database. If an etag is provided and does not match the current etag of the database, deletion will be blocked and a FAILED_PRECONDITION error will be returned.
179+
freeId: boolean, If set, will free the database_id associated with this database. uid will be used as the resource id to identify this deleted database.
179180
validateOnly: boolean, If set, validate the request and preview the response, but do not actually delete the database.
180181
x__xgafv: string, V1 error format.
181182
Allowed values

0 commit comments

Comments
 (0)