Interface DiscoveryTargetOrBuilder (3.45.0)

public interface DiscoveryTargetOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBigQueryTarget()

public abstract BigQueryDiscoveryTarget getBigQueryTarget()

BigQuery target for Discovery. The first target to match a table will be the one applied.

.google.privacy.dlp.v2.BigQueryDiscoveryTarget big_query_target = 1;

Returns
TypeDescription
BigQueryDiscoveryTarget

The bigQueryTarget.

getBigQueryTargetOrBuilder()

public abstract BigQueryDiscoveryTargetOrBuilder getBigQueryTargetOrBuilder()

BigQuery target for Discovery. The first target to match a table will be the one applied.

.google.privacy.dlp.v2.BigQueryDiscoveryTarget big_query_target = 1;

Returns
TypeDescription
BigQueryDiscoveryTargetOrBuilder

getTargetCase()

public abstract DiscoveryTarget.TargetCase getTargetCase()
Returns
TypeDescription
DiscoveryTarget.TargetCase

hasBigQueryTarget()

public abstract boolean hasBigQueryTarget()

BigQuery target for Discovery. The first target to match a table will be the one applied.

.google.privacy.dlp.v2.BigQueryDiscoveryTarget big_query_target = 1;

Returns
TypeDescription
boolean

Whether the bigQueryTarget field is set.