Skip to content

Commit 32e0634

Browse files
feat: Automated regeneration of dlp v2 client (googleapis#22326)
Auto-created at 2025-03-30 10:48:14 +0000 using the toys pull request generator.
1 parent 5039fb5 commit 32e0634

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
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.86.0 (2025-03-30)
4+
5+
* Regenerated from discovery document revision 20250323
6+
37
### v0.85.0 (2025-03-16)
48

59
* Regenerated from discovery document revision 20250309

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5028,7 +5028,8 @@ class GooglePrivacyDlpV2FileStoreDataProfile
50285028
# @return [Array<Google::Apis::DlpV2::GooglePrivacyDlpV2FileStoreInfoTypeSummary>]
50295029
attr_accessor :file_store_info_type_summaries
50305030

5031-
# The file store does not have any files.
5031+
# The file store does not have any files. If the profiling failed, this will be
5032+
# false.
50325033
# Corresponds to the JSON property `fileStoreIsEmpty`
50335034
# @return [Boolean]
50345035
attr_accessor :file_store_is_empty

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.85.0"
19+
GEM_VERSION = "0.86.0"
2020

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

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

0 commit comments

Comments
 (0)