Skip to content

Commit b3ad0b1

Browse files
feat(bigquery): update the api
#### bigquery:v2 The following keys were added: - schemas.Dataset.properties.defaultRoundingMode.type (Total Keys: 1) - schemas.Table.properties.defaultRoundingMode.type (Total Keys: 1) - schemas.TableFieldSchema.properties.roundingMode.type (Total Keys: 1)
1 parent 57fcaa5 commit b3ad0b1

File tree

4 files changed

+58
-1
lines changed

4 files changed

+58
-1
lines changed

docs/dyn/bigquery_v2.datasets.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ <h3>Method Details</h3>
166166
&quot;kmsKeyName&quot;: &quot;A String&quot;, # [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.
167167
},
168168
&quot;defaultPartitionExpirationMs&quot;: &quot;A String&quot;, # [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.
169+
&quot;defaultRoundingMode&quot;: &quot;A String&quot;, # [Output-only] The default rounding mode of the dataset.
169170
&quot;defaultTableExpirationMs&quot;: &quot;A String&quot;, # [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&#x27;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.
170171
&quot;description&quot;: &quot;A String&quot;, # [Optional] A user-friendly description of the dataset.
171172
&quot;etag&quot;: &quot;A String&quot;, # [Output-only] A hash of the resource.
@@ -240,6 +241,7 @@ <h3>Method Details</h3>
240241
&quot;kmsKeyName&quot;: &quot;A String&quot;, # [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.
241242
},
242243
&quot;defaultPartitionExpirationMs&quot;: &quot;A String&quot;, # [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.
244+
&quot;defaultRoundingMode&quot;: &quot;A String&quot;, # [Output-only] The default rounding mode of the dataset.
243245
&quot;defaultTableExpirationMs&quot;: &quot;A String&quot;, # [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&#x27;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.
244246
&quot;description&quot;: &quot;A String&quot;, # [Optional] A user-friendly description of the dataset.
245247
&quot;etag&quot;: &quot;A String&quot;, # [Output-only] A hash of the resource.
@@ -308,6 +310,7 @@ <h3>Method Details</h3>
308310
&quot;kmsKeyName&quot;: &quot;A String&quot;, # [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.
309311
},
310312
&quot;defaultPartitionExpirationMs&quot;: &quot;A String&quot;, # [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.
313+
&quot;defaultRoundingMode&quot;: &quot;A String&quot;, # [Output-only] The default rounding mode of the dataset.
311314
&quot;defaultTableExpirationMs&quot;: &quot;A String&quot;, # [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&#x27;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.
312315
&quot;description&quot;: &quot;A String&quot;, # [Optional] A user-friendly description of the dataset.
313316
&quot;etag&quot;: &quot;A String&quot;, # [Output-only] A hash of the resource.
@@ -433,6 +436,7 @@ <h3>Method Details</h3>
433436
&quot;kmsKeyName&quot;: &quot;A String&quot;, # [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.
434437
},
435438
&quot;defaultPartitionExpirationMs&quot;: &quot;A String&quot;, # [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.
439+
&quot;defaultRoundingMode&quot;: &quot;A String&quot;, # [Output-only] The default rounding mode of the dataset.
436440
&quot;defaultTableExpirationMs&quot;: &quot;A String&quot;, # [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&#x27;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.
437441
&quot;description&quot;: &quot;A String&quot;, # [Optional] A user-friendly description of the dataset.
438442
&quot;etag&quot;: &quot;A String&quot;, # [Output-only] A hash of the resource.
@@ -501,6 +505,7 @@ <h3>Method Details</h3>
501505
&quot;kmsKeyName&quot;: &quot;A String&quot;, # [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.
502506
},
503507
&quot;defaultPartitionExpirationMs&quot;: &quot;A String&quot;, # [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.
508+
&quot;defaultRoundingMode&quot;: &quot;A String&quot;, # [Output-only] The default rounding mode of the dataset.
504509
&quot;defaultTableExpirationMs&quot;: &quot;A String&quot;, # [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&#x27;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.
505510
&quot;description&quot;: &quot;A String&quot;, # [Optional] A user-friendly description of the dataset.
506511
&quot;etag&quot;: &quot;A String&quot;, # [Output-only] A hash of the resource.
@@ -576,6 +581,7 @@ <h3>Method Details</h3>
576581
&quot;kmsKeyName&quot;: &quot;A String&quot;, # [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.
577582
},
578583
&quot;defaultPartitionExpirationMs&quot;: &quot;A String&quot;, # [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.
584+
&quot;defaultRoundingMode&quot;: &quot;A String&quot;, # [Output-only] The default rounding mode of the dataset.
579585
&quot;defaultTableExpirationMs&quot;: &quot;A String&quot;, # [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&#x27;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.
580586
&quot;description&quot;: &quot;A String&quot;, # [Optional] A user-friendly description of the dataset.
581587
&quot;etag&quot;: &quot;A String&quot;, # [Output-only] A hash of the resource.
@@ -644,6 +650,7 @@ <h3>Method Details</h3>
644650
&quot;kmsKeyName&quot;: &quot;A String&quot;, # [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.
645651
},
646652
&quot;defaultPartitionExpirationMs&quot;: &quot;A String&quot;, # [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.
653+
&quot;defaultRoundingMode&quot;: &quot;A String&quot;, # [Output-only] The default rounding mode of the dataset.
647654
&quot;defaultTableExpirationMs&quot;: &quot;A String&quot;, # [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&#x27;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.
648655
&quot;description&quot;: &quot;A String&quot;, # [Optional] A user-friendly description of the dataset.
649656
&quot;etag&quot;: &quot;A String&quot;, # [Output-only] A hash of the resource.

0 commit comments

Comments
 (0)