google_api_dlp v0.9.0 GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2BigQueryOptions View Source
Options defining BigQuery table and row identifiers.
Attributes
- excludedFields ([GooglePrivacyDlpV2FieldId]): References to fields excluded from scanning. This allows you to skip inspection of entire columns which you know have no findings. Defaults to:
null. - identifyingFields ([GooglePrivacyDlpV2FieldId]): References to fields uniquely identifying rows within the table. Nested fields in the format, like `person.birthdate.year`, are allowed. Defaults to:
null. - rowsLimit (String.t): 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. Defaults to:
null. - rowsLimitPercent (integer()): 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. Defaults to:
null. sampleMethod (String.t): Defaults to:
null.- Enum - one of [SAMPLE_METHOD_UNSPECIFIED, TOP, RANDOM_START]
- tableReference (GooglePrivacyDlpV2BigQueryTable): Complete BigQuery table reference. Defaults to:
null.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2BigQueryOptions{
excludedFields: [GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2FieldId.t()],
identifyingFields: [GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2FieldId.t()],
rowsLimit: any(),
rowsLimitPercent: any(),
sampleMethod: any(),
tableReference: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2BigQueryTable.t()
}
t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2BigQueryOptions{
excludedFields: [GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2FieldId.t()],
identifyingFields: [GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2FieldId.t()],
rowsLimit: any(),
rowsLimitPercent: any(),
sampleMethod: any(),
tableReference: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2BigQueryTable.t()
}
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.