google-apis-dlp_v2 0.34.0 → 0.36.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: 988de780d2be4cc0cf17fbb04130579d9ee9d759967b40135199f42a8c0cf697
4
- data.tar.gz: cf4d93bc942128f9986e2ba2c1e0b62277be53d14f734f09f6996765bee964de
3
+ metadata.gz: 2914b8e518591d43570e399d507a7c6e78a60537d8aa5981773382f38c62bbc8
4
+ data.tar.gz: bf7d3fd064bac205ce49941ab5815e981ee5028e0cc9f1222caaf8a02482e473
5
5
  SHA512:
6
- metadata.gz: 74d18b9b54b66e232416296271ca80f49a0c12ff680bb52ed2940e070c09e116b1fbe1637c2aac49fe336a4234b4b694956d587eb99c952115d5fe350583620a
7
- data.tar.gz: d73bca8ca6ce4aea9f358745af8bb680e7c79e11db6fea569e6ad9b9992b3d317a0c6519248de3becb6a7a92405ae5eed9a44ea250fbd209bb023469e4ab8dfe
6
+ metadata.gz: a376ec209730c4ccba01799ff5ae9e5bf5fabe11e5f578f124f934a4bc50ee22bd6ba60589c3d1961f1b53ae86d7675c38a160bab495957a3bb1c9e3d118fa1b
7
+ data.tar.gz: 54f8f4b3714c3cb184e5019d04c0d2922db10fc154b151330aa8332ed22269a176bb2a9e8f74a1b18dfa99808abd8546f97df1f66984011b4762bc906dcefc62
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
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
+
8
+ ### v0.35.0 (2022-10-12)
9
+
10
+ * Regenerated from discovery document revision 20221001
11
+
3
12
  ### v0.34.0 (2022-09-21)
4
13
 
5
14
  * Regenerated using generator version 0.10.0
@@ -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
@@ -3501,6 +3508,11 @@ module Google
3501
3508
  class GooglePrivacyDlpV2InfoTypeSummary
3502
3509
  include Google::Apis::Core::Hashable
3503
3510
 
3511
+ # Not populated for predicted infotypes.
3512
+ # Corresponds to the JSON property `estimatedPrevalence`
3513
+ # @return [Fixnum]
3514
+ attr_accessor :estimated_prevalence
3515
+
3504
3516
  # Type of information detected by the API.
3505
3517
  # Corresponds to the JSON property `infoType`
3506
3518
  # @return [Google::Apis::DlpV2::GooglePrivacyDlpV2InfoType]
@@ -3512,6 +3524,7 @@ module Google
3512
3524
 
3513
3525
  # Update properties of this object
3514
3526
  def update!(**args)
3527
+ @estimated_prevalence = args[:estimated_prevalence] if args.key?(:estimated_prevalence)
3515
3528
  @info_type = args[:info_type] if args.key?(:info_type)
3516
3529
  end
3517
3530
  end
@@ -3665,7 +3678,7 @@ module Google
3665
3678
  # @return [String]
3666
3679
  attr_accessor :inspect_template_name
3667
3680
 
3668
- # Container structure for the content to inspect.
3681
+ # The item to inspect.
3669
3682
  # Corresponds to the JSON property `item`
3670
3683
  # @return [Google::Apis::DlpV2::GooglePrivacyDlpV2ContentItem]
3671
3684
  attr_accessor :item
@@ -5859,7 +5872,7 @@ module Google
5859
5872
  # @return [String]
5860
5873
  attr_accessor :inspect_template_name
5861
5874
 
5862
- # Container structure for the content to inspect.
5875
+ # The item to re-identify. Will be treated as text.
5863
5876
  # Corresponds to the JSON property `item`
5864
5877
  # @return [Google::Apis::DlpV2::GooglePrivacyDlpV2ContentItem]
5865
5878
  attr_accessor :item
@@ -5903,7 +5916,7 @@ module Google
5903
5916
  class GooglePrivacyDlpV2ReidentifyContentResponse
5904
5917
  include Google::Apis::Core::Hashable
5905
5918
 
5906
- # Container structure for the content to inspect.
5919
+ # The re-identified item.
5907
5920
  # Corresponds to the JSON property `item`
5908
5921
  # @return [Google::Apis::DlpV2::GooglePrivacyDlpV2ContentItem]
5909
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.34.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 = "20220910"
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
 
@@ -2365,6 +2367,7 @@ module Google
2365
2367
  class GooglePrivacyDlpV2InfoTypeSummary
2366
2368
  # @private
2367
2369
  class Representation < Google::Apis::Core::JsonRepresentation
2370
+ property :estimated_prevalence, as: 'estimatedPrevalence'
2368
2371
  property :info_type, as: 'infoType', class: Google::Apis::DlpV2::GooglePrivacyDlpV2InfoType, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2InfoType::Representation
2369
2372
 
2370
2373
  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.34.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-09-26 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.34.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: []