google-apis-dlp_v2 0.62.0 → 0.63.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 +7 -2
- 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: 30e628a33d2116bf705930ae05bdf5a33015787e2500b07c5820d1e0dc510514
|
|
4
|
+
data.tar.gz: a74a8a8884f9442112d3f04d59b1aa6a2ad27d3cac1688744a35aa8b02785704
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9683332c3587bbc23c104657751a8dd9d33a51a25601578782daeb4fabf4abcf6db95cc9065f9b239436af77ff8377031b3d20b3b376267cd9dfede67800b48d
|
|
7
|
+
data.tar.gz: af1264c1328fc6611126c54e4efc9ec956c752556d0ac89ba5d7d9088846f562df0cd1de180cef9149a5575db8ee52240d2c55050444423f406a654275886a9a
|
data/CHANGELOG.md
CHANGED
|
@@ -4621,7 +4621,7 @@ module Google
|
|
|
4621
4621
|
end
|
|
4622
4622
|
|
|
4623
4623
|
# Classification of infoTypes to organize them according to geographic location,
|
|
4624
|
-
# industry, and data type.
|
|
4624
|
+
# industry, and data type. NEXT_ID: 47
|
|
4625
4625
|
class GooglePrivacyDlpV2InfoTypeCategory
|
|
4626
4626
|
include Google::Apis::Core::Hashable
|
|
4627
4627
|
|
|
@@ -8589,7 +8589,12 @@ module Google
|
|
|
8589
8589
|
# valid start_time to avoid scanning files that have not been modified since the
|
|
8590
8590
|
# last time the JobTrigger executed. This will be based on the time of the
|
|
8591
8591
|
# execution of the last run of the JobTrigger or the timespan end_time used in
|
|
8592
|
-
# the last run of the JobTrigger.
|
|
8592
|
+
# the last run of the JobTrigger. *For BigQuery* Inspect jobs triggered by
|
|
8593
|
+
# automatic population will scan data that is at least three hours old when the
|
|
8594
|
+
# job starts. This is because streaming buffer rows are not read during
|
|
8595
|
+
# inspection and reading up to the current timestamp will result in skipped rows.
|
|
8596
|
+
# See the [known issue](https://cloud.google.com/sensitive-data-protection/docs/
|
|
8597
|
+
# known-issues#recently-streamed-data) related to this operation.
|
|
8593
8598
|
# Corresponds to the JSON property `enableAutoPopulationOfTimespanConfig`
|
|
8594
8599
|
# @return [Boolean]
|
|
8595
8600
|
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.63.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.14.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20240414"
|
|
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.63.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: 2024-04-
|
|
11
|
+
date: 2024-04-21 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.63.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: []
|