Skip to content

Commit fdb7803

Browse files
feat(firestore): update the api
#### firestore:v1 The following keys were deleted: - resources.projects.resources.databases.methods.delete.parameters.allowMissing (Total Keys: 2) - resources.projects.resources.databases.methods.delete.parameters.validateOnly (Total Keys: 2)
1 parent c890a3c commit fdb7803

File tree

5 files changed

+257
-305
lines changed

5 files changed

+257
-305
lines changed

docs/dyn/firestore_v1.projects.databases.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ <h2>Instance Methods</h2>
101101
<code><a href="#create">create(parent, body=None, databaseId=None, x__xgafv=None)</a></code></p>
102102
<p class="firstline">Create a database.</p>
103103
<p class="toc_element">
104-
<code><a href="#delete">delete(name, allowMissing=None, etag=None, validateOnly=None, x__xgafv=None)</a></code></p>
104+
<code><a href="#delete">delete(name, etag=None, x__xgafv=None)</a></code></p>
105105
<p class="firstline">Deletes a database.</p>
106106
<p class="toc_element">
107107
<code><a href="#exportDocuments">exportDocuments(name, body=None, x__xgafv=None)</a></code></p>
@@ -184,14 +184,12 @@ <h3>Method Details</h3>
184184
</div>
185185

186186
<div class="method">
187-
<code class="details" id="delete">delete(name, allowMissing=None, etag=None, validateOnly=None, x__xgafv=None)</code>
187+
<code class="details" id="delete">delete(name, etag=None, x__xgafv=None)</code>
188188
<pre>Deletes a database.
189189

190190
Args:
191191
name: string, Required. A name of the form `projects/{project_id}/databases/{database_id}` (required)
192-
allowMissing: boolean, If set to true and the Database is not found, the request will succeed but no action will be taken.
193192
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.
194-
validateOnly: boolean, If set, validate the request and preview the response, but do not actually delete the database.
195193
x__xgafv: string, V1 error format.
196194
Allowed values
197195
1 - v1 error format

0 commit comments

Comments
 (0)