GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1beta1BigQueryTableSpec (google_api_data_catalog v0.32.2)
View SourceDescribes a BigQuery table.
Attributes
-
tableSourceType
(type:String.t
, default:nil
) - Output only. The table source type. -
tableSpec
(type:GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1beta1TableSpec.t
, default:nil
) - Spec of a BigQuery table. This field should only be populated iftable_source_type
isBIGQUERY_TABLE
. -
viewSpec
(type:GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1beta1ViewSpec.t
, default:nil
) - Table view specification. This field should only be populated iftable_source_type
isBIGQUERY_VIEW
.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1beta1BigQueryTableSpec{ tableSourceType: String.t() | nil, tableSpec: GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1beta1TableSpec.t() | nil, viewSpec: GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1beta1ViewSpec.t() | nil }