Google Privacy Dlp V2Big Query Options Response
data class GooglePrivacyDlpV2BigQueryOptionsResponse(val excludedFields: List<GooglePrivacyDlpV2FieldIdResponse>, val identifyingFields: List<GooglePrivacyDlpV2FieldIdResponse>, val includedFields: List<GooglePrivacyDlpV2FieldIdResponse>, val rowsLimit: String, val rowsLimitPercent: Int, val sampleMethod: String, val tableReference: GooglePrivacyDlpV2BigQueryTableResponse)
Options defining BigQuery table and row identifiers.
Constructors
Link copied to clipboard
fun GooglePrivacyDlpV2BigQueryOptionsResponse(excludedFields: List<GooglePrivacyDlpV2FieldIdResponse>, identifyingFields: List<GooglePrivacyDlpV2FieldIdResponse>, includedFields: List<GooglePrivacyDlpV2FieldIdResponse>, rowsLimit: String, rowsLimitPercent: Int, sampleMethod: String, tableReference: GooglePrivacyDlpV2BigQueryTableResponse)
Types
Properties
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
Link copied to clipboard
Link copied to clipboard