mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
Update documentation
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>Firestore v2.0.4+20210317</title>
|
||||
<title>Firestore v3.0.0+20220221</title>
|
||||
|
||||
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
|
||||
<nav data-toggle="wy-nav-shift" class="wy-nav-side stickynav">
|
||||
<div class="wy-side-nav-search">
|
||||
<a href="." class="icon icon-home"> Firestore v2.0.4+20210317</a>
|
||||
<a href="." class="icon icon-home"> Firestore v3.0.0+20220221</a>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -159,11 +159,21 @@
|
||||
|
||||
</li>
|
||||
|
||||
<li class="toctree-l1 ">
|
||||
<a class="" href="projects_databases-get/">Databases Get</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="toctree-l1 ">
|
||||
<a class="" href="projects_databases-import-documents/">Databases Import Documents</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="toctree-l1 ">
|
||||
<a class="" href="projects_databases-list/">Databases List</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="toctree-l1 ">
|
||||
<a class="" href="projects_databases-operations-cancel/">Databases Operations Cancel</a>
|
||||
|
||||
@@ -184,6 +194,11 @@
|
||||
|
||||
</li>
|
||||
|
||||
<li class="toctree-l1 ">
|
||||
<a class="" href="projects_databases-patch/">Databases Patch</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="toctree-l1 ">
|
||||
<a class="" href="projects_locations-get/">Locations Get</a>
|
||||
|
||||
@@ -249,7 +264,7 @@ capabilities. Errors will be printed to standard error, and cause the program's
|
||||
|
||||
<p>Find the source code <a href="https://github.com/Byron/google-apis-rs/tree/main/gen/firestore1-cli">on github</a>.</p>
|
||||
<h1 id="usage">Usage</h1>
|
||||
<p>This documentation was generated from the <em>Firestore</em> API at revision <em>20210317</em>. The CLI is at version <em>2.0.4</em>.</p>
|
||||
<p>This documentation was generated from the <em>Firestore</em> API at revision <em>20220221</em>. The CLI is at version <em>3.0.0</em>.</p>
|
||||
<pre><code class="bash">firestore1 [options]
|
||||
projects
|
||||
databases-collection-groups-fields-get <name> [-p <v>]... [-o <out>]
|
||||
@@ -275,11 +290,14 @@ capabilities. Errors will be printed to standard error, and cause the program's
|
||||
databases-documents-run-query <parent> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
databases-documents-write <database> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
databases-export-documents <name> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
databases-get <name> [-p <v>]... [-o <out>]
|
||||
databases-import-documents <name> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
databases-list <parent> [-p <v>]... [-o <out>]
|
||||
databases-operations-cancel <name> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
databases-operations-delete <name> [-p <v>]... [-o <out>]
|
||||
databases-operations-get <name> [-p <v>]... [-o <out>]
|
||||
databases-operations-list <name> [-p <v>]... [-o <out>]
|
||||
databases-patch <name> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
locations-get <name> [-p <v>]... [-o <out>]
|
||||
locations-list <name> [-p <v>]... [-o <out>]
|
||||
firestore1 --help
|
||||
|
||||
Reference in New Issue
Block a user