Cloud Dataplex v1 API - Enum DataDiscoverySpec.Types.BigQueryPublishingConfig.Types.TableType (3.4.0)

public enum DataDiscoverySpec.Types.BigQueryPublishingConfig.Types.TableType

Reference documentation and code samples for the Cloud Dataplex v1 API enum DataDiscoverySpec.Types.BigQueryPublishingConfig.Types.TableType.

Determines how discovered tables are published.

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Fields

Name Description
Biglake

Discovered tables are published as BigLake external tables whose data is accessed using the credentials of the associated BigQuery connection.

External

Default. Discovered tables are published as BigQuery external tables whose data is accessed using the credentials of the user querying the table.

Unspecified

Table type unspecified.