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.101.0 (2025-10-26)

* Regenerated from discovery document revision 20251019

### v0.100.0 (2025-10-19)

* Regenerated from discovery document revision 20251012
Expand Down
14 changes: 7 additions & 7 deletions generated/google-apis-dlp_v2/lib/google/apis/dlp_v2/classes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2847,9 +2847,8 @@ def update!(**args)
class GooglePrivacyDlpV2DataSourceType
include Google::Apis::Core::Hashable

# Output only. An identifying string to the type of resource being profiled.
# Current values: * google/bigquery/table * google/project * google/sql/table *
# google/gcs/bucket
# An identifying string to 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]
attr_accessor :data_source
Expand Down Expand Up @@ -4384,7 +4383,7 @@ class GooglePrivacyDlpV2DiscoveryVertexDatasetFilter
# @return [Google::Apis::DlpV2::GooglePrivacyDlpV2AllOtherResources]
attr_accessor :others

# Identifies a single Vertex AI dataset.
# Identifies a single Vertex AI resource. Currently 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 @@ -11489,12 +11488,13 @@ def update!(**args)
end
end

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

# Required. The name of the dataset resource. If set within a project-level
# configuration, the specified resource must be within the project.
# Required. The name of the Vertex AI resource. If set within a project-level
# configuration, the specified resource must be within the project. Examples: * `
# projects/`project`/locations/`location`/datasets/`dataset``
# Corresponds to the JSON property `datasetResourceName`
# @return [String]
attr_accessor :dataset_resource_name
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.100.0"
GEM_VERSION = "0.101.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 = "20251012"
REVISION = "20251019"
end
end
end