You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#### bigquery:v2
The following keys were deleted:
- schemas.DatasetAccessEntry.properties.target_types (Total Keys: 2)
The following keys were added:
- schemas.DatasetAccessEntry.properties.targetTypes (Total Keys: 2)
- schemas.JobConfigurationLoad.properties.preserveAsciiControlCharacters.type (Total Keys: 1)
Copy file name to clipboardExpand all lines: docs/dyn/bigquery_v2.datasets.html
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -134,7 +134,7 @@ <h3>Method Details</h3>
134
134
"datasetId": "A String", # [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.
135
135
"projectId": "A String", # [Optional] The ID of the project containing this dataset.
136
136
},
137
-
"target_types": [
137
+
"targetTypes": [
138
138
"A String",
139
139
],
140
140
},
@@ -206,7 +206,7 @@ <h3>Method Details</h3>
206
206
"datasetId": "A String", # [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.
207
207
"projectId": "A String", # [Optional] The ID of the project containing this dataset.
208
208
},
209
-
"target_types": [
209
+
"targetTypes": [
210
210
"A String",
211
211
],
212
212
},
@@ -272,7 +272,7 @@ <h3>Method Details</h3>
272
272
"datasetId": "A String", # [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.
273
273
"projectId": "A String", # [Optional] The ID of the project containing this dataset.
274
274
},
275
-
"target_types": [
275
+
"targetTypes": [
276
276
"A String",
277
277
],
278
278
},
@@ -395,7 +395,7 @@ <h3>Method Details</h3>
395
395
"datasetId": "A String", # [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.
396
396
"projectId": "A String", # [Optional] The ID of the project containing this dataset.
397
397
},
398
-
"target_types": [
398
+
"targetTypes": [
399
399
"A String",
400
400
],
401
401
},
@@ -461,7 +461,7 @@ <h3>Method Details</h3>
461
461
"datasetId": "A String", # [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.
462
462
"projectId": "A String", # [Optional] The ID of the project containing this dataset.
463
463
},
464
-
"target_types": [
464
+
"targetTypes": [
465
465
"A String",
466
466
],
467
467
},
@@ -534,7 +534,7 @@ <h3>Method Details</h3>
534
534
"datasetId": "A String", # [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.
535
535
"projectId": "A String", # [Optional] The ID of the project containing this dataset.
536
536
},
537
-
"target_types": [
537
+
"targetTypes": [
538
538
"A String",
539
539
],
540
540
},
@@ -600,7 +600,7 @@ <h3>Method Details</h3>
600
600
"datasetId": "A String", # [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.
601
601
"projectId": "A String", # [Optional] The ID of the project containing this dataset.
Copy file name to clipboardExpand all lines: docs/dyn/bigquery_v2.jobs.html
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -217,6 +217,7 @@ <h3>Method Details</h3>
217
217
"enableListInference": True or False, # [Optional] Indicates whether to use schema inference specifically for Parquet LIST logical type.
218
218
"enumAsString": True or False, # [Optional] Indicates whether to infer Parquet ENUM logical type as STRING instead of BYTES by default.
219
219
},
220
+
"preserveAsciiControlCharacters": True or False, # [Optional] Preserves the embedded ASCII control characters (the first 32 characters in the ASCII-table, from '\x00' to '\x1F') when loading from CSV. Only applicable to CSV, ignored for other formats.
220
221
"projectionFields": [ # If sourceFormat is set to "DATASTORE_BACKUP", indicates which entity properties to load into BigQuery from a Cloud Datastore backup. Property names are case sensitive and must be top-level properties. If no properties are specified, BigQuery loads all properties. If any named property isn't found in the Cloud Datastore backup, an invalid error is returned in the job result.
221
222
"A String",
222
223
],
@@ -861,6 +862,7 @@ <h3>Method Details</h3>
861
862
"enableListInference": True or False, # [Optional] Indicates whether to use schema inference specifically for Parquet LIST logical type.
862
863
"enumAsString": True or False, # [Optional] Indicates whether to infer Parquet ENUM logical type as STRING instead of BYTES by default.
863
864
},
865
+
"preserveAsciiControlCharacters": True or False, # [Optional] Preserves the embedded ASCII control characters (the first 32 characters in the ASCII-table, from '\x00' to '\x1F') when loading from CSV. Only applicable to CSV, ignored for other formats.
864
866
"projectionFields": [ # If sourceFormat is set to "DATASTORE_BACKUP", indicates which entity properties to load into BigQuery from a Cloud Datastore backup. Property names are case sensitive and must be top-level properties. If no properties are specified, BigQuery loads all properties. If any named property isn't found in the Cloud Datastore backup, an invalid error is returned in the job result.
865
867
"A String",
866
868
],
@@ -1575,6 +1577,7 @@ <h3>Method Details</h3>
1575
1577
"enableListInference": True or False, # [Optional] Indicates whether to use schema inference specifically for Parquet LIST logical type.
1576
1578
"enumAsString": True or False, # [Optional] Indicates whether to infer Parquet ENUM logical type as STRING instead of BYTES by default.
1577
1579
},
1580
+
"preserveAsciiControlCharacters": True or False, # [Optional] Preserves the embedded ASCII control characters (the first 32 characters in the ASCII-table, from '\x00' to '\x1F') when loading from CSV. Only applicable to CSV, ignored for other formats.
1578
1581
"projectionFields": [ # If sourceFormat is set to "DATASTORE_BACKUP", indicates which entity properties to load into BigQuery from a Cloud Datastore backup. Property names are case sensitive and must be top-level properties. If no properties are specified, BigQuery loads all properties. If any named property isn't found in the Cloud Datastore backup, an invalid error is returned in the job result.
1579
1582
"A String",
1580
1583
],
@@ -2194,6 +2197,7 @@ <h3>Method Details</h3>
2194
2197
"enableListInference": True or False, # [Optional] Indicates whether to use schema inference specifically for Parquet LIST logical type.
2195
2198
"enumAsString": True or False, # [Optional] Indicates whether to infer Parquet ENUM logical type as STRING instead of BYTES by default.
2196
2199
},
2200
+
"preserveAsciiControlCharacters": True or False, # [Optional] Preserves the embedded ASCII control characters (the first 32 characters in the ASCII-table, from '\x00' to '\x1F') when loading from CSV. Only applicable to CSV, ignored for other formats.
2197
2201
"projectionFields": [ # If sourceFormat is set to "DATASTORE_BACKUP", indicates which entity properties to load into BigQuery from a Cloud Datastore backup. Property names are case sensitive and must be top-level properties. If no properties are specified, BigQuery loads all properties. If any named property isn't found in the Cloud Datastore backup, an invalid error is returned in the job result.
2198
2202
"A String",
2199
2203
],
@@ -2836,6 +2840,7 @@ <h3>Method Details</h3>
2836
2840
"enableListInference": True or False, # [Optional] Indicates whether to use schema inference specifically for Parquet LIST logical type.
2837
2841
"enumAsString": True or False, # [Optional] Indicates whether to infer Parquet ENUM logical type as STRING instead of BYTES by default.
2838
2842
},
2843
+
"preserveAsciiControlCharacters": True or False, # [Optional] Preserves the embedded ASCII control characters (the first 32 characters in the ASCII-table, from '\x00' to '\x1F') when loading from CSV. Only applicable to CSV, ignored for other formats.
2839
2844
"projectionFields": [ # If sourceFormat is set to "DATASTORE_BACKUP", indicates which entity properties to load into BigQuery from a Cloud Datastore backup. Property names are case sensitive and must be top-level properties. If no properties are specified, BigQuery loads all properties. If any named property isn't found in the Cloud Datastore backup, an invalid error is returned in the job result.
Copy file name to clipboardExpand all lines: googleapiclient/discovery_cache/documents/bigquery.v2.json
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1693,7 +1693,7 @@
1693
1693
}
1694
1694
}
1695
1695
},
1696
-
"revision": "20220216",
1696
+
"revision": "20220222",
1697
1697
"rootUrl": "https://bigquery.googleapis.com/",
1698
1698
"schemas": {
1699
1699
"AggregateClassificationMetrics": {
@@ -2827,7 +2827,7 @@
2827
2827
"$ref": "DatasetReference",
2828
2828
"description": "[Required] The dataset this entry applies to."
2829
2829
},
2830
-
"target_types": {
2830
+
"targetTypes": {
2831
2831
"items": {
2832
2832
"enum": [
2833
2833
"TARGET_TYPE_UNSPECIFIED",
@@ -3729,6 +3729,10 @@
3729
3729
"$ref": "ParquetOptions",
3730
3730
"description": "[Optional] Options to configure parquet support."
3731
3731
},
3732
+
"preserveAsciiControlCharacters": {
3733
+
"description": "[Optional] Preserves the embedded ASCII control characters (the first 32 characters in the ASCII-table, from '\\x00' to '\\x1F') when loading from CSV. Only applicable to CSV, ignored for other formats.",
3734
+
"type": "boolean"
3735
+
},
3732
3736
"projectionFields": {
3733
3737
"description": "If sourceFormat is set to \"DATASTORE_BACKUP\", indicates which entity properties to load into BigQuery from a Cloud Datastore backup. Property names are case sensitive and must be top-level properties. If no properties are specified, BigQuery loads all properties. If any named property isn't found in the Cloud Datastore backup, an invalid error is returned in the job result.",
0 commit comments