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>Instances Partial Update Instance - Bigtable Admin v2.0.4+20210323</title>
|
||||
<title>Instances Partial Update Instance - 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>
|
||||
|
||||
@@ -360,6 +365,7 @@ You can set the scope for this method like this: <code>bigtableadmin2 --scope &l
|
||||
In the latter case it is advised to set the field-cursor to the data-structure's field to specify values more concisely.</p>
|
||||
<p>For example, a structure like this:</p>
|
||||
<pre><code>Instance:
|
||||
create-time: string
|
||||
display-name: string
|
||||
labels: { string: string }
|
||||
name: string
|
||||
@@ -370,24 +376,28 @@ In the latter case it is advised to set the field-cursor to the data-structure's
|
||||
|
||||
<p>can be set completely with the following arguments which are assumed to be executed in the given order. Note how the cursor position is adjusted to the respective structures, allowing simple field names to be used most of the time.</p>
|
||||
<ul>
|
||||
<li><code>-r . display-name=dolor</code><ul>
|
||||
<li><code>-r . create-time=voluptua.</code><ul>
|
||||
<li>Output only. A server-assigned timestamp representing when this Instance was created. For instances created before this field was added (August 2021), this value is <code>seconds: 0, nanos: 1</code>.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><code>display-name=et</code><ul>
|
||||
<li>Required. The descriptive name for this instance as it appears in UIs. Can be changed at any time, but should be kept globally unique to avoid confusion.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><code>labels=key=et</code><ul>
|
||||
<li><code>labels=key=erat</code><ul>
|
||||
<li>Required. Labels are a flexible and lightweight mechanism for organizing cloud resources into groups that reflect a customer's organizational needs and deployment strategies. They can be used to filter resources and aggregate metrics. * Label keys must be between 1 and 63 characters long and must conform to the regular expression: <code>\p{Ll}\p{Lo}{0,62}</code>. * Label values must be between 0 and 63 characters long and must conform to the regular expression: <code>[\p{Ll}\p{Lo}\p{N}_-]{0,63}</code>. * No more than 64 labels can be associated with a given resource. * Keys and values must both be under 128 bytes.</li>
|
||||
<li>the value will be associated with the given <code>key</code></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><code>name=et</code><ul>
|
||||
<li><code>name=consetetur</code><ul>
|
||||
<li>The unique name of the instance. Values are of the form <code>projects/{project}/instances/a-z+[a-z0-9]</code>.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><code>state=sadipscing</code><ul>
|
||||
<li><code>state=amet.</code><ul>
|
||||
<li>Output only. The current state of the instance.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><code>type=stet</code><ul>
|
||||
<li><code>type=sed</code><ul>
|
||||
<li>Required. The type of the instance. Defaults to <code>PRODUCTION</code>.</li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
Reference in New Issue
Block a user