Skip to content

Commit 0da5c2b

Browse files
feat: Automated regeneration of dlp v2 client (googleapis#23252)
Auto-created at 2025-05-25 10:09:41 +0000 using the toys pull request generator.
1 parent 4b9a527 commit 0da5c2b

File tree

5 files changed

+26
-3
lines changed

5 files changed

+26
-3
lines changed

api_names_out.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218673,7 +218673,9 @@
218673218673
"/dlp:v2/GooglePrivacyDlpV2DataProfileConfigSnapshot/inspectTemplateName": inspect_template_name
218674218674
"/dlp:v2/GooglePrivacyDlpV2DataProfileFinding": google_privacy_dlp_v2_data_profile_finding
218675218675
"/dlp:v2/GooglePrivacyDlpV2DataProfileFinding/dataProfileResourceName": data_profile_resource_name
218676+
"/dlp:v2/GooglePrivacyDlpV2DataProfileFinding/dataSourceType": data_source_type
218676218677
"/dlp:v2/GooglePrivacyDlpV2DataProfileFinding/findingId": finding_id
218678+
"/dlp:v2/GooglePrivacyDlpV2DataProfileFinding/fullResourceName": full_resource_name
218677218679
"/dlp:v2/GooglePrivacyDlpV2DataProfileFinding/infotype": infotype
218678218680
"/dlp:v2/GooglePrivacyDlpV2DataProfileFinding/location": location
218679218681
"/dlp:v2/GooglePrivacyDlpV2DataProfileFinding/quote": quote

generated/google-apis-dlp_v2/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Release history for google-apis-dlp_v2
22

3+
### v0.88.0 (2025-05-25)
4+
5+
* Regenerated from discovery document revision 20250518
6+
* Regenerated using generator version 0.18.0
7+
38
### v0.87.0 (2025-05-18)
49

510
* Regenerated from discovery document revision 20250511

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

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2551,11 +2551,22 @@ class GooglePrivacyDlpV2DataProfileFinding
25512551
# @return [String]
25522552
attr_accessor :data_profile_resource_name
25532553

2554+
# Message used to identify the type of resource being profiled.
2555+
# Corresponds to the JSON property `dataSourceType`
2556+
# @return [Google::Apis::DlpV2::GooglePrivacyDlpV2DataSourceType]
2557+
attr_accessor :data_source_type
2558+
25542559
# A unique identifier for the finding.
25552560
# Corresponds to the JSON property `findingId`
25562561
# @return [String]
25572562
attr_accessor :finding_id
25582563

2564+
# The [full resource name](https://cloud.google.com/apis/design/resource_names#
2565+
# full_resource_name) of the resource profiled for this finding.
2566+
# Corresponds to the JSON property `fullResourceName`
2567+
# @return [String]
2568+
attr_accessor :full_resource_name
2569+
25592570
# Type of information detected by the API.
25602571
# Corresponds to the JSON property `infotype`
25612572
# @return [Google::Apis::DlpV2::GooglePrivacyDlpV2InfoType]
@@ -2595,7 +2606,9 @@ def initialize(**args)
25952606
# Update properties of this object
25962607
def update!(**args)
25972608
@data_profile_resource_name = args[:data_profile_resource_name] if args.key?(:data_profile_resource_name)
2609+
@data_source_type = args[:data_source_type] if args.key?(:data_source_type)
25982610
@finding_id = args[:finding_id] if args.key?(:finding_id)
2611+
@full_resource_name = args[:full_resource_name] if args.key?(:full_resource_name)
25992612
@infotype = args[:infotype] if args.key?(:infotype)
26002613
@location = args[:location] if args.key?(:location)
26012614
@quote = args[:quote] if args.key?(:quote)

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

Lines changed: 3 additions & 3 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.87.0"
19+
GEM_VERSION = "0.88.0"
2020

2121
# Version of the code generator used to generate this client
22-
GENERATOR_VERSION = "0.17.0"
22+
GENERATOR_VERSION = "0.18.0"
2323

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

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2745,7 +2745,10 @@ class GooglePrivacyDlpV2DataProfileFinding
27452745
# @private
27462746
class Representation < Google::Apis::Core::JsonRepresentation
27472747
property :data_profile_resource_name, as: 'dataProfileResourceName'
2748+
property :data_source_type, as: 'dataSourceType', class: Google::Apis::DlpV2::GooglePrivacyDlpV2DataSourceType, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2DataSourceType::Representation
2749+
27482750
property :finding_id, as: 'findingId'
2751+
property :full_resource_name, as: 'fullResourceName'
27492752
property :infotype, as: 'infotype', class: Google::Apis::DlpV2::GooglePrivacyDlpV2InfoType, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2InfoType::Representation
27502753

27512754
property :location, as: 'location', class: Google::Apis::DlpV2::GooglePrivacyDlpV2DataProfileFindingLocation, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2DataProfileFindingLocation::Representation

0 commit comments

Comments
 (0)