Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions generated/google-apis-dlp_v2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release history for google-apis-dlp_v2

### v0.102.0 (2025-11-23)

* Regenerated from discovery document revision 20251120

### v0.101.0 (2025-10-26)

* Regenerated from discovery document revision 20251019
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2847,7 +2847,7 @@ def update!(**args)
class GooglePrivacyDlpV2DataSourceType
include Google::Apis::Core::Hashable

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

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

# Identifies a single Vertex AI resource. Currently only datasets are supported.
# Identifies a single Vertex AI resource. Only datasets are supported.
class GooglePrivacyDlpV2VertexDatasetResourceReference
include Google::Apis::Core::Hashable

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ module Google
module Apis
module DlpV2
# Version of the google-apis-dlp_v2 gem
GEM_VERSION = "0.101.0"
GEM_VERSION = "0.102.0"

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

# Revision of the discovery document this client was generated from
REVISION = "20251019"
REVISION = "20251120"
end
end
end