google-apis-dlp_v2 0.35.0 → 0.36.0

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: 54d6c8411f37e5c8f389c5dc73057be489b5e1d72815e24b830f98bc3dffe820
4
- data.tar.gz: 79e536e0c501895303a2ff111d2a224fdb406622af251bf632def3349ba43fd9
3
+ metadata.gz: 2914b8e518591d43570e399d507a7c6e78a60537d8aa5981773382f38c62bbc8
4
+ data.tar.gz: bf7d3fd064bac205ce49941ab5815e981ee5028e0cc9f1222caaf8a02482e473
5
5
  SHA512:
6
- metadata.gz: 671eba9e147891a2098c5e73bddd08c46e289304d13125eb5280cffb40f071ff16ad0b1689e6e124016eab226f810f42ba150b49e413f779a85036799d94e720
7
- data.tar.gz: 636a3d3d1f28d6372906bd14fdbf1bba1b3f2d058cd12381424becce9f4572dfd07c960e25034d135e609784693bc1bb1bdd58f591c41dc60f1b04d865443e85
6
+ metadata.gz: a376ec209730c4ccba01799ff5ae9e5bf5fabe11e5f578f124f934a4bc50ee22bd6ba60589c3d1961f1b53ae86d7675c38a160bab495957a3bb1c9e3d118fa1b
7
+ data.tar.gz: 54f8f4b3714c3cb184e5019d04c0d2922db10fc154b151330aa8332ed22269a176bb2a9e8f74a1b18dfa99808abd8546f97df1f66984011b4762bc906dcefc62
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-dlp_v2
2
2
 
3
+ ### v0.36.0 (2022-10-20)
4
+
5
+ * Regenerated from discovery document revision 20221017
6
+ * Regenerated using generator version 0.11.0
7
+
3
8
  ### v0.35.0 (2022-10-12)
4
9
 
5
10
  * Regenerated from discovery document revision 20221001
@@ -1060,7 +1060,7 @@ module Google
1060
1060
  end
1061
1061
  end
1062
1062
 
1063
- # Container structure for the content to inspect.
1063
+ #
1064
1064
  class GooglePrivacyDlpV2ContentItem
1065
1065
  include Google::Apis::Core::Hashable
1066
1066
 
@@ -2075,7 +2075,7 @@ module Google
2075
2075
  # @return [String]
2076
2076
  attr_accessor :inspect_template_name
2077
2077
 
2078
- # Container structure for the content to inspect.
2078
+ # The item to de-identify. Will be treated as text.
2079
2079
  # Corresponds to the JSON property `item`
2080
2080
  # @return [Google::Apis::DlpV2::GooglePrivacyDlpV2ContentItem]
2081
2081
  attr_accessor :item
@@ -2104,7 +2104,7 @@ module Google
2104
2104
  class GooglePrivacyDlpV2DeidentifyContentResponse
2105
2105
  include Google::Apis::Core::Hashable
2106
2106
 
2107
- # Container structure for the content to inspect.
2107
+ # The de-identified item.
2108
2108
  # Corresponds to the JSON property `item`
2109
2109
  # @return [Google::Apis::DlpV2::GooglePrivacyDlpV2ContentItem]
2110
2110
  attr_accessor :item
@@ -3019,7 +3019,7 @@ module Google
3019
3019
  # @return [Google::Apis::DlpV2::GooglePrivacyDlpV2HybridFindingDetails]
3020
3020
  attr_accessor :finding_details
3021
3021
 
3022
- # Container structure for the content to inspect.
3022
+ # The item to inspect.
3023
3023
  # Corresponds to the JSON property `item`
3024
3024
  # @return [Google::Apis::DlpV2::GooglePrivacyDlpV2ContentItem]
3025
3025
  attr_accessor :item
@@ -3342,7 +3342,7 @@ module Google
3342
3342
  # CustomInfoType, or one of the names listed at https://cloud.google.com/dlp/
3343
3343
  # docs/infotypes-reference when specifying a built-in type. When sending Cloud
3344
3344
  # DLP results to Data Catalog, infoType names should conform to the pattern `[A-
3345
- # Za-z0-9$-_]`1,64``.
3345
+ # Za-z0-9$_-]`1,64``.
3346
3346
  # Corresponds to the JSON property `name`
3347
3347
  # @return [String]
3348
3348
  attr_accessor :name
@@ -3421,6 +3421,12 @@ module Google
3421
3421
  # @return [String]
3422
3422
  attr_accessor :name
3423
3423
 
3424
+ # Score is a summary of all elements in the data profile. A higher number means
3425
+ # more sensitive.
3426
+ # Corresponds to the JSON property `sensitivityScore`
3427
+ # @return [Google::Apis::DlpV2::GooglePrivacyDlpV2SensitivityScore]
3428
+ attr_accessor :sensitivity_score
3429
+
3424
3430
  # Which parts of the API supports this InfoType.
3425
3431
  # Corresponds to the JSON property `supportedBy`
3426
3432
  # @return [Array<String>]
@@ -3441,6 +3447,7 @@ module Google
3441
3447
  @description = args[:description] if args.key?(:description)
3442
3448
  @display_name = args[:display_name] if args.key?(:display_name)
3443
3449
  @name = args[:name] if args.key?(:name)
3450
+ @sensitivity_score = args[:sensitivity_score] if args.key?(:sensitivity_score)
3444
3451
  @supported_by = args[:supported_by] if args.key?(:supported_by)
3445
3452
  @versions = args[:versions] if args.key?(:versions)
3446
3453
  end
@@ -3671,7 +3678,7 @@ module Google
3671
3678
  # @return [String]
3672
3679
  attr_accessor :inspect_template_name
3673
3680
 
3674
- # Container structure for the content to inspect.
3681
+ # The item to inspect.
3675
3682
  # Corresponds to the JSON property `item`
3676
3683
  # @return [Google::Apis::DlpV2::GooglePrivacyDlpV2ContentItem]
3677
3684
  attr_accessor :item
@@ -5865,7 +5872,7 @@ module Google
5865
5872
  # @return [String]
5866
5873
  attr_accessor :inspect_template_name
5867
5874
 
5868
- # Container structure for the content to inspect.
5875
+ # The item to re-identify. Will be treated as text.
5869
5876
  # Corresponds to the JSON property `item`
5870
5877
  # @return [Google::Apis::DlpV2::GooglePrivacyDlpV2ContentItem]
5871
5878
  attr_accessor :item
@@ -5909,7 +5916,7 @@ module Google
5909
5916
  class GooglePrivacyDlpV2ReidentifyContentResponse
5910
5917
  include Google::Apis::Core::Hashable
5911
5918
 
5912
- # Container structure for the content to inspect.
5919
+ # The re-identified item.
5913
5920
  # Corresponds to the JSON property `item`
5914
5921
  # @return [Google::Apis::DlpV2::GooglePrivacyDlpV2ContentItem]
5915
5922
  attr_accessor :item
@@ -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.35.0"
19
+ GEM_VERSION = "0.36.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.10.0"
22
+ GENERATOR_VERSION = "0.11.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20221001"
25
+ REVISION = "20221017"
26
26
  end
27
27
  end
28
28
  end
@@ -2338,6 +2338,8 @@ module Google
2338
2338
  property :description, as: 'description'
2339
2339
  property :display_name, as: 'displayName'
2340
2340
  property :name, as: 'name'
2341
+ property :sensitivity_score, as: 'sensitivityScore', class: Google::Apis::DlpV2::GooglePrivacyDlpV2SensitivityScore, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2SensitivityScore::Representation
2342
+
2341
2343
  collection :supported_by, as: 'supportedBy'
2342
2344
  collection :versions, as: 'versions', class: Google::Apis::DlpV2::GooglePrivacyDlpV2VersionDescription, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2VersionDescription::Representation
2343
2345
 
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.35.0
4
+ version: 0.36.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: 2022-10-17 00:00:00.000000000 Z
11
+ date: 2022-10-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.9.0
19
+ version: 0.9.1
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.9.0
29
+ version: 0.9.1
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.35.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dlp_v2/v0.36.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: []