Skip to content

Commit 37268ee

Browse files
feat: Automated regeneration of dlp v2 client (#25071)
Auto-created at 2025-11-23 10:45:30 +0000 using the toys pull request generator.
1 parent a69f555 commit 37268ee

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
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.102.0 (2025-11-23)
4+
5+
* Regenerated from discovery document revision 20251120
6+
37
### v0.101.0 (2025-10-26)
48

59
* Regenerated from discovery document revision 20251019

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2847,7 +2847,7 @@ def update!(**args)
28472847
class GooglePrivacyDlpV2DataSourceType
28482848
include Google::Apis::Core::Hashable
28492849

2850-
# An identifying string to the type of resource being profiled. Current values: *
2850+
# A string that identifies the type of resource being profiled. Current values: *
28512851
# google/bigquery/table * google/project * google/sql/table * google/gcs/bucket
28522852
# Corresponds to the JSON property `dataSource`
28532853
# @return [String]
@@ -4383,7 +4383,7 @@ class GooglePrivacyDlpV2DiscoveryVertexDatasetFilter
43834383
# @return [Google::Apis::DlpV2::GooglePrivacyDlpV2AllOtherResources]
43844384
attr_accessor :others
43854385

4386-
# Identifies a single Vertex AI resource. Currently only datasets are supported.
4386+
# Identifies a single Vertex AI resource. Only datasets are supported.
43874387
# Corresponds to the JSON property `vertexDatasetResourceReference`
43884388
# @return [Google::Apis::DlpV2::GooglePrivacyDlpV2VertexDatasetResourceReference]
43894389
attr_accessor :vertex_dataset_resource_reference
@@ -11488,7 +11488,7 @@ def update!(**args)
1148811488
end
1148911489
end
1149011490

11491-
# Identifies a single Vertex AI resource. Currently only datasets are supported.
11491+
# Identifies a single Vertex AI resource. Only datasets are supported.
1149211492
class GooglePrivacyDlpV2VertexDatasetResourceReference
1149311493
include Google::Apis::Core::Hashable
1149411494

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.101.0"
19+
GEM_VERSION = "0.102.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 = "20251019"
25+
REVISION = "20251120"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)