Interface DataProfileAction.ExportOrBuilder (3.4.0)

public static interface DataProfileAction.ExportOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getProfileTable()

public abstract BigQueryTable getProfileTable()

Store all table and column profiles in an existing table or a new table in an existing dataset. Each re-generation will result in a new row in BigQuery.

.google.privacy.dlp.v2.BigQueryTable profile_table = 1;

Returns
TypeDescription
BigQueryTable

The profileTable.

getProfileTableOrBuilder()

public abstract BigQueryTableOrBuilder getProfileTableOrBuilder()

Store all table and column profiles in an existing table or a new table in an existing dataset. Each re-generation will result in a new row in BigQuery.

.google.privacy.dlp.v2.BigQueryTable profile_table = 1;

Returns
TypeDescription
BigQueryTableOrBuilder

hasProfileTable()

public abstract boolean hasProfileTable()

Store all table and column profiles in an existing table or a new table in an existing dataset. Each re-generation will result in a new row in BigQuery.

.google.privacy.dlp.v2.BigQueryTable profile_table = 1;

Returns
TypeDescription
boolean

Whether the profileTable field is set.