columns

@JvmName(name = "bxuyhvaakivmxeax")
suspend fun columns(value: Output<List<GoogleCloudDatacatalogV1ColumnSchemaArgs>>)
@JvmName(name = "wwwausoskwejgxiu")
suspend fun columns(value: List<GoogleCloudDatacatalogV1ColumnSchemaArgs>?)

Parameters

value

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.


@JvmName(name = "kokatytyrodqrfee")
suspend fun columns(vararg values: Output<GoogleCloudDatacatalogV1ColumnSchemaArgs>)


@JvmName(name = "dcldlwqmomynbaxc")
suspend fun columns(values: List<Output<GoogleCloudDatacatalogV1ColumnSchemaArgs>>)
@JvmName(name = "bdmoceycrdvwhwct")
suspend fun columns(vararg values: GoogleCloudDatacatalogV1ColumnSchemaArgs)

Parameters

values

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.


@JvmName(name = "hmdjgavttatuxxhe")
suspend fun columns(argument: List<suspend GoogleCloudDatacatalogV1ColumnSchemaArgsBuilder.() -> Unit>)
@JvmName(name = "gjljrtfvvydlkgnx")
suspend fun columns(vararg argument: suspend GoogleCloudDatacatalogV1ColumnSchemaArgsBuilder.() -> Unit)
@JvmName(name = "skuelsddjrxpkcbe")
suspend fun columns(argument: suspend GoogleCloudDatacatalogV1ColumnSchemaArgsBuilder.() -> Unit)

Parameters

argument

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.