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 \ DataDiscoverySpecMethods
__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 |
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 |