google-apis-dlp_v2 0.93.0 → 0.94.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 +6 -5
- data/lib/google/apis/dlp_v2/gem_version.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9090b19d587d5a86391cf3b9199e718eac0b4ffee6e9eb836ff9bd5168b510fb
|
4
|
+
data.tar.gz: c3faf1ea49cd1fa07be45eb36ff2c9081e0b07c36674d1c7478638cbe513ce6e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bb6b047f16bc45150c519ca065d9f8d1c6afde5dcdad017332e4adf2f6851d5ecff3aaf2a09ed572524304345e68d078ce5719a33d6c28e855e9ac58837bb839
|
7
|
+
data.tar.gz: 5c162083eded5a16cb42a4e2bda3b67eefe97ad3bab65ddd462ab476a202c51a340fe676c8f21d4466b8de89fd60875f01a430793b7abd97c4163dc4a5c03496
|
data/CHANGELOG.md
CHANGED
@@ -3131,11 +3131,12 @@ module Google
|
|
3131
3131
|
attr_accessor :cloud_storage_output
|
3132
3132
|
|
3133
3133
|
# List of user-specified file type groups to transform. If specified, only the
|
3134
|
-
# files with these file types
|
3135
|
-
#
|
3136
|
-
#
|
3137
|
-
#
|
3138
|
-
# the only file types supported
|
3134
|
+
# files with these file types are transformed. If empty, all supported files are
|
3135
|
+
# transformed. Supported types may be automatically added over time. Any
|
3136
|
+
# unsupported file types that are set in this field are excluded from de-
|
3137
|
+
# identification. An error is recorded for each unsupported file in the
|
3138
|
+
# TransformationDetails output table. Currently the only file types supported
|
3139
|
+
# are: IMAGES, TEXT_FILES, CSV, TSV.
|
3139
3140
|
# Corresponds to the JSON property `fileTypesToTransform`
|
3140
3141
|
# @return [Array<String>]
|
3141
3142
|
attr_accessor :file_types_to_transform
|
@@ -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.94.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250727"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
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.94.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
@@ -57,7 +57,7 @@ licenses:
|
|
57
57
|
metadata:
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dlp_v2/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-dlp_v2/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dlp_v2/v0.94.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dlp_v2
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|