public interface DiscoveryTargetOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
BigQueryDiscoveryTargetOrBuilder |
|
getTargetCase()
public abstract DiscoveryTarget.TargetCase getTargetCase()| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
boolean |
Whether the bigQueryTarget field is set. |