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:
- 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)
  • Loading branch information
yoshi-automation committed Jan 24, 2023
1 parent d7a927b commit cd27a7f
Show file tree
Hide file tree
Showing 6 changed files with 602 additions and 510 deletions.
540 changes: 288 additions & 252 deletions docs/dyn/firestore_v1.projects.databases.documents.html

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions docs/dyn/firestore_v1.projects.databases.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ <h2>Instance Methods</h2>
<code><a href="#create">create(parent, body=None, databaseId=None, x__xgafv=None)</a></code></p>
<p class="firstline">Create a database.</p>
<p class="toc_element">
<code><a href="#delete">delete(name, allowMissing=None, etag=None, validateOnly=None, x__xgafv=None)</a></code></p>
<code><a href="#delete">delete(name, allowMissing=None, etag=None, freeId=None, validateOnly=None, x__xgafv=None)</a></code></p>
<p class="firstline">Deletes a database.</p>
<p class="toc_element">
<code><a href="#exportDocuments">exportDocuments(name, body=None, x__xgafv=None)</a></code></p>
Expand Down Expand Up @@ -169,13 +169,14 @@ <h3>Method Details</h3>
</div>

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

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

0 comments on commit cd27a7f

Please sign in to comment.