google-apis-dlp_v2 0.30.0 → 0.31.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/dlp_v2/classes.rb +3 -4
- data/lib/google/apis/dlp_v2/gem_version.rb +2 -2
- 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: 61d24c942e2608b385f2370a25a0b776e32cc38ed7137188667062b587e482a2
|
4
|
+
data.tar.gz: 066b69b808664ac67ffd67b196a9e64ce0f66a548a33ee49476119eb751f9eae
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 735f94a7aa8dcc47dc9f3302f228d94e54aee1b55beda06784f52884d6484d8dd0f751c4c620c1cf56bcf919c032596d1ff9c45c8ec6bddaf8a1497a54610c87
|
7
|
+
data.tar.gz: 5bd3ffc0c9999b7e5d6d9be5a116d0ef0f00a3abc136f67ec0cfdf522e0349230875727c31250a14d36fe2b43e3a91f1ab10836f83737722524577680fd0f10f
|
data/CHANGELOG.md
CHANGED
@@ -1737,7 +1737,7 @@ module Google
|
|
1737
1737
|
end
|
1738
1738
|
end
|
1739
1739
|
|
1740
|
-
# A condition for determining whether a
|
1740
|
+
# A condition for determining whether a Pub/Sub should be triggered.
|
1741
1741
|
class GooglePrivacyDlpV2DataProfilePubSubCondition
|
1742
1742
|
include Google::Apis::Core::Hashable
|
1743
1743
|
|
@@ -1758,8 +1758,7 @@ module Google
|
|
1758
1758
|
|
1759
1759
|
# Pub/Sub topic message for a DataProfileAction.PubSubNotification event. To
|
1760
1760
|
# receive a message of protocol buffer schema type, convert the message data to
|
1761
|
-
# an object of this proto class.
|
1762
|
-
# pubsub-subscribe-proto-messages
|
1761
|
+
# an object of this proto class.
|
1763
1762
|
class GooglePrivacyDlpV2DataProfilePubSubMessage
|
1764
1763
|
include Google::Apis::Core::Hashable
|
1765
1764
|
|
@@ -5317,7 +5316,7 @@ module Google
|
|
5317
5316
|
# @return [String]
|
5318
5317
|
attr_accessor :event
|
5319
5318
|
|
5320
|
-
# A condition for determining whether a
|
5319
|
+
# A condition for determining whether a Pub/Sub should be triggered.
|
5321
5320
|
# Corresponds to the JSON property `pubsubCondition`
|
5322
5321
|
# @return [Google::Apis::DlpV2::GooglePrivacyDlpV2DataProfilePubSubCondition]
|
5323
5322
|
attr_accessor :pubsub_condition
|
@@ -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.31.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.9.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220826"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
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.31.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-09-05 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.31.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: []
|