Google Cloud Dataplex V1 Client - Class BigQueryPublishingConfig (1.3.0)

Reference documentation and code samples for the Google Cloud Dataplex V1 Client class BigQueryPublishingConfig.

Describes BigQuery publishing configurations.

Generated from protobuf message google.cloud.dataplex.v1.DataDiscoverySpec.BigQueryPublishingConfig

Namespace

Google \ Cloud \ Dataplex \ V1 \ DataDiscoverySpec

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ table_type int

Optional. Determines whether to publish discovered tables as BigLake external tables or non-BigLake external tables.

↳ connection string

Optional. The BigQuery connection used to create BigLake tables. Must be in the form projects/{project_id}/locations/{location_id}/connections/{connection_id}

getTableType

Optional. Determines whether to publish discovered tables as BigLake external tables or non-BigLake external tables.

Returns
Type Description
int

setTableType

Optional. Determines whether to publish discovered tables as BigLake external tables or non-BigLake external tables.

Parameter
Name Description
var int
Returns
Type Description
$this

getConnection

Optional. The BigQuery connection used to create BigLake tables.

Must be in the form projects/{project_id}/locations/{location_id}/connections/{connection_id}

Returns
Type Description
string

setConnection

Optional. The BigQuery connection used to create BigLake tables.

Must be in the form projects/{project_id}/locations/{location_id}/connections/{connection_id}

Parameter
Name Description
var string
Returns
Type Description
$this

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月08日 UTC.