Interface DataProfileAction.ExportOrBuilder (3.49.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 new rows in BigQuery. Data is inserted using streaming insert and so data may be in the buffer for a period of time after the profile has finished. The Pub/Sub notification is sent before the streaming buffer is guaranteed to be written, so data may not be instantly visible to queries by the time your topic receives the Pub/Sub notification.

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

Returns
Type Description
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 new rows in BigQuery. Data is inserted using streaming insert and so data may be in the buffer for a period of time after the profile has finished. The Pub/Sub notification is sent before the streaming buffer is guaranteed to be written, so data may not be instantly visible to queries by the time your topic receives the Pub/Sub notification.

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

Returns
Type Description
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 new rows in BigQuery. Data is inserted using streaming insert and so data may be in the buffer for a period of time after the profile has finished. The Pub/Sub notification is sent before the streaming buffer is guaranteed to be written, so data may not be instantly visible to queries by the time your topic receives the Pub/Sub notification.

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

Returns
Type Description
boolean

Whether the profileTable field is set.