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 +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/google/apis/dlp_v2/classes.rb +25 -15
- data/lib/google/apis/dlp_v2/gem_version.rb +2 -2
- data/lib/google/apis/dlp_v2/representations.rb +1 -0
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b4ac7cf2974d3e7931eda05512beb0c680b4135b57c853b080c309e47068adf7
|
4
|
+
data.tar.gz: 47bd65d007cdcf5350d4c837db6a7356817ec3a21fc474b45b4da2fb5ccce03e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
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
|
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
|
2785
|
-
# 9
|
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
|
3769
|
-
#
|
3770
|
-
#
|
3771
|
-
# lowering the precision
|
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
|
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
|
3975
|
-
#
|
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
|
-
#
|
3981
|
-
# likelihood
|
3982
|
-
#
|
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.
|
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 = "
|
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.
|
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-
|
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.
|
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: []
|