GoogleCloudDatacatalogV1beta1BigQueryTableSpecArgs

data class GoogleCloudDatacatalogV1beta1BigQueryTableSpecArgs(val tableSpec: Output<GoogleCloudDatacatalogV1beta1TableSpecArgs>? = null, val viewSpec: Output<GoogleCloudDatacatalogV1beta1ViewSpecArgs>? = null) : ConvertibleToJava<GoogleCloudDatacatalogV1beta1BigQueryTableSpecArgs>

Describes a BigQuery table.

Constructors

Functions

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

Properties

Link copied to clipboard

Spec of a BigQuery table. This field should only be populated if table_source_type is BIGQUERY_TABLE.

Link copied to clipboard

Table view specification. This field should only be populated if table_source_type is BIGQUERY_VIEW.