Skip to content

Commit 04e112c

Browse files
feat(bigquery): update the api
#### bigquery:v2 The following keys were added: - schemas.Dataset.properties.defaultCollation.type (Total Keys: 1) - schemas.Table.properties.defaultCollation.type (Total Keys: 1)
1 parent 5a08a3a commit 04e112c

File tree

4 files changed

+42
-20
lines changed

4 files changed

+42
-20
lines changed

docs/dyn/bigquery_v2.datasets.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ <h3>Method Details</h3>
163163
&quot;datasetId&quot;: &quot;A String&quot;, # [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.
164164
&quot;projectId&quot;: &quot;A String&quot;, # [Optional] The ID of the project containing this dataset.
165165
},
166+
&quot;defaultCollation&quot;: &quot;A String&quot;, # [Output-only] The default collation of the dataset.
166167
&quot;defaultEncryptionConfiguration&quot;: {
167168
&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.
168169
},
@@ -230,6 +231,7 @@ <h3>Method Details</h3>
230231
&quot;datasetId&quot;: &quot;A String&quot;, # [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.
231232
&quot;projectId&quot;: &quot;A String&quot;, # [Optional] The ID of the project containing this dataset.
232233
},
234+
&quot;defaultCollation&quot;: &quot;A String&quot;, # [Output-only] The default collation of the dataset.
233235
&quot;defaultEncryptionConfiguration&quot;: {
234236
&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.
235237
},
@@ -291,6 +293,7 @@ <h3>Method Details</h3>
291293
&quot;datasetId&quot;: &quot;A String&quot;, # [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.
292294
&quot;projectId&quot;: &quot;A String&quot;, # [Optional] The ID of the project containing this dataset.
293295
},
296+
&quot;defaultCollation&quot;: &quot;A String&quot;, # [Output-only] The default collation of the dataset.
294297
&quot;defaultEncryptionConfiguration&quot;: {
295298
&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.
296299
},
@@ -409,6 +412,7 @@ <h3>Method Details</h3>
409412
&quot;datasetId&quot;: &quot;A String&quot;, # [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.
410413
&quot;projectId&quot;: &quot;A String&quot;, # [Optional] The ID of the project containing this dataset.
411414
},
415+
&quot;defaultCollation&quot;: &quot;A String&quot;, # [Output-only] The default collation of the dataset.
412416
&quot;defaultEncryptionConfiguration&quot;: {
413417
&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.
414418
},
@@ -470,6 +474,7 @@ <h3>Method Details</h3>
470474
&quot;datasetId&quot;: &quot;A String&quot;, # [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.
471475
&quot;projectId&quot;: &quot;A String&quot;, # [Optional] The ID of the project containing this dataset.
472476
},
477+
&quot;defaultCollation&quot;: &quot;A String&quot;, # [Output-only] The default collation of the dataset.
473478
&quot;defaultEncryptionConfiguration&quot;: {
474479
&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.
475480
},
@@ -538,6 +543,7 @@ <h3>Method Details</h3>
538543
&quot;datasetId&quot;: &quot;A String&quot;, # [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.
539544
&quot;projectId&quot;: &quot;A String&quot;, # [Optional] The ID of the project containing this dataset.
540545
},
546+
&quot;defaultCollation&quot;: &quot;A String&quot;, # [Output-only] The default collation of the dataset.
541547
&quot;defaultEncryptionConfiguration&quot;: {
542548
&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.
543549
},
@@ -599,6 +605,7 @@ <h3>Method Details</h3>
599605
&quot;datasetId&quot;: &quot;A String&quot;, # [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.
600606
&quot;projectId&quot;: &quot;A String&quot;, # [Optional] The ID of the project containing this dataset.
601607
},
608+
&quot;defaultCollation&quot;: &quot;A String&quot;, # [Output-only] The default collation of the dataset.
602609
&quot;defaultEncryptionConfiguration&quot;: {
603610
&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.
604611
},

0 commit comments

Comments
 (0)