Dataplex V1 API - Class Google::Cloud::Dataplex::V1::DataDiscoverySpec::BigQueryPublishingConfig (v1.1.0)

Reference documentation and code samples for the Dataplex V1 API class Google::Cloud::Dataplex::V1::DataDiscoverySpec::BigQueryPublishingConfig.

Describes BigQuery publishing configurations.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#connection

def connection() -> ::String
Returns
  • (::String) — Optional. The BigQuery connection used to create BigLake tables. Must be in the form projects/{project_id}/locations/{location_id}/connections/{connection_id}

#connection=

def connection=(value) -> ::String
Parameter
  • value (::String) — Optional. The BigQuery connection used to create BigLake tables. Must be in the form projects/{project_id}/locations/{location_id}/connections/{connection_id}
Returns
  • (::String) — Optional. The BigQuery connection used to create BigLake tables. Must be in the form projects/{project_id}/locations/{location_id}/connections/{connection_id}

#table_type

def table_type() -> ::Google::Cloud::Dataplex::V1::DataDiscoverySpec::BigQueryPublishingConfig::TableType
Returns

#table_type=

def table_type=(value) -> ::Google::Cloud::Dataplex::V1::DataDiscoverySpec::BigQueryPublishingConfig::TableType
Parameter
Returns