File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2256
2256
}
2257
2257
}
2258
2258
},
2259
- "revision": "20250313 ",
2259
+ "revision": "20250404 ",
2260
2260
"rootUrl": "https://bigquery.googleapis.com/",
2261
2261
"schemas": {
2262
2262
"AggregateClassificationMetrics": {
2853
2853
"type": "object"
2854
2854
},
2855
2855
"BigLakeConfiguration": {
2856
- "description": "Configuration for BigLake managed tables.",
2856
+ "description": "Configuration for BigQuery tables for Apache Iceberg (formerly BigLake managed tables.) ",
2857
2857
"id": "BigLakeConfiguration",
2858
2858
"properties": {
2859
2859
"connectionId": {
8897
8897
"properties": {
8898
8898
"biglakeConfiguration": {
8899
8899
"$ref": "BigLakeConfiguration",
8900
- "description": "Optional. Specifies the configuration of a BigLake managed table."
8900
+ "description": "Optional. Specifies the configuration of a BigQuery table for Apache Iceberg ."
8901
8901
},
8902
8902
"cloneDefinition": {
8903
8903
"$ref": "CloneDefinition",
Original file line number Diff line number Diff line change @@ -467,7 +467,7 @@ export namespace bigquery_v2 {
467
467
biEngineReasons ?: Schema$BiEngineReason [ ] ;
468
468
}
469
469
/**
470
- * Configuration for BigLake managed tables.
470
+ * Configuration for BigQuery tables for Apache Iceberg (formerly BigLake managed tables.)
471
471
*/
472
472
export interface Schema$BigLakeConfiguration {
473
473
/**
@@ -4511,7 +4511,7 @@ export namespace bigquery_v2 {
4511
4511
}
4512
4512
export interface Schema$Table {
4513
4513
/**
4514
- * Optional. Specifies the configuration of a BigLake managed table.
4514
+ * Optional. Specifies the configuration of a BigQuery table for Apache Iceberg .
4515
4515
*/
4516
4516
biglakeConfiguration ?: Schema$BigLakeConfiguration ;
4517
4517
/**
You can’t perform that action at this time.
0 commit comments