google-apis-dlp_v2 0.34.0 → 0.35.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 54d6c8411f37e5c8f389c5dc73057be489b5e1d72815e24b830f98bc3dffe820
|
4
|
+
data.tar.gz: 79e536e0c501895303a2ff111d2a224fdb406622af251bf632def3349ba43fd9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 671eba9e147891a2098c5e73bddd08c46e289304d13125eb5280cffb40f071ff16ad0b1689e6e124016eab226f810f42ba150b49e413f779a85036799d94e720
|
7
|
+
data.tar.gz: 636a3d3d1f28d6372906bd14fdbf1bba1b3f2d058cd12381424becce9f4572dfd07c960e25034d135e609784693bc1bb1bdd58f591c41dc60f1b04d865443e85
|
data/CHANGELOG.md
CHANGED
@@ -3501,6 +3501,11 @@ module Google
|
|
3501
3501
|
class GooglePrivacyDlpV2InfoTypeSummary
|
3502
3502
|
include Google::Apis::Core::Hashable
|
3503
3503
|
|
3504
|
+
# Not populated for predicted infotypes.
|
3505
|
+
# Corresponds to the JSON property `estimatedPrevalence`
|
3506
|
+
# @return [Fixnum]
|
3507
|
+
attr_accessor :estimated_prevalence
|
3508
|
+
|
3504
3509
|
# Type of information detected by the API.
|
3505
3510
|
# Corresponds to the JSON property `infoType`
|
3506
3511
|
# @return [Google::Apis::DlpV2::GooglePrivacyDlpV2InfoType]
|
@@ -3512,6 +3517,7 @@ module Google
|
|
3512
3517
|
|
3513
3518
|
# Update properties of this object
|
3514
3519
|
def update!(**args)
|
3520
|
+
@estimated_prevalence = args[:estimated_prevalence] if args.key?(:estimated_prevalence)
|
3515
3521
|
@info_type = args[:info_type] if args.key?(:info_type)
|
3516
3522
|
end
|
3517
3523
|
end
|
@@ -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.35.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.10.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20221001"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -2365,6 +2365,7 @@ module Google
|
|
2365
2365
|
class GooglePrivacyDlpV2InfoTypeSummary
|
2366
2366
|
# @private
|
2367
2367
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2368
|
+
property :estimated_prevalence, as: 'estimatedPrevalence'
|
2368
2369
|
property :info_type, as: 'infoType', class: Google::Apis::DlpV2::GooglePrivacyDlpV2InfoType, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2InfoType::Representation
|
2369
2370
|
|
2370
2371
|
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.
|
4
|
+
version: 0.35.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-
|
11
|
+
date: 2022-10-17 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.35.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: []
|