Skip to content

Commit ffb8c5a

Browse files
feat: Automated regeneration of dlp v2 client (#23850)
Auto-created at 2025-08-03 10:25:19 +0000 using the toys pull request generator.
1 parent 770ff9d commit ffb8c5a

File tree

3 files changed

+12
-7
lines changed

3 files changed

+12
-7
lines changed

generated/google-apis-dlp_v2/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-dlp_v2
22

3+
### v0.94.0 (2025-08-03)
4+
5+
* Regenerated from discovery document revision 20250727
6+
37
### v0.93.0 (2025-07-27)
48

59
* Regenerated from discovery document revision 20250720

generated/google-apis-dlp_v2/lib/google/apis/dlp_v2/classes.rb

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3131,11 +3131,12 @@ class GooglePrivacyDlpV2Deidentify
31313131
attr_accessor :cloud_storage_output
31323132

31333133
# 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.
31393140
# Corresponds to the JSON property `fileTypesToTransform`
31403141
# @return [Array<String>]
31413142
attr_accessor :file_types_to_transform

generated/google-apis-dlp_v2/lib/google/apis/dlp_v2/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module DlpV2
1818
# Version of the google-apis-dlp_v2 gem
19-
GEM_VERSION = "0.93.0"
19+
GEM_VERSION = "0.94.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.18.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20250720"
25+
REVISION = "20250727"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)