google-apis-dlp_v2 0.50.0 → 0.52.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: da8c5c111db4a3a8a3b2df965b33e685ec4e4247ff08fda4446489977ac0022c
4
- data.tar.gz: d0838f712ffa2aed09bd88942233081094060e4d3297312c7c394859ad87cadd
3
+ metadata.gz: b4ac7cf2974d3e7931eda05512beb0c680b4135b57c853b080c309e47068adf7
4
+ data.tar.gz: 47bd65d007cdcf5350d4c837db6a7356817ec3a21fc474b45b4da2fb5ccce03e
5
5
  SHA512:
6
- metadata.gz: c2329d4b334fc5605929b59431f47fb96ce65cd2b4a2380c9128bf2ca1487f0f81ca67e80e68d9c0c200aa18b987e8f774ccc20f4e13027e38e188bcff7670f0
7
- data.tar.gz: 8158f6f966a542658da3d4f1ef1fad96f7eb2ccf70f919f0cb2d821db2cb6903dd2000fe05862763c986290848ffbc1a663c18280b3f57256ece92075a53c4cd
6
+ metadata.gz: f53c5ddce0a06480d6b62275d77a571cc36d2fc01e9d9241257d78c96fbe047538c2455bf79c81c4f7e280a4bc7e37261dd2d9344dfd47e468cccbdb6ebb0c80
7
+ data.tar.gz: ab324066ce87092d6faaa85b7210b0204bbc3aa9ca0efe116f8e5a4d3dec9ef82cfec3a86fe2007bafd4d8ab85fde5e85b42f44e1a70e3c0d2c07e7cca33c0d6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-dlp_v2
2
2
 
3
+ ### v0.52.0 (2023-10-15)
4
+
5
+ * Regenerated from discovery document revision 20231008
6
+
7
+ ### v0.51.0 (2023-10-08)
8
+
9
+ * Regenerated from discovery document revision 20231001
10
+
3
11
  ### v0.50.0 (2023-09-24)
4
12
 
5
13
  * Regenerated from discovery document revision 20230917
@@ -346,7 +346,7 @@ module Google
346
346
  # References to fields excluded from scanning. This allows you to skip
347
347
  # inspection of entire columns which you know have no findings. When inspecting
348
348
  # a table, we recommend that you inspect all columns. Otherwise, findings might
349
- # be impacted because hints from excluded columns will not be used.
349
+ # be affected because hints from excluded columns will not be used.
350
350
  # Corresponds to the JSON property `excludedFields`
351
351
  # @return [Array<Google::Apis::DlpV2::GooglePrivacyDlpV2FieldId>]
352
352
  attr_accessor :excluded_fields
@@ -361,7 +361,7 @@ module Google
361
361
  attr_accessor :identifying_fields
362
362
 
363
363
  # Limit scanning only to these fields. When inspecting a table, we recommend
364
- # that you inspect all columns. Otherwise, findings might be impacted because
364
+ # that you inspect all columns. Otherwise, findings might be affected because
365
365
  # hints from excluded columns will not be used.
366
366
  # Corresponds to the JSON property `includedFields`
367
367
  # @return [Array<Google::Apis::DlpV2::GooglePrivacyDlpV2FieldId>]
@@ -2678,6 +2678,11 @@ module Google
2678
2678
  # @return [String]
2679
2679
  attr_accessor :job_trigger_name
2680
2680
 
2681
+ # Time when the job was last modified by the system.
2682
+ # Corresponds to the JSON property `lastModified`
2683
+ # @return [String]
2684
+ attr_accessor :last_modified
2685
+
2681
2686
  # The server-assigned name.
2682
2687
  # Corresponds to the JSON property `name`
2683
2688
  # @return [String]
@@ -2715,6 +2720,7 @@ module Google
2715
2720
  @errors = args[:errors] if args.key?(:errors)
2716
2721
  @inspect_details = args[:inspect_details] if args.key?(:inspect_details)
2717
2722
  @job_trigger_name = args[:job_trigger_name] if args.key?(:job_trigger_name)
2723
+ @last_modified = args[:last_modified] if args.key?(:last_modified)
2718
2724
  @name = args[:name] if args.key?(:name)
2719
2725
  @risk_details = args[:risk_details] if args.key?(:risk_details)
2720
2726
  @start_time = args[:start_time] if args.key?(:start_time)
@@ -2781,8 +2787,8 @@ module Google
2781
2787
  # @return [Google::Apis::DlpV2::GoogleRpcStatus]
2782
2788
  attr_accessor :details
2783
2789
 
2784
- # The times the error occurred. List includes the oldest timestamp, and the last
2785
- # 9 ones.
2790
+ # The times the error occurred. List includes the oldest timestamp and the last
2791
+ # 9 timestamps.
2786
2792
  # Corresponds to the JSON property `timestamps`
2787
2793
  # @return [Array<String>]
2788
2794
  attr_accessor :timestamps
@@ -3765,10 +3771,10 @@ module Google
3765
3771
  end
3766
3772
  end
3767
3773
 
3768
- # Configuration to control custom minimum likelihoods per infotype. Used when
3769
- # certain infotypes need to return with higher or lower precision than the
3770
- # baseline, i.e. when wanting PERSON_NAME to return all possible names without
3771
- # lowering the precision of other infotypes.
3774
+ # Configuration for setting a minimum likelihood per infotype. Used to customize
3775
+ # the minimum likelihood level for specific infotypes in the request. For
3776
+ # example, use this if you want to lower the precision for PERSON_NAME without
3777
+ # lowering the precision for the other infotypes in the request.
3772
3778
  class GooglePrivacyDlpV2InfoTypeLikelihood
3773
3779
  include Google::Apis::Core::Hashable
3774
3780
 
@@ -3777,8 +3783,8 @@ module Google
3777
3783
  # @return [Google::Apis::DlpV2::GooglePrivacyDlpV2InfoType]
3778
3784
  attr_accessor :info_type
3779
3785
 
3780
- # Only returns findings equal or above this threshold. This field is required or
3781
- # else the configuration fails.
3786
+ # Only returns findings equal to or above this threshold. This field is required
3787
+ # or else the configuration fails.
3782
3788
  # Corresponds to the JSON property `minLikelihood`
3783
3789
  # @return [String]
3784
3790
  attr_accessor :min_likelihood
@@ -3971,15 +3977,19 @@ module Google
3971
3977
  # @return [Google::Apis::DlpV2::GooglePrivacyDlpV2FindingLimits]
3972
3978
  attr_accessor :limits
3973
3979
 
3974
- # Only returns findings equal or above this threshold. The default is POSSIBLE.
3975
- # See https://cloud.google.com/dlp/docs/likelihood to learn more.
3980
+ # Only returns findings equal to or above this threshold. The default is
3981
+ # POSSIBLE. In general, the highest likelihood setting yields the fewest
3982
+ # findings in results and the lowest chance of a false positive. For more
3983
+ # information, see [Match likelihood](https://cloud.google.com/dlp/docs/
3984
+ # likelihood).
3976
3985
  # Corresponds to the JSON property `minLikelihood`
3977
3986
  # @return [String]
3978
3987
  attr_accessor :min_likelihood
3979
3988
 
3980
- # Per infotype likelihoods. For each infotype, a user can specify a minimum
3981
- # likelihood, and only return that infotype if it is above that threshold. If an
3982
- # infotype is not included, it uses the InspectConfig min_likelihood.
3989
+ # Minimum likelihood per infotype. For each infotype, a user can specify a
3990
+ # minimum likelihood. The system only returns a finding if its likelihood is
3991
+ # above this threshold. If this field is not set, the system uses the
3992
+ # InspectConfig min_likelihood.
3983
3993
  # Corresponds to the JSON property `minLikelihoodPerInfoType`
3984
3994
  # @return [Array<Google::Apis::DlpV2::GooglePrivacyDlpV2InfoTypeLikelihood>]
3985
3995
  attr_accessor :min_likelihood_per_info_type
@@ -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.50.0"
19
+ GEM_VERSION = "0.52.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 = "20230917"
25
+ REVISION = "20231008"
26
26
  end
27
27
  end
28
28
  end
@@ -2165,6 +2165,7 @@ module Google
2165
2165
  property :inspect_details, as: 'inspectDetails', class: Google::Apis::DlpV2::GooglePrivacyDlpV2InspectDataSourceDetails, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2InspectDataSourceDetails::Representation
2166
2166
 
2167
2167
  property :job_trigger_name, as: 'jobTriggerName'
2168
+ property :last_modified, as: 'lastModified'
2168
2169
  property :name, as: 'name'
2169
2170
  property :risk_details, as: 'riskDetails', class: Google::Apis::DlpV2::GooglePrivacyDlpV2AnalyzeDataSourceRiskDetails, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2AnalyzeDataSourceRiskDetails::Representation
2170
2171
 
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.50.0
4
+ version: 0.52.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-09-24 00:00:00.000000000 Z
11
+ date: 2023-10-15 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.50.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dlp_v2/v0.52.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: []