Google Cloud Datacatalog V1beta1Big Query Table Spec Response
data class GoogleCloudDatacatalogV1beta1BigQueryTableSpecResponse(val tableSourceType: String, val tableSpec: GoogleCloudDatacatalogV1beta1TableSpecResponse, val viewSpec: GoogleCloudDatacatalogV1beta1ViewSpecResponse)
Describes a BigQuery table.
Constructors
Link copied to clipboard
constructor(tableSourceType: String, tableSpec: GoogleCloudDatacatalogV1beta1TableSpecResponse, viewSpec: GoogleCloudDatacatalogV1beta1ViewSpecResponse)
Properties
Link copied to clipboard
The table source type.
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
.