Skip to content

Commit 4c2be91

Browse files
Google APIscopybara-github
authored andcommitted
fix!: rename a ManagedTableType value
PiperOrigin-RevId: 767686745
1 parent 02838cf commit 4c2be91

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

google/cloud/bigquery/v2/managed_table_type.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ enum ManagedTableType {
2929
// The managed table is a native BigQuery table.
3030
NATIVE = 1;
3131

32-
// The managed table is a BigQuery table for Apache Iceberg.
33-
ICEBERG = 2;
32+
// The managed table is a BigLake table for Apache Iceberg in BigQuery.
33+
BIGLAKE = 2;
3434
}

0 commit comments

Comments
 (0)