google-apis-dlp_v2 0.42.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: 781731e4a910190f16951dca05832dcb9e4e704e3aa685a6946293a4f48ead52
4
- data.tar.gz: 64646e3a45c22a933765077f9500ffbaa3a10a0fc0b93016d58122272a23a4b3
3
+ metadata.gz: e9b149bf63ee15bdccfcb9626280567c7cccf37f16994b6ef4481f0b5e795ca9
4
+ data.tar.gz: f7aa0d7db036a3384ec89e5d67b67322ff2977d9c81f704312fea6c12c2265ef
5
5
  SHA512:
6
- metadata.gz: 8867e4bf770e8251fe48bc550731449be54bbcb7fcb6a60b09f7960b818189cbd36a9c251ed0c7cb886cbe6f9a2ebbc4228c91b40a1c25dc0b75c3d6bc25f5d1
7
- data.tar.gz: 41df2c042871d4dd89b2df7c7f11f7dee3c462efaf0c082be02cef5729aac4eee73727b6b70ec76b57174bf657f0e81b164c83d553f3d994144028be722a25f8
6
+ metadata.gz: b182d8c16117dc87582f15bb74c8f1e4b91c6b8a9ddc99ffeee839e603be182317038f93fad82881bb247bdb42c15a46f12fc62cc55396f35ea2ba6d08ae0953
7
+ data.tar.gz: 308fb1451c6cb2d645868714cd7912238552f3e0a67a3030a6f314439b67f8e288f788b7027f7ed1d8d9688348a566235a1a7d0ff62c83ff8153369f7f8a9507
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
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
+
7
+ ### v0.43.0 (2023-05-07)
8
+
9
+ * Regenerated from discovery document revision 20230428
10
+
3
11
  ### v0.42.0 (2023-04-16)
4
12
 
5
13
  * Regenerated from discovery document revision 20230402
@@ -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,6 +1590,12 @@ module Google
1590
1590
  # @return [Google::Apis::DlpV2::GooglePrivacyDlpV2Regex]
1591
1591
  attr_accessor :regex
1592
1592
 
1593
+ # Score is calculated from of all elements in the data profile. A higher level
1594
+ # means the data is more sensitive.
1595
+ # Corresponds to the JSON property `sensitivityScore`
1596
+ # @return [Google::Apis::DlpV2::GooglePrivacyDlpV2SensitivityScore]
1597
+ attr_accessor :sensitivity_score
1598
+
1593
1599
  # A reference to a StoredInfoType to use with scanning.
1594
1600
  # Corresponds to the JSON property `storedType`
1595
1601
  # @return [Google::Apis::DlpV2::GooglePrivacyDlpV2StoredType]
@@ -1618,6 +1624,7 @@ module Google
1618
1624
  @info_type = args[:info_type] if args.key?(:info_type)
1619
1625
  @likelihood = args[:likelihood] if args.key?(:likelihood)
1620
1626
  @regex = args[:regex] if args.key?(:regex)
1627
+ @sensitivity_score = args[:sensitivity_score] if args.key?(:sensitivity_score)
1621
1628
  @stored_type = args[:stored_type] if args.key?(:stored_type)
1622
1629
  @surrogate_type = args[:surrogate_type] if args.key?(:surrogate_type)
1623
1630
  end
@@ -2145,7 +2152,7 @@ module Google
2145
2152
  end
2146
2153
  end
2147
2154
 
2148
- # The results of a Deidentify action from an Inspect job.
2155
+ # The results of a Deidentify action from an inspect job.
2149
2156
  class GooglePrivacyDlpV2DeidentifyDataSourceDetails
2150
2157
  include Google::Apis::Core::Hashable
2151
2158
 
@@ -3470,6 +3477,12 @@ module Google
3470
3477
  # @return [String]
3471
3478
  attr_accessor :name
3472
3479
 
3480
+ # Score is calculated from of all elements in the data profile. A higher level
3481
+ # means the data is more sensitive.
3482
+ # Corresponds to the JSON property `sensitivityScore`
3483
+ # @return [Google::Apis::DlpV2::GooglePrivacyDlpV2SensitivityScore]
3484
+ attr_accessor :sensitivity_score
3485
+
3473
3486
  # Optional version name for this InfoType.
3474
3487
  # Corresponds to the JSON property `version`
3475
3488
  # @return [String]
@@ -3482,6 +3495,7 @@ module Google
3482
3495
  # Update properties of this object
3483
3496
  def update!(**args)
3484
3497
  @name = args[:name] if args.key?(:name)
3498
+ @sensitivity_score = args[:sensitivity_score] if args.key?(:sensitivity_score)
3485
3499
  @version = args[:version] if args.key?(:version)
3486
3500
  end
3487
3501
  end
@@ -3544,8 +3558,8 @@ module Google
3544
3558
  # @return [String]
3545
3559
  attr_accessor :name
3546
3560
 
3547
- # Score is a summary of all elements in the data profile. A higher number means
3548
- # more sensitive.
3561
+ # Score is calculated from of all elements in the data profile. A higher level
3562
+ # means the data is more sensitive.
3549
3563
  # Corresponds to the JSON property `sensitivityScore`
3550
3564
  # @return [Google::Apis::DlpV2::GooglePrivacyDlpV2SensitivityScore]
3551
3565
  attr_accessor :sensitivity_score
@@ -6353,12 +6367,12 @@ module Google
6353
6367
  end
6354
6368
  end
6355
6369
 
6356
- # Score is a summary of all elements in the data profile. A higher number means
6357
- # more sensitive.
6370
+ # Score is calculated from of all elements in the data profile. A higher level
6371
+ # means the data is more sensitive.
6358
6372
  class GooglePrivacyDlpV2SensitivityScore
6359
6373
  include Google::Apis::Core::Hashable
6360
6374
 
6361
- # The score applied to the resource.
6375
+ # The sensitivity score applied to the resource.
6362
6376
  # Corresponds to the JSON property `score`
6363
6377
  # @return [String]
6364
6378
  attr_accessor :score
@@ -6788,7 +6802,7 @@ module Google
6788
6802
  # @return [String]
6789
6803
  attr_accessor :dataset_location
6790
6804
 
6791
- # The GCP project ID that owns the BigQuery dataset.
6805
+ # The Google Cloud project ID that owns the BigQuery dataset.
6792
6806
  # Corresponds to the JSON property `datasetProjectId`
6793
6807
  # @return [String]
6794
6808
  attr_accessor :dataset_project_id
@@ -6871,8 +6885,8 @@ module Google
6871
6885
  # @return [Fixnum]
6872
6886
  attr_accessor :scanned_column_count
6873
6887
 
6874
- # Score is a summary of all elements in the data profile. A higher number means
6875
- # more sensitive.
6888
+ # Score is calculated from of all elements in the data profile. A higher level
6889
+ # means the data is more sensitive.
6876
6890
  # Corresponds to the JSON property `sensitivityScore`
6877
6891
  # @return [Google::Apis::DlpV2::GooglePrivacyDlpV2SensitivityScore]
6878
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.42.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 = "20230402"
25
+ REVISION = "20230514"
26
26
  end
27
27
  end
28
28
  end
@@ -1837,6 +1837,8 @@ module Google
1837
1837
  property :likelihood, as: 'likelihood'
1838
1838
  property :regex, as: 'regex', class: Google::Apis::DlpV2::GooglePrivacyDlpV2Regex, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2Regex::Representation
1839
1839
 
1840
+ property :sensitivity_score, as: 'sensitivityScore', class: Google::Apis::DlpV2::GooglePrivacyDlpV2SensitivityScore, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2SensitivityScore::Representation
1841
+
1840
1842
  property :stored_type, as: 'storedType', class: Google::Apis::DlpV2::GooglePrivacyDlpV2StoredType, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2StoredType::Representation
1841
1843
 
1842
1844
  property :surrogate_type, as: 'surrogateType', class: Google::Apis::DlpV2::GooglePrivacyDlpV2SurrogateType, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2SurrogateType::Representation
@@ -2388,6 +2390,8 @@ module Google
2388
2390
  # @private
2389
2391
  class Representation < Google::Apis::Core::JsonRepresentation
2390
2392
  property :name, as: 'name'
2393
+ property :sensitivity_score, as: 'sensitivityScore', class: Google::Apis::DlpV2::GooglePrivacyDlpV2SensitivityScore, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2SensitivityScore::Representation
2394
+
2391
2395
  property :version, as: 'version'
2392
2396
  end
2393
2397
  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.42.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-04-23 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.42.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: []