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

View Source

Specification that applies to a table resource. Valid only for entries with the TABLE type.

Attributes

  • databaseViewSpec (type: GoogleApi.DataCatalog.V1.Model.GoogleCloudDatacatalogV1DatabaseTableSpecDatabaseViewSpec.t, default: nil) - Spec what applies to tables that are actually views. Not set for "real" tables.
  • dataplexTable (type: GoogleApi.DataCatalog.V1.Model.GoogleCloudDatacatalogV1DataplexTableSpec.t, default: nil) - Output only. Fields specific to a Dataplex table and present only in the Dataplex table entries.
  • type (type: String.t, default: nil) - Type of this table.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.DataCatalog.V1.Model.GoogleCloudDatacatalogV1DatabaseTableSpec{
    databaseViewSpec:
      GoogleApi.DataCatalog.V1.Model.GoogleCloudDatacatalogV1DatabaseTableSpecDatabaseViewSpec.t()
      | nil,
    dataplexTable:
      GoogleApi.DataCatalog.V1.Model.GoogleCloudDatacatalogV1DataplexTableSpec.t()
      | nil,
    type: String.t() | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.