aboutsummaryrefslogtreecommitdiff
path: root/googleapiclient/discovery_cache/documents/bigquery.v2.json
diff options
context:
space:
mode:
Diffstat (limited to 'googleapiclient/discovery_cache/documents/bigquery.v2.json')
-rw-r--r--googleapiclient/discovery_cache/documents/bigquery.v2.json16
1 files changed, 13 insertions, 3 deletions
diff --git a/googleapiclient/discovery_cache/documents/bigquery.v2.json b/googleapiclient/discovery_cache/documents/bigquery.v2.json
index 19c117491..cf1a4d6c7 100644
--- a/googleapiclient/discovery_cache/documents/bigquery.v2.json
+++ b/googleapiclient/discovery_cache/documents/bigquery.v2.json
@@ -1549,6 +1549,11 @@
"tableId"
],
"parameters": {
+ "autodetect_schema": {
+ "description": "When true will autodetect schema, else will keep original schema",
+ "location": "query",
+ "type": "boolean"
+ },
"datasetId": {
"description": "Dataset ID of the table to update",
"location": "path",
@@ -1649,6 +1654,11 @@
"tableId"
],
"parameters": {
+ "autodetect_schema": {
+ "description": "When true will autodetect schema, else will keep original schema",
+ "location": "query",
+ "type": "boolean"
+ },
"datasetId": {
"description": "Dataset ID of the table to update",
"location": "path",
@@ -1683,7 +1693,7 @@
}
}
},
- "revision": "20211102",
+ "revision": "20211129",
"rootUrl": "https://bigquery.googleapis.com/",
"schemas": {
"AggregateClassificationMetrics": {
@@ -2903,7 +2913,7 @@
"type": "string"
},
"expirationTime": {
- "description": "[Optional] The destination table expiration time. If this field is set: For a new table, it will set the table's expiration time (even if there is a dataset level default table expiration time). For an existing table, it will update the table's expiration time. If this field is not set: For a new table, if dataset level default table expiration time is present, that will be applied. For an existing table, no change is made to the table's expiration time. Additionally this field is only applied when data is written to an empty table (WRITE_EMPTY) or data is overwritten to a table (WRITE_TRUNCATE).",
+ "description": "[Internal] This field is for Google internal use only.",
"format": "date-time",
"type": "string"
},
@@ -3329,7 +3339,7 @@
"id": "GetPolicyOptions",
"properties": {
"requestedPolicyVersion": {
- "description": "Optional. The policy format version to be returned. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional bindings must specify version 3. Policies without any conditional bindings may specify any valid value or leave the field unset. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).",
+ "description": "Optional. The maximum policy version that will be used to format the policy. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional role bindings must specify version 3. Policies with no conditional role bindings may specify any valid value or leave the field unset. The policy in the response might use the policy version that you specified, or it might use a lower policy version. For example, if you specify version 3, but the policy has no conditional role bindings, the response uses version 1. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).",
"format": "int32",
"type": "integer"
}