File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed
generated/google-apis-dlp_v2 Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
2828end
You can’t perform that action at this time.
0 commit comments