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
- (::Google::Cloud::Dataplex::V1::DataDiscoverySpec::BigQueryPublishingConfig::TableType) — Optional. Determines whether to publish discovered tables as BigLake external tables or non-BigLake external tables.
#table_type=
def table_type=(value) -> ::Google::Cloud::Dataplex::V1::DataDiscoverySpec::BigQueryPublishingConfig::TableType
Parameter
- value (::Google::Cloud::Dataplex::V1::DataDiscoverySpec::BigQueryPublishingConfig::TableType) — Optional. Determines whether to publish discovered tables as BigLake external tables or non-BigLake external tables.
Returns
- (::Google::Cloud::Dataplex::V1::DataDiscoverySpec::BigQueryPublishingConfig::TableType) — Optional. Determines whether to publish discovered tables as BigLake external tables or non-BigLake external tables.