From 198e957680c1b12218e57c5f5061feb9852044e6 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Date: Tue, 26 Nov 2024 07:08:50 +0000 Subject: [PATCH] feat(bigquery): update the api #### bigquery:v2 The following keys were added: - schemas.Table.properties.managedTableType.type (Total Keys: 1) --- docs/dyn/bigquery_v2.tables.html | 7 +++++++ .../discovery_cache/documents/bigquery.v2.json | 18 ++++++++++++++++-- 2 files changed, 23 insertions(+), 2 deletions(-) diff --git a/docs/dyn/bigquery_v2.tables.html b/docs/dyn/bigquery_v2.tables.html index c3cc64b907..fcbea591f3 100644 --- a/docs/dyn/bigquery_v2.tables.html +++ b/docs/dyn/bigquery_v2.tables.html @@ -322,6 +322,7 @@

Method Details

}, "lastModifiedTime": "A String", # Output only. The time when this table was last modified, in milliseconds since the epoch. "location": "A String", # Output only. The geographic location where the table resides. This value is inherited from the dataset. + "managedTableType": "A String", # Optional. If set, overrides the default managed table type configured in the dataset. "materializedView": { # Definition and configuration of a materialized view. # Optional. The materialized view definition. "allowNonIncrementalDefinition": True or False, # Optional. This option declares the intention to construct a materialized view that isn't refreshed incrementally. "enableRefresh": True or False, # Optional. Enable automatic refresh of the materialized view when the base table is updated. The default value is "true". @@ -804,6 +805,7 @@

Method Details

}, "lastModifiedTime": "A String", # Output only. The time when this table was last modified, in milliseconds since the epoch. "location": "A String", # Output only. The geographic location where the table resides. This value is inherited from the dataset. + "managedTableType": "A String", # Optional. If set, overrides the default managed table type configured in the dataset. "materializedView": { # Definition and configuration of a materialized view. # Optional. The materialized view definition. "allowNonIncrementalDefinition": True or False, # Optional. This option declares the intention to construct a materialized view that isn't refreshed incrementally. "enableRefresh": True or False, # Optional. Enable automatic refresh of the materialized view when the base table is updated. The default value is "true". @@ -1227,6 +1229,7 @@

Method Details

}, "lastModifiedTime": "A String", # Output only. The time when this table was last modified, in milliseconds since the epoch. "location": "A String", # Output only. The geographic location where the table resides. This value is inherited from the dataset. + "managedTableType": "A String", # Optional. If set, overrides the default managed table type configured in the dataset. "materializedView": { # Definition and configuration of a materialized view. # Optional. The materialized view definition. "allowNonIncrementalDefinition": True or False, # Optional. This option declares the intention to construct a materialized view that isn't refreshed incrementally. "enableRefresh": True or False, # Optional. Enable automatic refresh of the materialized view when the base table is updated. The default value is "true". @@ -1758,6 +1761,7 @@

Method Details

}, "lastModifiedTime": "A String", # Output only. The time when this table was last modified, in milliseconds since the epoch. "location": "A String", # Output only. The geographic location where the table resides. This value is inherited from the dataset. + "managedTableType": "A String", # Optional. If set, overrides the default managed table type configured in the dataset. "materializedView": { # Definition and configuration of a materialized view. # Optional. The materialized view definition. "allowNonIncrementalDefinition": True or False, # Optional. This option declares the intention to construct a materialized view that isn't refreshed incrementally. "enableRefresh": True or False, # Optional. Enable automatic refresh of the materialized view when the base table is updated. The default value is "true". @@ -2182,6 +2186,7 @@

Method Details

}, "lastModifiedTime": "A String", # Output only. The time when this table was last modified, in milliseconds since the epoch. "location": "A String", # Output only. The geographic location where the table resides. This value is inherited from the dataset. + "managedTableType": "A String", # Optional. If set, overrides the default managed table type configured in the dataset. "materializedView": { # Definition and configuration of a materialized view. # Optional. The materialized view definition. "allowNonIncrementalDefinition": True or False, # Optional. This option declares the intention to construct a materialized view that isn't refreshed incrementally. "enableRefresh": True or False, # Optional. Enable automatic refresh of the materialized view when the base table is updated. The default value is "true". @@ -2724,6 +2729,7 @@

Method Details

}, "lastModifiedTime": "A String", # Output only. The time when this table was last modified, in milliseconds since the epoch. "location": "A String", # Output only. The geographic location where the table resides. This value is inherited from the dataset. + "managedTableType": "A String", # Optional. If set, overrides the default managed table type configured in the dataset. "materializedView": { # Definition and configuration of a materialized view. # Optional. The materialized view definition. "allowNonIncrementalDefinition": True or False, # Optional. This option declares the intention to construct a materialized view that isn't refreshed incrementally. "enableRefresh": True or False, # Optional. Enable automatic refresh of the materialized view when the base table is updated. The default value is "true". @@ -3148,6 +3154,7 @@

Method Details

}, "lastModifiedTime": "A String", # Output only. The time when this table was last modified, in milliseconds since the epoch. "location": "A String", # Output only. The geographic location where the table resides. This value is inherited from the dataset. + "managedTableType": "A String", # Optional. If set, overrides the default managed table type configured in the dataset. "materializedView": { # Definition and configuration of a materialized view. # Optional. The materialized view definition. "allowNonIncrementalDefinition": True or False, # Optional. This option declares the intention to construct a materialized view that isn't refreshed incrementally. "enableRefresh": True or False, # Optional. Enable automatic refresh of the materialized view when the base table is updated. The default value is "true". diff --git a/googleapiclient/discovery_cache/documents/bigquery.v2.json b/googleapiclient/discovery_cache/documents/bigquery.v2.json index ab9b609b2d..676fb7c6cd 100644 --- a/googleapiclient/discovery_cache/documents/bigquery.v2.json +++ b/googleapiclient/discovery_cache/documents/bigquery.v2.json @@ -2009,7 +2009,7 @@ } } }, -"revision": "20241027", +"revision": "20241111", "rootUrl": "https://bigquery.googleapis.com/", "schemas": { "AggregateClassificationMetrics": { @@ -5610,7 +5610,7 @@ "Default value, which will be treated as ENTERPRISE.", "Standard edition.", "Enterprise edition.", -"Enterprise plus edition." +"Enterprise Plus edition." ], "readOnly": true, "type": "string" @@ -8524,6 +8524,20 @@ "readOnly": true, "type": "string" }, +"managedTableType": { +"description": "Optional. If set, overrides the default managed table type configured in the dataset.", +"enum": [ +"MANAGED_TABLE_TYPE_UNSPECIFIED", +"NATIVE", +"ICEBERG" +], +"enumDescriptions": [ +"No managed table type specified.", +"The managed table is a native BigQuery table.", +"The managed table is a BigQuery table for Apache Iceberg." +], +"type": "string" +}, "materializedView": { "$ref": "MaterializedViewDefinition", "description": "Optional. The materialized view definition."