Interface TransformationDetailsStorageConfigOrBuilder (3.7.2)

public interface TransformationDetailsStorageConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getTable()

public abstract BigQueryTable getTable()

The BigQuery table in which to store the output. This may be an existing table or in a new table in an existing dataset. If table_id is not set a new one will be generated for you with the following format: dlp_googleapis_transformation_details_yyyy_mm_dd_[dlp_job_id]. Pacific time zone will be used for generating the date details.

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

Returns
TypeDescription
BigQueryTable

The table.

getTableOrBuilder()

public abstract BigQueryTableOrBuilder getTableOrBuilder()

The BigQuery table in which to store the output. This may be an existing table or in a new table in an existing dataset. If table_id is not set a new one will be generated for you with the following format: dlp_googleapis_transformation_details_yyyy_mm_dd_[dlp_job_id]. Pacific time zone will be used for generating the date details.

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

Returns
TypeDescription
BigQueryTableOrBuilder

getTypeCase()

public abstract TransformationDetailsStorageConfig.TypeCase getTypeCase()
Returns
TypeDescription
TransformationDetailsStorageConfig.TypeCase

hasTable()

public abstract boolean hasTable()

The BigQuery table in which to store the output. This may be an existing table or in a new table in an existing dataset. If table_id is not set a new one will be generated for you with the following format: dlp_googleapis_transformation_details_yyyy_mm_dd_[dlp_job_id]. Pacific time zone will be used for generating the date details.

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

Returns
TypeDescription
boolean

Whether the table field is set.