google-apis-dlp_v2 0.31.0 → 0.32.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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/dlp_v2/classes.rb +2 -1
- 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: 667a7e32cc3d5898345b9cee9515eaa67a6bce727bb5a07e1278a61bd80c1fb5
|
|
4
|
+
data.tar.gz: '06559e4bba6a08d6631b7dffdfe3ff6da3023076a6126887f10c6660de6b37b0'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b2b8fd53cd14bc77dc2115b6eb0d60a9cbc932d61e8d8d723adcf6dfca7a49d9d05aea5034005e96766179c202b6165e61bb907cdc2534de0ed08875eab7aa26
|
|
7
|
+
data.tar.gz: 97b15748c51a44527988691d1e6d636f1ec7985f90533e978fd78871c6f0a48d060118abe5f61175cbca8afae16d872ff5a40db9917c9eb85da566e5c4a87885
|
data/CHANGELOG.md
CHANGED
|
@@ -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.
|
|
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 = "
|
|
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.
|
|
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-
|
|
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.
|
|
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: []
|