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: 49aa2f4adf12a6cdf329b046e6a9161a14750f5fb57814184a8118ba0e70953d
4
- data.tar.gz: 21aa433778c55e1eda46e4e3ff9beb11d1441732a9e83900048581d6ab46dff7
3
+ metadata.gz: edc292dd0c26f78e8aaaef21f162fa61dcabada2aad80e9390cfe57831422ba2
4
+ data.tar.gz: fb8eeb3e7319d88a5313e50d615101b20703d0f9049e9f02ac1279f6c63a3701
5
5
  SHA512:
6
- metadata.gz: 7e211b6de9c26e659bfa5c1c2b09ea23bc6d9c7398dfccf50ed0a8e04d04f35843b79ab9fcb821aae319cc6d93dd41f812974fda4ffbb634862c82b7d2fdc677
7
- data.tar.gz: 25a375dbd38723e3727030f1fbcc189877941b35ddcd8e201d6f6bdbd887ead1a0ae940199c8861eb41312d18fef774fa44745e8e0fffb23ee6221d6b87d5188
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 fields are mutually exclusive: `inspect_job`, `risk_job`. If a field in that set is populated, all other fields in the set will automatically be cleared.
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 fields are mutually exclusive: `risk_job`, `inspect_job`. If a field in that set is populated, all other fields in the set will automatically be cleared.
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 fields are mutually exclusive: `inspect_job`, `risk_job`. If a field in that set is populated, all other fields in the set will automatically be cleared.
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 fields are mutually exclusive: `risk_job`, `inspect_job`. If a field in that set is populated, all other fields in the set will automatically be cleared.
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
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Dlp
23
23
  module V2
24
- VERSION = "1.12.0"
24
+ VERSION = "1.12.1"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-dlp-v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.12.0
4
+ version: 1.12.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC