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 Clusters Backups Patch - Bigtable Admin v2.0.4+20210323</title>
|
||||
<title>Instances Clusters Backups Patch - 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>
|
||||
|
||||
@@ -179,6 +179,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>
|
||||
|
||||
@@ -377,55 +382,55 @@ 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 .encryption-info.encryption-status code=51</code><ul>
|
||||
<li><code>-r .encryption-info.encryption-status code=85</code><ul>
|
||||
<li>The status code, which should be an enum value of google.rpc.Code.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<p><code>message=sed</code></p>
|
||||
<p><code>message=est</code></p>
|
||||
<ul>
|
||||
<li>A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<p><code>.. encryption-type=ut</code></p>
|
||||
<p><code>.. encryption-type=ipsum</code></p>
|
||||
<ul>
|
||||
<li>Output only. The type of encryption used to protect this resource.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<p><code>kms-key-version=gubergren</code></p>
|
||||
<p><code>kms-key-version=ipsum</code></p>
|
||||
<ul>
|
||||
<li>Output only. The version of the Cloud KMS key specified in the parent cluster that is in use for the data underlying this table.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<p><code>.. end-time=rebum.</code></p>
|
||||
<p><code>.. end-time=est</code></p>
|
||||
<ul>
|
||||
<li>Output only. <code>end_time</code> is the time that the backup was finished. The row data in the backup will be no newer than this timestamp.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><code>expire-time=est</code><ul>
|
||||
<li><code>expire-time=gubergren</code><ul>
|
||||
<li>Required. The expiration time of the backup, with microseconds granularity that must be at least 6 hours and at most 30 days from the time the request is received. Once the <code>expire_time</code> has passed, Cloud Bigtable will delete the backup and free the resources used by the backup.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><code>name=ipsum</code><ul>
|
||||
<li><code>name=ea</code><ul>
|
||||
<li>A globally unique identifier for the backup which cannot be changed. Values are of the form <code>projects/{project}/instances/{instance}/clusters/{cluster}/ backups/_a-zA-Z0-9*</code> The final segment of the name must be between 1 and 50 characters in length. The backup is stored in the cluster identified by the prefix of the backup name of the form <code>projects/{project}/instances/{instance}/clusters/{cluster}</code>.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><code>size-bytes=ipsum</code><ul>
|
||||
<li><code>size-bytes=dolor</code><ul>
|
||||
<li>Output only. Size of the backup in bytes.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><code>source-table=est</code><ul>
|
||||
<li><code>source-table=lorem</code><ul>
|
||||
<li>Required. Immutable. Name of the table from which this backup was created. This needs to be in the same instance as the backup. Values are of the form <code>projects/{project}/instances/{instance}/tables/{source_table}</code>.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><code>start-time=gubergren</code><ul>
|
||||
<li><code>start-time=eos</code><ul>
|
||||
<li>Output only. <code>start_time</code> is the time that the backup was started (i.e. approximately the time the CreateBackup request is received). The row data in this backup will be no older than this timestamp.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><code>state=ea</code><ul>
|
||||
<li><code>state=labore</code><ul>
|
||||
<li>Output only. The current state of the backup.</li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
Reference in New Issue
Block a user