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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bad1c43f2104ddc3579b53b856c945f93493d721fc751b85145077fbac0448de
4
- data.tar.gz: 84a89963ca746f1e6ff788bb0a204d34f7614b515777fa55b2362cfcdec75227
3
+ metadata.gz: 61d24c942e2608b385f2370a25a0b776e32cc38ed7137188667062b587e482a2
4
+ data.tar.gz: 066b69b808664ac67ffd67b196a9e64ce0f66a548a33ee49476119eb751f9eae
5
5
  SHA512:
6
- metadata.gz: 41769fcc801fd628a33251c46c9b420c21ebb51d5ef7910ac8d6613cbfe718f5a36a6626fe859311eb830a68c6f5d6c310bb12b9c3973790c88dd5b526def391
7
- data.tar.gz: 8e6a7dab301ff08c9bc15a9e6582ecfb84276cfad5420bcc933cc1bd6d05324f5f48eea80dc6fc3e7f48363e4c891645476b93ea9f312af924d35ad203f197c3
6
+ metadata.gz: 735f94a7aa8dcc47dc9f3302f228d94e54aee1b55beda06784f52884d6484d8dd0f751c4c620c1cf56bcf919c032596d1ff9c45c8ec6bddaf8a1497a54610c87
7
+ data.tar.gz: 5bd3ffc0c9999b7e5d6d9be5a116d0ef0f00a3abc136f67ec0cfdf522e0349230875727c31250a14d36fe2b43e3a91f1ab10836f83737722524577680fd0f10f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dlp_v2
2
2
 
3
+ ### v0.31.0 (2022-09-01)
4
+
5
+ * Regenerated from discovery document revision 20220826
6
+
3
7
  ### v0.30.0 (2022-08-21)
4
8
 
5
9
  * Regenerated from discovery document revision 20220812
@@ -1737,7 +1737,7 @@ module Google
1737
1737
  end
1738
1738
  end
1739
1739
 
1740
- # A condition for determining whether a PubSub should be triggered.
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. https://cloud.google.com/pubsub/docs/samples/
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 PubSub should be triggered.
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.30.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 = "20220812"
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.30.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-08-22 00:00:00.000000000 Z
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.30.0
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: []