GoogleApi.DataCatalog.V1.Model.GoogleCloudDatacatalogV1BigQueryTableSpec (google_api_data_catalog v0.32.2)

View Source

Describes a BigQuery table.

Attributes

  • tableSourceType (type: String.t, default: nil) - Output only. The table source type.
  • tableSpec (type: GoogleApi.DataCatalog.V1.Model.GoogleCloudDatacatalogV1TableSpec.t, default: nil) - Specification of a BigQuery table. Populated only if the table_source_type is BIGQUERY_TABLE.
  • viewSpec (type: GoogleApi.DataCatalog.V1.Model.GoogleCloudDatacatalogV1ViewSpec.t, default: nil) - Table view specification. Populated only if the table_source_type is BIGQUERY_VIEW.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.DataCatalog.V1.Model.GoogleCloudDatacatalogV1BigQueryTableSpec{
    tableSourceType: String.t() | nil,
    tableSpec:
      GoogleApi.DataCatalog.V1.Model.GoogleCloudDatacatalogV1TableSpec.t() | nil,
    viewSpec:
      GoogleApi.DataCatalog.V1.Model.GoogleCloudDatacatalogV1ViewSpec.t() | nil
  }

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.