GoogleCloudDatacatalogV1SchemaArgs

data class GoogleCloudDatacatalogV1SchemaArgs(val columns: Output<List<GoogleCloudDatacatalogV1ColumnSchemaArgs>>? = null) : ConvertibleToJava<GoogleCloudDatacatalogV1SchemaArgs>

Represents a schema, for example, a BigQuery, GoogleSQL, or Avro schema.

Constructors

Link copied to clipboard
constructor(columns: Output<List<GoogleCloudDatacatalogV1ColumnSchemaArgs>>? = null)

Properties

Link copied to clipboard

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.

Functions

Link copied to clipboard
open override fun toJava(): GoogleCloudDatacatalogV1SchemaArgs