Skip to content

Commit 1a0f313

Browse files
feat: Automated regeneration of osconfig v1alpha client (#23856)
Auto-created at 2025-08-03 10:35:07 +0000 using the toys pull request generator.
1 parent be985c8 commit 1a0f313

File tree

5 files changed

+17
-3
lines changed

5 files changed

+17
-3
lines changed

api_names_out.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301617,6 +301617,7 @@
301617301617
"/osconfig:v1alpha/StatusProto/messageSet": message_set
301618301618
"/osconfig:v1alpha/StatusProto/space": space
301619301619
"/osconfig:v1alpha/VulnerabilityReport": vulnerability_report
301620+
"/osconfig:v1alpha/VulnerabilityReport/highestUpgradableCveSeverity": highest_upgradable_cve_severity
301620301621
"/osconfig:v1alpha/VulnerabilityReport/name": name
301621301622
"/osconfig:v1alpha/VulnerabilityReport/updateTime": update_time
301622301623
"/osconfig:v1alpha/VulnerabilityReport/vulnerabilities": vulnerabilities

generated/google-apis-osconfig_v1alpha/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-osconfig_v1alpha
22

3+
### v0.34.0 (2025-08-03)
4+
5+
* Regenerated from discovery document revision 20250727
6+
* Regenerated using generator version 0.18.0
7+
38
### v0.33.0 (2025-05-18)
49

510
* Regenerated from discovery document revision 20250511

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2812,6 +2812,12 @@ def update!(**args)
28122812
class VulnerabilityReport
28132813
include Google::Apis::Core::Hashable
28142814

2815+
# Output only. Highest level of severity among all the upgradable
2816+
# vulnerabilities with CVEs attached.
2817+
# Corresponds to the JSON property `highestUpgradableCveSeverity`
2818+
# @return [String]
2819+
attr_accessor :highest_upgradable_cve_severity
2820+
28152821
# Output only. The `vulnerabilityReport` API resource name. Format: `projects/`
28162822
# project_number`/locations/`location`/instances/`instance_id`/
28172823
# vulnerabilityReport`
@@ -2836,6 +2842,7 @@ def initialize(**args)
28362842

28372843
# Update properties of this object
28382844
def update!(**args)
2845+
@highest_upgradable_cve_severity = args[:highest_upgradable_cve_severity] if args.key?(:highest_upgradable_cve_severity)
28392846
@name = args[:name] if args.key?(:name)
28402847
@update_time = args[:update_time] if args.key?(:update_time)
28412848
@vulnerabilities = args[:vulnerabilities] if args.key?(:vulnerabilities)

generated/google-apis-osconfig_v1alpha/lib/google/apis/osconfig_v1alpha/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 OsconfigV1alpha
1818
# Version of the google-apis-osconfig_v1alpha gem
19-
GEM_VERSION = "0.33.0"
19+
GEM_VERSION = "0.34.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 = "20250727"
2626
end
2727
end
2828
end

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1193,6 +1193,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
11931193
class VulnerabilityReport
11941194
# @private
11951195
class Representation < Google::Apis::Core::JsonRepresentation
1196+
property :highest_upgradable_cve_severity, as: 'highestUpgradableCveSeverity'
11961197
property :name, as: 'name'
11971198
property :update_time, as: 'updateTime'
11981199
collection :vulnerabilities, as: 'vulnerabilities', class: Google::Apis::OsconfigV1alpha::VulnerabilityReportVulnerability, decorator: Google::Apis::OsconfigV1alpha::VulnerabilityReportVulnerability::Representation

0 commit comments

Comments
 (0)