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

View Source

Entry specification for a Dataplex table.

Attributes

  • dataplexSpec (type: GoogleApi.DataCatalog.V1.Model.GoogleCloudDatacatalogV1DataplexSpec.t, default: nil) - Common Dataplex fields.
  • externalTables (type: list(GoogleApi.DataCatalog.V1.Model.GoogleCloudDatacatalogV1DataplexExternalTable.t), default: nil) - List of external tables registered by Dataplex in other systems based on the same underlying data. External tables allow to query this data in those systems.
  • userManaged (type: boolean(), default: nil) - Indicates if the table schema is managed by the user or not.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.DataCatalog.V1.Model.GoogleCloudDatacatalogV1DataplexTableSpec{
    dataplexSpec:
      GoogleApi.DataCatalog.V1.Model.GoogleCloudDatacatalogV1DataplexSpec.t()
      | nil,
    externalTables:
      [
        GoogleApi.DataCatalog.V1.Model.GoogleCloudDatacatalogV1DataplexExternalTable.t()
      ]
      | nil,
    userManaged: boolean() | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.