google_api_data_catalog v0.10.0 GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1beta1BigQueryTableSpec View Source

Describes 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 if table_source_type is BIGQUERY_TABLE.
  • viewSpec (type: GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1beta1ViewSpec.t, default: nil) - Table view specification. This field should only be populated if table_source_type is BIGQUERY_VIEW.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() ::
  %GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1beta1BigQueryTableSpec{
    tableSourceType: String.t(),
    tableSpec:
      GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1beta1TableSpec.t(),
    viewSpec:
      GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1beta1ViewSpec.t()
  }

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.