google-apis-dlp_v2 0.43.0 → 0.44.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6ac96733ab15c5ea9530d121ffd669307f84969bb01e8dc60bb394785870fce5
4
- data.tar.gz: deb041a517c0fcb70f413cc080e3ea3fa555840035fa8341d924d70022db9246
3
+ metadata.gz: e9b149bf63ee15bdccfcb9626280567c7cccf37f16994b6ef4481f0b5e795ca9
4
+ data.tar.gz: f7aa0d7db036a3384ec89e5d67b67322ff2977d9c81f704312fea6c12c2265ef
5
5
  SHA512:
6
- metadata.gz: c54e1ea48dcdbf59d8353872db75290ea9615a5dc56a811e8e84e766265eb74b58829148fe23171c85d24f58be46a73c7f864445aed71110270c8b2e9301198a
7
- data.tar.gz: 4e133fc55d2ea3ce742e46ca0e4d5ee8bc8e549f355da10818fcbb2c05a224c5ff1cdc63d686d104db7c7ae95f0aa6aa6819159aa133f56d5bdd9900bad5b433
6
+ metadata.gz: b182d8c16117dc87582f15bb74c8f1e4b91c6b8a9ddc99ffeee839e603be182317038f93fad82881bb247bdb42c15a46f12fc62cc55396f35ea2ba6d08ae0953
7
+ data.tar.gz: 308fb1451c6cb2d645868714cd7912238552f3e0a67a3030a6f314439b67f8e288f788b7027f7ed1d8d9688348a566235a1a7d0ff62c83ff8153369f7f8a9507
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dlp_v2
2
2
 
3
+ ### v0.44.0 (2023-05-21)
4
+
5
+ * Regenerated from discovery document revision 20230514
6
+
3
7
  ### v0.43.0 (2023-05-07)
4
8
 
5
9
  * Regenerated from discovery document revision 20230428
@@ -119,7 +119,7 @@ module Google
119
119
  class GooglePrivacyDlpV2ActionDetails
120
120
  include Google::Apis::Core::Hashable
121
121
 
122
- # The results of a Deidentify action from an Inspect job.
122
+ # The results of a Deidentify action from an inspect job.
123
123
  # Corresponds to the JSON property `deidentifyDetails`
124
124
  # @return [Google::Apis::DlpV2::GooglePrivacyDlpV2DeidentifyDataSourceDetails]
125
125
  attr_accessor :deidentify_details
@@ -1590,8 +1590,8 @@ module Google
1590
1590
  # @return [Google::Apis::DlpV2::GooglePrivacyDlpV2Regex]
1591
1591
  attr_accessor :regex
1592
1592
 
1593
- # Score is a summary of all elements in the data profile. A higher number means
1594
- # more sensitive.
1593
+ # Score is calculated from of all elements in the data profile. A higher level
1594
+ # means the data is more sensitive.
1595
1595
  # Corresponds to the JSON property `sensitivityScore`
1596
1596
  # @return [Google::Apis::DlpV2::GooglePrivacyDlpV2SensitivityScore]
1597
1597
  attr_accessor :sensitivity_score
@@ -2152,7 +2152,7 @@ module Google
2152
2152
  end
2153
2153
  end
2154
2154
 
2155
- # The results of a Deidentify action from an Inspect job.
2155
+ # The results of a Deidentify action from an inspect job.
2156
2156
  class GooglePrivacyDlpV2DeidentifyDataSourceDetails
2157
2157
  include Google::Apis::Core::Hashable
2158
2158
 
@@ -3477,8 +3477,8 @@ module Google
3477
3477
  # @return [String]
3478
3478
  attr_accessor :name
3479
3479
 
3480
- # Score is a summary of all elements in the data profile. A higher number means
3481
- # more sensitive.
3480
+ # Score is calculated from of all elements in the data profile. A higher level
3481
+ # means the data is more sensitive.
3482
3482
  # Corresponds to the JSON property `sensitivityScore`
3483
3483
  # @return [Google::Apis::DlpV2::GooglePrivacyDlpV2SensitivityScore]
3484
3484
  attr_accessor :sensitivity_score
@@ -3558,8 +3558,8 @@ module Google
3558
3558
  # @return [String]
3559
3559
  attr_accessor :name
3560
3560
 
3561
- # Score is a summary of all elements in the data profile. A higher number means
3562
- # more sensitive.
3561
+ # Score is calculated from of all elements in the data profile. A higher level
3562
+ # means the data is more sensitive.
3563
3563
  # Corresponds to the JSON property `sensitivityScore`
3564
3564
  # @return [Google::Apis::DlpV2::GooglePrivacyDlpV2SensitivityScore]
3565
3565
  attr_accessor :sensitivity_score
@@ -6367,12 +6367,12 @@ module Google
6367
6367
  end
6368
6368
  end
6369
6369
 
6370
- # Score is a summary of all elements in the data profile. A higher number means
6371
- # more sensitive.
6370
+ # Score is calculated from of all elements in the data profile. A higher level
6371
+ # means the data is more sensitive.
6372
6372
  class GooglePrivacyDlpV2SensitivityScore
6373
6373
  include Google::Apis::Core::Hashable
6374
6374
 
6375
- # The score applied to the resource.
6375
+ # The sensitivity score applied to the resource.
6376
6376
  # Corresponds to the JSON property `score`
6377
6377
  # @return [String]
6378
6378
  attr_accessor :score
@@ -6802,7 +6802,7 @@ module Google
6802
6802
  # @return [String]
6803
6803
  attr_accessor :dataset_location
6804
6804
 
6805
- # The GCP project ID that owns the BigQuery dataset.
6805
+ # The Google Cloud project ID that owns the BigQuery dataset.
6806
6806
  # Corresponds to the JSON property `datasetProjectId`
6807
6807
  # @return [String]
6808
6808
  attr_accessor :dataset_project_id
@@ -6885,8 +6885,8 @@ module Google
6885
6885
  # @return [Fixnum]
6886
6886
  attr_accessor :scanned_column_count
6887
6887
 
6888
- # Score is a summary of all elements in the data profile. A higher number means
6889
- # more sensitive.
6888
+ # Score is calculated from of all elements in the data profile. A higher level
6889
+ # means the data is more sensitive.
6890
6890
  # Corresponds to the JSON property `sensitivityScore`
6891
6891
  # @return [Google::Apis::DlpV2::GooglePrivacyDlpV2SensitivityScore]
6892
6892
  attr_accessor :sensitivity_score
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DlpV2
18
18
  # Version of the google-apis-dlp_v2 gem
19
- GEM_VERSION = "0.43.0"
19
+ GEM_VERSION = "0.44.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230428"
25
+ REVISION = "20230514"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-dlp_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.43.0
4
+ version: 0.44.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-05-14 00:00:00.000000000 Z
11
+ date: 2023-05-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dlp_v2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-dlp_v2/v0.43.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dlp_v2/v0.44.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dlp_v2
63
63
  post_install_message:
64
64
  rdoc_options: []