Skip to content

Commit 12960bb

Browse files
feat: Automated regeneration of dlp v2 client (googleapis#27321)
Auto-created at 2026-07-12 11:21:48 +0000 using the toys pull request generator.
1 parent 1de7dc1 commit 12960bb

3 files changed

Lines changed: 15 additions & 11 deletions

File tree

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.112.0 (2026-07-12)
4+
5+
* Regenerated from discovery document revision 20260704
6+
37
### v0.111.0 (2026-07-05)
48

59
* Regenerated from discovery document revision 20260620

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4889,17 +4889,17 @@ class GooglePrivacyDlpV2DlpJob
48894889
# @return [Array<Google::Apis::DlpV2::GooglePrivacyDlpV2ActionDetails>]
48904890
attr_accessor :action_details
48914891

4892-
# Time when the job was created.
4892+
# Output only. Time when the job was created.
48934893
# Corresponds to the JSON property `createTime`
48944894
# @return [String]
48954895
attr_accessor :create_time
48964896

4897-
# Time when the job finished.
4897+
# Output only. Time when the job finished.
48984898
# Corresponds to the JSON property `endTime`
48994899
# @return [String]
49004900
attr_accessor :end_time
49014901

4902-
# A stream of errors encountered running the job.
4902+
# Output only. A stream of errors encountered running the job.
49034903
# Corresponds to the JSON property `errors`
49044904
# @return [Array<Google::Apis::DlpV2::GooglePrivacyDlpV2Error>]
49054905
attr_accessor :errors
@@ -4909,18 +4909,18 @@ class GooglePrivacyDlpV2DlpJob
49094909
# @return [Google::Apis::DlpV2::GooglePrivacyDlpV2InspectDataSourceDetails]
49104910
attr_accessor :inspect_details
49114911

4912-
# If created by a job trigger, the resource name of the trigger that
4913-
# instantiated the job.
4912+
# Output only. If created by a job trigger, the resource name of the trigger
4913+
# that instantiated the job.
49144914
# Corresponds to the JSON property `jobTriggerName`
49154915
# @return [String]
49164916
attr_accessor :job_trigger_name
49174917

4918-
# Time when the job was last modified by the system.
4918+
# Output only. Time when the job was last modified by the system.
49194919
# Corresponds to the JSON property `lastModified`
49204920
# @return [String]
49214921
attr_accessor :last_modified
49224922

4923-
# The server-assigned name.
4923+
# Output only. The server-assigned name.
49244924
# Corresponds to the JSON property `name`
49254925
# @return [String]
49264926
attr_accessor :name
@@ -4930,12 +4930,12 @@ class GooglePrivacyDlpV2DlpJob
49304930
# @return [Google::Apis::DlpV2::GooglePrivacyDlpV2AnalyzeDataSourceRiskDetails]
49314931
attr_accessor :risk_details
49324932

4933-
# Time when the job started.
4933+
# Output only. Time when the job started.
49344934
# Corresponds to the JSON property `startTime`
49354935
# @return [String]
49364936
attr_accessor :start_time
49374937

4938-
# State of a job.
4938+
# Output only. State of a job.
49394939
# Corresponds to the JSON property `state`
49404940
# @return [String]
49414941
attr_accessor :state

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.111.0"
19+
GEM_VERSION = "0.112.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.19.0"
2323

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

0 commit comments

Comments
 (0)