Interface DataDiscoverySpec.BigQueryPublishingConfigOrBuilder (1.52.0)

public static interface DataDiscoverySpec.BigQueryPublishingConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getConnection()

public abstract String getConnection()

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

string connection = 3 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The connection.

getConnectionBytes()

public abstract ByteString getConnectionBytes()

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

string connection = 3 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for connection.

getTableType()

public abstract DataDiscoverySpec.BigQueryPublishingConfig.TableType getTableType()

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

.google.cloud.dataplex.v1.DataDiscoverySpec.BigQueryPublishingConfig.TableType table_type = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
DataDiscoverySpec.BigQueryPublishingConfig.TableType

The tableType.

getTableTypeValue()

public abstract int getTableTypeValue()

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

.google.cloud.dataplex.v1.DataDiscoverySpec.BigQueryPublishingConfig.TableType table_type = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

The enum numeric value on the wire for tableType.