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>Update - bigquery v2.0.4+20210327</title>
|
||||
<title>Update - bigquery 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"> bigquery v2.0.4+20210327</a>
|
||||
<a href=".." class="icon icon-home"> bigquery v3.0.0+20220222</a>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -367,6 +367,7 @@ In the latter case it is advised to set the field-cursor to the data-structure's
|
||||
dataset-reference:
|
||||
dataset-id: string
|
||||
project-id: string
|
||||
default-collation: string
|
||||
default-encryption-configuration:
|
||||
kms-key-name: string
|
||||
default-partition-expiration-ms: string
|
||||
@@ -375,6 +376,7 @@ In the latter case it is advised to set the field-cursor to the data-structure's
|
||||
etag: string
|
||||
friendly-name: string
|
||||
id: string
|
||||
is-case-insensitive: boolean
|
||||
kind: string
|
||||
labels: { string: string }
|
||||
last-modified-time: string
|
||||
@@ -386,57 +388,67 @@ 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 . creation-time=gubergren</code><ul>
|
||||
<li><code>-r . creation-time=duo</code><ul>
|
||||
<li>[Output-only] The time when this dataset was created, in milliseconds since the epoch.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><code>dataset-reference dataset-id=ea</code><ul>
|
||||
<li><code>dataset-reference dataset-id=sed</code><ul>
|
||||
<li>[Required] A unique ID for this dataset, without the project name. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 1,024 characters.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<p><code>project-id=dolor</code></p>
|
||||
<p><code>project-id=no</code></p>
|
||||
<ul>
|
||||
<li>[Optional] The ID of the project containing this dataset.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<p><code>..default-encryption-configuration kms-key-name=lorem</code></p>
|
||||
<p><code>.. default-collation=stet</code></p>
|
||||
<ul>
|
||||
<li>[Output-only] The default collation of the dataset.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<p><code>default-encryption-configuration kms-key-name=kasd</code></p>
|
||||
<ul>
|
||||
<li>[Optional] Describes the Cloud KMS encryption key that will be used to protect destination BigQuery table. The BigQuery Service Account associated with your project requires access to this encryption key.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<p><code>.. default-partition-expiration-ms=eos</code></p>
|
||||
<p><code>.. default-partition-expiration-ms=et</code></p>
|
||||
<ul>
|
||||
<li>[Optional] The default partition expiration for all partitioned tables in the dataset, in milliseconds. Once this property is set, all newly-created partitioned tables in the dataset will have an expirationMs property in the timePartitioning settings set to this value, and changing the value will only affect new tables, not existing ones. The storage in a partition will have an expiration time of its partition time plus this value. Setting this property overrides the use of defaultTableExpirationMs for partitioned tables: only one of defaultTableExpirationMs and defaultPartitionExpirationMs will be used for any new partitioned table. If you provide an explicit timePartitioning.expirationMs when creating or updating a partitioned table, that value takes precedence over the default partition expiration time indicated by this property.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><code>default-table-expiration-ms=labore</code><ul>
|
||||
<li><code>default-table-expiration-ms=sed</code><ul>
|
||||
<li>[Optional] The default lifetime of all tables in the dataset, in milliseconds. The minimum value is 3600000 milliseconds (one hour). Once this property is set, all newly-created tables in the dataset will have an expirationTime property set to the creation time plus the value in this property, and changing the value will only affect new tables, not existing ones. When the expirationTime for a given table is reached, that table will be deleted automatically. If a table's expirationTime is modified or removed before the table expires, or if you provide an explicit expirationTime when creating a table, that value takes precedence over the default expiration time indicated by this property.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><code>description=sed</code><ul>
|
||||
<li><code>description=et</code><ul>
|
||||
<li>[Optional] A user-friendly description of the dataset.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><code>etag=duo</code><ul>
|
||||
<li><code>etag=et</code><ul>
|
||||
<li>[Output-only] A hash of the resource.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><code>friendly-name=sed</code><ul>
|
||||
<li><code>friendly-name=vero</code><ul>
|
||||
<li>[Optional] A descriptive name for the dataset.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><code>id=no</code><ul>
|
||||
<li><code>id=erat</code><ul>
|
||||
<li>[Output-only] The fully-qualified unique name of the dataset in the format projectId:datasetId. The dataset name without the project name is given in the datasetId field. When creating a new dataset, leave this field blank, and instead specify the datasetId field.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><code>kind=stet</code><ul>
|
||||
<li><code>is-case-insensitive=false</code><ul>
|
||||
<li>[Optional] Indicates if table names are case insensitive in the dataset.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><code>kind=duo</code><ul>
|
||||
<li>[Output-only] The resource type.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><code>labels=key=kasd</code><ul>
|
||||
<li><code>labels=key=dolore</code><ul>
|
||||
<li>The labels associated with this dataset. You can use these to organize and group your datasets. You can set this property when inserting or updating a dataset. See Creating and Updating Dataset Labels for more information.</li>
|
||||
<li>the value will be associated with the given <code>key</code></li>
|
||||
</ul>
|
||||
@@ -445,15 +457,15 @@ In the latter case it is advised to set the field-cursor to the data-structure's
|
||||
<li>[Output-only] The date when this dataset or any of its tables was last modified, in milliseconds since the epoch.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><code>location=sed</code><ul>
|
||||
<li><code>location=voluptua.</code><ul>
|
||||
<li>The geographic location where the dataset should reside. The default value is US. See details at https://cloud.google.com/bigquery/docs/locations.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><code>satisfies-pzs=true</code><ul>
|
||||
<li><code>satisfies-pzs=false</code><ul>
|
||||
<li>[Output-only] Reserved for future use.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><code>self-link=vero</code><ul>
|
||||
<li><code>self-link=diam</code><ul>
|
||||
<li>[Output-only] A URL that can be used to access the resource again. You can use this URL in Get or Update requests to the resource.</li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
Reference in New Issue
Block a user