Data Catalog V1 API - Class Google::Cloud::DataCatalog::V1::DataplexTableSpec (v0.11.0)

Reference documentation and code samples for the Data Catalog V1 API class Google::Cloud::DataCatalog::V1::DataplexTableSpec.

Entry specification for a Dataplex table.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#dataplex_spec

def dataplex_spec() -> ::Google::Cloud::DataCatalog::V1::DataplexSpec
Returns

#dataplex_spec=

def dataplex_spec=(value) -> ::Google::Cloud::DataCatalog::V1::DataplexSpec
Parameter
Returns

#external_tables

def external_tables() -> ::Array<::Google::Cloud::DataCatalog::V1::DataplexExternalTable>
Returns

#external_tables=

def external_tables=(value) -> ::Array<::Google::Cloud::DataCatalog::V1::DataplexExternalTable>
Parameter
Returns

#user_managed

def user_managed() -> ::Boolean
Returns
  • (::Boolean) — Indicates if the table schema is managed by the user or not.

#user_managed=

def user_managed=(value) -> ::Boolean
Parameter
  • value (::Boolean) — Indicates if the table schema is managed by the user or not.
Returns
  • (::Boolean) — Indicates if the table schema is managed by the user or not.