GooglePrivacyDlpV2BigQueryOptionsArgs

data class GooglePrivacyDlpV2BigQueryOptionsArgs(val excludedFields: Output<List<GooglePrivacyDlpV2FieldIdArgs>>? = null, val identifyingFields: Output<List<GooglePrivacyDlpV2FieldIdArgs>>? = null, val includedFields: Output<List<GooglePrivacyDlpV2FieldIdArgs>>? = null, val rowsLimit: Output<String>? = null, val rowsLimitPercent: Output<Int>? = null, val sampleMethod: Output<GooglePrivacyDlpV2BigQueryOptionsSampleMethod>? = null, val tableReference: Output<GooglePrivacyDlpV2BigQueryTableArgs>? = null) : ConvertibleToJava<GooglePrivacyDlpV2BigQueryOptionsArgs>

Options defining BigQuery table and row identifiers.

Constructors

Link copied to clipboard
constructor(excludedFields: Output<List<GooglePrivacyDlpV2FieldIdArgs>>? = null, identifyingFields: Output<List<GooglePrivacyDlpV2FieldIdArgs>>? = null, includedFields: Output<List<GooglePrivacyDlpV2FieldIdArgs>>? = null, rowsLimit: Output<String>? = null, rowsLimitPercent: Output<Int>? = null, sampleMethod: Output<GooglePrivacyDlpV2BigQueryOptionsSampleMethod>? = null, tableReference: Output<GooglePrivacyDlpV2BigQueryTableArgs>? = null)

Properties

Link copied to clipboard

References to fields excluded from scanning. This allows you to skip inspection of entire columns which you know have no findings.

Link copied to clipboard

Table fields that may uniquely identify a row within the table. When actions.saveFindings.outputConfig.table is specified, the values of columns specified here are available in the output table under location.content_locations.record_location.record_key.id_values. Nested fields such as person.birthdate.year are allowed.

Link copied to clipboard

Limit scanning only to these fields.

Link copied to clipboard
val rowsLimit: Output<String>? = null

Max number of rows to scan. If the table has more rows than this value, the rest of the rows are omitted. If not set, or if set to 0, all rows will be scanned. Only one of rows_limit and rows_limit_percent can be specified. Cannot be used in conjunction with TimespanConfig.

Link copied to clipboard
val rowsLimitPercent: Output<Int>? = null

Max percentage of rows to scan. The rest are omitted. The number of rows scanned is rounded down. Must be between 0 and 100, inclusively. Both 0 and 100 means no limit. Defaults to 0. Only one of rows_limit and rows_limit_percent can be specified. Cannot be used in conjunction with TimespanConfig.

Link copied to clipboard
Link copied to clipboard

Complete BigQuery table reference.

Functions

Link copied to clipboard
open override fun toJava(): GooglePrivacyDlpV2BigQueryOptionsArgs