GoogleCloudDatacatalogV1DatabaseTableSpecArgs

data class GoogleCloudDatacatalogV1DatabaseTableSpecArgs(val databaseViewSpec: Output<GoogleCloudDatacatalogV1DatabaseTableSpecDatabaseViewSpecArgs>? = null, val type: Output<GoogleCloudDatacatalogV1DatabaseTableSpecType>? = null) : ConvertibleToJava<GoogleCloudDatacatalogV1DatabaseTableSpecArgs>

Specification that applies to a table resource. Valid only for entries with the TABLE type.

Constructors

Functions

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

Properties

Link copied to clipboard

Spec what aplies to tables that are actually views. Not set for "real" tables.

Link copied to clipboard

Type of this table.