google-apis-dlp_v2 0.31.0 → 0.32.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: 61d24c942e2608b385f2370a25a0b776e32cc38ed7137188667062b587e482a2
4
- data.tar.gz: 066b69b808664ac67ffd67b196a9e64ce0f66a548a33ee49476119eb751f9eae
3
+ metadata.gz: 667a7e32cc3d5898345b9cee9515eaa67a6bce727bb5a07e1278a61bd80c1fb5
4
+ data.tar.gz: '06559e4bba6a08d6631b7dffdfe3ff6da3023076a6126887f10c6660de6b37b0'
5
5
  SHA512:
6
- metadata.gz: 735f94a7aa8dcc47dc9f3302f228d94e54aee1b55beda06784f52884d6484d8dd0f751c4c620c1cf56bcf919c032596d1ff9c45c8ec6bddaf8a1497a54610c87
7
- data.tar.gz: 5bd3ffc0c9999b7e5d6d9be5a116d0ef0f00a3abc136f67ec0cfdf522e0349230875727c31250a14d36fe2b43e3a91f1ab10836f83737722524577680fd0f10f
6
+ metadata.gz: b2b8fd53cd14bc77dc2115b6eb0d60a9cbc932d61e8d8d723adcf6dfca7a49d9d05aea5034005e96766179c202b6165e61bb907cdc2534de0ed08875eab7aa26
7
+ data.tar.gz: 97b15748c51a44527988691d1e6d636f1ec7985f90533e978fd78871c6f0a48d060118abe5f61175cbca8afae16d872ff5a40db9917c9eb85da566e5c4a87885
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dlp_v2
2
2
 
3
+ ### v0.32.0 (2022-09-08)
4
+
5
+ * Regenerated from discovery document revision 20220904
6
+
3
7
  ### v0.31.0 (2022-09-01)
4
8
 
5
9
  * Regenerated from discovery document revision 20220826
@@ -6910,7 +6910,8 @@ module Google
6910
6910
  # When the job is started by a JobTrigger we will automatically figure out a
6911
6911
  # valid start_time to avoid scanning files that have not been modified since the
6912
6912
  # last time the JobTrigger executed. This will be based on the time of the
6913
- # execution of the last run of the JobTrigger.
6913
+ # execution of the last run of the JobTrigger or the timespan end_time used in
6914
+ # the last run of the JobTrigger.
6914
6915
  # Corresponds to the JSON property `enableAutoPopulationOfTimespanConfig`
6915
6916
  # @return [Boolean]
6916
6917
  attr_accessor :enable_auto_population_of_timespan_config
@@ -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.31.0"
19
+ GEM_VERSION = "0.32.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 = "20220826"
25
+ REVISION = "20220904"
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.31.0
4
+ version: 0.32.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-09-05 00:00:00.000000000 Z
11
+ date: 2022-09-12 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.31.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dlp_v2/v0.32.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: []