google-cloud-dlp-v2 1.12.0 → 1.12.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: edc292dd0c26f78e8aaaef21f162fa61dcabada2aad80e9390cfe57831422ba2
|
4
|
+
data.tar.gz: fb8eeb3e7319d88a5313e50d615101b20703d0f9049e9f02ac1279f6c63a3701
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d8f2f6413511781d42808b566e804122fa3e9c476c671bb83740b5286323bd0d3dad6eab8f31e99cb244faac290f197a346e003a0706b14ab10e21818073442c
|
7
|
+
data.tar.gz: a4a7ec7b59ce55bc5a0c40aae71a3e9a15c37dc193875d6d4c22c1bace41d01b95d87a8d89abb69ceae5bdbb897980c39ac6ebebe6c077e9e05719d67e8b20b4
|
@@ -3315,12 +3315,12 @@ module Google
|
|
3315
3315
|
# @param inspect_job [::Google::Cloud::Dlp::V2::InspectJobConfig, ::Hash]
|
3316
3316
|
# An inspection job scans a storage repository for InfoTypes.
|
3317
3317
|
#
|
3318
|
-
# Note: The following
|
3318
|
+
# Note: The following parameters are mutually exclusive: `inspect_job`, `risk_job`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
3319
3319
|
# @param risk_job [::Google::Cloud::Dlp::V2::RiskAnalysisJobConfig, ::Hash]
|
3320
3320
|
# A risk analysis job calculates re-identification risk metrics for a
|
3321
3321
|
# BigQuery table.
|
3322
3322
|
#
|
3323
|
-
# Note: The following
|
3323
|
+
# Note: The following parameters are mutually exclusive: `risk_job`, `inspect_job`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
3324
3324
|
# @param job_id [::String]
|
3325
3325
|
# The job id can contain uppercase and lowercase letters,
|
3326
3326
|
# numbers, and hyphens; that is, it must match the regular
|
@@ -3127,12 +3127,12 @@ module Google
|
|
3127
3127
|
# @param inspect_job [::Google::Cloud::Dlp::V2::InspectJobConfig, ::Hash]
|
3128
3128
|
# An inspection job scans a storage repository for InfoTypes.
|
3129
3129
|
#
|
3130
|
-
# Note: The following
|
3130
|
+
# Note: The following parameters are mutually exclusive: `inspect_job`, `risk_job`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
3131
3131
|
# @param risk_job [::Google::Cloud::Dlp::V2::RiskAnalysisJobConfig, ::Hash]
|
3132
3132
|
# A risk analysis job calculates re-identification risk metrics for a
|
3133
3133
|
# BigQuery table.
|
3134
3134
|
#
|
3135
|
-
# Note: The following
|
3135
|
+
# Note: The following parameters are mutually exclusive: `risk_job`, `inspect_job`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
3136
3136
|
# @param job_id [::String]
|
3137
3137
|
# The job id can contain uppercase and lowercase letters,
|
3138
3138
|
# numbers, and hyphens; that is, it must match the regular
|