GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2BigQueryOptions (google_api_dlp v0.41.0) View Source
Options defining BigQuery table and row identifiers.
Attributes
-
excludedFields
(type:list(GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2FieldId.t)
, default:nil
) - References to fields excluded from scanning. This allows you to skip inspection of entire columns which you know have no findings. -
identifyingFields
(type:list(GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2FieldId.t)
, default:nil
) - Table fields that may uniquely identify a row within the table. Whenactions.saveFindings.outputConfig.table
is specified, the values of columns specified here are available in the output table underlocation.content_locations.record_location.record_key.id_values
. Nested fields such asperson.birthdate.year
are allowed. -
rowsLimit
(type:String.t
, default:nil
) - 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. -
rowsLimitPercent
(type:integer()
, default:nil
) - 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. -
sampleMethod
(type:String.t
, default:nil
) - -
tableReference
(type:GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2BigQueryTable.t
, default:nil
) - Complete BigQuery table reference.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2BigQueryOptions{ excludedFields: [GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2FieldId.t()] | nil, identifyingFields: [GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2FieldId.t()] | nil, rowsLimit: String.t() | nil, rowsLimitPercent: integer() | nil, sampleMethod: String.t() | nil, tableReference: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2BigQueryTable.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.