Update documentation

This commit is contained in:
Sebastian Thiel
2022-03-08 15:36:16 +08:00
parent b84384c010
commit a20241b241
10471 changed files with 1934132 additions and 64947 deletions

View File

@@ -5,7 +5,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Locations List - Bigtable Admin v2.0.4+20210323</title>
<title>Locations List - Bigtable Admin v3.0.0+20220222</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"> Bigtable Admin v2.0.4+20210323</a>
<a href=".." class="icon icon-home"> Bigtable Admin v3.0.0+20220222</a>
</div>
@@ -155,6 +155,11 @@
</li>
<li class="toctree-l1 ">
<a class="" href="../projects_instances-clusters-partial-update-cluster">Instances Clusters Partial Update Cluster</a>
</li>
<li class="toctree-l1 ">
<a class="" href="../projects_instances-clusters-update">Instances Clusters Update</a>
@@ -370,19 +375,19 @@ or more key-value-pairs, and is called like this <code>-p k1=v1 k2=v2</code> eve
<li>
<p><strong>-p filter=string</strong></p>
<ul>
<li>The standard list filter.</li>
<li>A filter to narrow down results to a preferred subset. The filtering language accepts strings like &#34;displayName=tokyo&#34;, and is documented in more detail in <a href="https://google.aip.dev/160">AIP-160</a>.</li>
</ul>
</li>
<li>
<p><strong>-p page-size=integer</strong></p>
<ul>
<li>The standard list page size.</li>
<li>The maximum number of results to return. If not set, the service selects a default.</li>
</ul>
</li>
<li>
<p><strong>-p page-token=string</strong></p>
<ul>
<li>The standard list page token.</li>
<li>A page token received from the <code>next_page_token</code> field in the response. Send that page token to receive the subsequent page.</li>
</ul>
</li>
</ul>