google-apis-dlp_v2 0.79.0 → 0.80.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f4687bb87d88d5cba03241861379f505e5960eee17a127e0b13a1157a116f6ac
|
|
4
|
+
data.tar.gz: b6ce07c86a9890cb987568ab20b53b55705f509ff1092900c87dcbda782ca0f0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: dd6b521d1274f5f6806f2c4e6a40225422d5e3f8717631151f03e87adeb1c2cf08a9b6dae14c1d293d4d7629673e7075da58be29795ed7e84190608d6f840248
|
|
7
|
+
data.tar.gz: bf23d0fa66347ebdc29ec3c326bf30ec29611af6ccfd8194508aa02fba394cc0551f701d792a744ea528fbba8dc13c9c60f6cd355f24f356531104b2d72ff8cb
|
data/CHANGELOG.md
CHANGED
|
@@ -5651,6 +5651,11 @@ module Google
|
|
|
5651
5651
|
# @return [String]
|
|
5652
5652
|
attr_accessor :display_name
|
|
5653
5653
|
|
|
5654
|
+
# A sample true positive for this infoType.
|
|
5655
|
+
# Corresponds to the JSON property `example`
|
|
5656
|
+
# @return [String]
|
|
5657
|
+
attr_accessor :example
|
|
5658
|
+
|
|
5654
5659
|
# Internal name of the infoType.
|
|
5655
5660
|
# Corresponds to the JSON property `name`
|
|
5656
5661
|
# @return [String]
|
|
@@ -5681,6 +5686,7 @@ module Google
|
|
|
5681
5686
|
@categories = args[:categories] if args.key?(:categories)
|
|
5682
5687
|
@description = args[:description] if args.key?(:description)
|
|
5683
5688
|
@display_name = args[:display_name] if args.key?(:display_name)
|
|
5689
|
+
@example = args[:example] if args.key?(:example)
|
|
5684
5690
|
@name = args[:name] if args.key?(:name)
|
|
5685
5691
|
@sensitivity_score = args[:sensitivity_score] if args.key?(:sensitivity_score)
|
|
5686
5692
|
@supported_by = args[:supported_by] if args.key?(:supported_by)
|
|
@@ -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.80.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.15.1"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20241204"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -3551,6 +3551,7 @@ module Google
|
|
|
3551
3551
|
|
|
3552
3552
|
property :description, as: 'description'
|
|
3553
3553
|
property :display_name, as: 'displayName'
|
|
3554
|
+
property :example, as: 'example'
|
|
3554
3555
|
property :name, as: 'name'
|
|
3555
3556
|
property :sensitivity_score, as: 'sensitivityScore', class: Google::Apis::DlpV2::GooglePrivacyDlpV2SensitivityScore, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2SensitivityScore::Representation
|
|
3556
3557
|
|
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.80.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: 2024-
|
|
11
|
+
date: 2024-12-08 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.80.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: []
|
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
75
75
|
- !ruby/object:Gem::Version
|
|
76
76
|
version: '0'
|
|
77
77
|
requirements: []
|
|
78
|
-
rubygems_version: 3.5.
|
|
78
|
+
rubygems_version: 3.5.23
|
|
79
79
|
signing_key:
|
|
80
80
|
specification_version: 4
|
|
81
81
|
summary: Simple REST client for Sensitive Data Protection (DLP) V2
|