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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 47bbc3ef12902185c8d6de81014baec471c93a2820b7167b357fcc571ea9c5ba
4
- data.tar.gz: cca180ced4dac9d041f8d4e3719abf42d2976cd4c5bb199dfe7a820eb5166e2b
3
+ metadata.gz: 9090b19d587d5a86391cf3b9199e718eac0b4ffee6e9eb836ff9bd5168b510fb
4
+ data.tar.gz: c3faf1ea49cd1fa07be45eb36ff2c9081e0b07c36674d1c7478638cbe513ce6e
5
5
  SHA512:
6
- metadata.gz: f045c18303bf59cf5da8b3415882f2ec7bd7e669f080f468c60890264e8176f0b58952f4c79fa4967d95be1e5108faae906e66756975d7cdf2290cddd63cd9e2
7
- data.tar.gz: a68393e7d10f6f94d08883aeb939f09c6ab5b2c4b5aaeed0b8d89cfc7979585bec8452716e43bedf4ae3461757cc4ba682c21a8f7c757b97390c4d92b7cba3a7
6
+ metadata.gz: bb6b047f16bc45150c519ca065d9f8d1c6afde5dcdad017332e4adf2f6851d5ecff3aaf2a09ed572524304345e68d078ce5719a33d6c28e855e9ac58837bb839
7
+ data.tar.gz: 5c162083eded5a16cb42a4e2bda3b67eefe97ad3bab65ddd462ab476a202c51a340fe676c8f21d4466b8de89fd60875f01a430793b7abd97c4163dc4a5c03496
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dlp_v2
2
2
 
3
+ ### v0.94.0 (2025-08-03)
4
+
5
+ * Regenerated from discovery document revision 20250727
6
+
3
7
  ### v0.93.0 (2025-07-27)
4
8
 
5
9
  * Regenerated from discovery document revision 20250720
@@ -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 will be transformed. If empty, all supported files
3135
- # will be transformed. Supported types may be automatically added over time. If
3136
- # a file type is set in this field that isn't supported by the Deidentify action
3137
- # then the job will fail and will not be successfully created/started. Currently
3138
- # the only file types supported are: IMAGES, TEXT_FILES, CSV, TSV.
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.93.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 = "20250720"
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.93.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.93.0
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: