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

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

Common Dataplex fields.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#asset

def asset() -> ::String
Returns
  • (::String) — Fully qualified resource name of an asset in Dataplex, to which the underlying data source (Cloud Storage bucket or BigQuery dataset) of the entity is attached.

#asset=

def asset=(value) -> ::String
Parameter
  • value (::String) — Fully qualified resource name of an asset in Dataplex, to which the underlying data source (Cloud Storage bucket or BigQuery dataset) of the entity is attached.
Returns
  • (::String) — Fully qualified resource name of an asset in Dataplex, to which the underlying data source (Cloud Storage bucket or BigQuery dataset) of the entity is attached.

#compression_format

def compression_format() -> ::String
Returns
  • (::String) — Compression format of the data, e.g., zip, gzip etc.

#compression_format=

def compression_format=(value) -> ::String
Parameter
  • value (::String) — Compression format of the data, e.g., zip, gzip etc.
Returns
  • (::String) — Compression format of the data, e.g., zip, gzip etc.

#data_format

def data_format() -> ::Google::Cloud::DataCatalog::V1::PhysicalSchema
Returns

#data_format=

def data_format=(value) -> ::Google::Cloud::DataCatalog::V1::PhysicalSchema
Parameter
Returns

#project_id

def project_id() -> ::String
Returns
  • (::String) — Project ID of the underlying Cloud Storage or BigQuery data. Note that this may not be the same project as the correspondingly Dataplex lake / zone / asset.

#project_id=

def project_id=(value) -> ::String
Parameter
  • value (::String) — Project ID of the underlying Cloud Storage or BigQuery data. Note that this may not be the same project as the correspondingly Dataplex lake / zone / asset.
Returns
  • (::String) — Project ID of the underlying Cloud Storage or BigQuery data. Note that this may not be the same project as the correspondingly Dataplex lake / zone / asset.