columns property

List<GoogleCloudDatacatalogV1ColumnSchema>? columns
getter/setter pair

The unified GoogleSQL-like schema of columns.

The overall maximum number of columns and nested columns is 10,000. The maximum nested depth is 15 levels.

Implementation

core.List<GoogleCloudDatacatalogV1ColumnSchema>? columns;