Skip to content

Commit f5eb06f

Browse files
feat: Automated regeneration of workloadmanager v1 client (#24372)
Auto-created at 2025-09-21 10:33:30 +0000 using the toys pull request generator.
1 parent 1b73113 commit f5eb06f

File tree

5 files changed

+43
-2
lines changed

5 files changed

+43
-2
lines changed

api_names_out.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -385941,6 +385941,7 @@
385941385941
"/workloadmanager:v1/Insight": insight
385942385942
"/workloadmanager:v1/Insight/agentStatus": agent_status
385943385943
"/workloadmanager:v1/Insight/instanceId": instance_id
385944+
"/workloadmanager:v1/Insight/openShiftValidation": open_shift_validation
385944385945
"/workloadmanager:v1/Insight/sapDiscovery": sap_discovery
385945385946
"/workloadmanager:v1/Insight/sapValidation": sap_validation
385946385947
"/workloadmanager:v1/Insight/sentTime": sent_time
@@ -386041,6 +386042,7 @@
386041386042
"/workloadmanager:v1/LocationData/spannerLocation": spanner_location
386042386043
"/workloadmanager:v1/Notice": notice
386043386044
"/workloadmanager:v1/Notice/message": message
386045+
"/workloadmanager:v1/OpenShiftValidation": open_shift_validation
386044386046
"/workloadmanager:v1/Operation": operation
386045386047
"/workloadmanager:v1/Operation/done": done
386046386048
"/workloadmanager:v1/Operation/error": error

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

3+
### v0.43.0 (2025-09-21)
4+
5+
* Regenerated from discovery document revision 20250910
6+
37
### v0.42.0 (2025-09-14)
48

59
* Regenerated from discovery document revision 20250903

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

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -846,6 +846,12 @@ class Insight
846846
# @return [String]
847847
attr_accessor :instance_id
848848

849+
# A presentation of OpenShift workload insight. The schema of OpenShift
850+
# workloads validation related data.
851+
# Corresponds to the JSON property `openShiftValidation`
852+
# @return [Google::Apis::WorkloadmanagerV1::OpenShiftValidation]
853+
attr_accessor :open_shift_validation
854+
849855
# The schema of SAP system discovery data.
850856
# Corresponds to the JSON property `sapDiscovery`
851857
# @return [Google::Apis::WorkloadmanagerV1::SapDiscovery]
@@ -881,6 +887,7 @@ def initialize(**args)
881887
def update!(**args)
882888
@agent_status = args[:agent_status] if args.key?(:agent_status)
883889
@instance_id = args[:instance_id] if args.key?(:instance_id)
890+
@open_shift_validation = args[:open_shift_validation] if args.key?(:open_shift_validation)
884891
@sap_discovery = args[:sap_discovery] if args.key?(:sap_discovery)
885892
@sap_validation = args[:sap_validation] if args.key?(:sap_validation)
886893
@sent_time = args[:sent_time] if args.key?(:sent_time)
@@ -1224,6 +1231,20 @@ def update!(**args)
12241231
end
12251232
end
12261233

1234+
# A presentation of OpenShift workload insight. The schema of OpenShift
1235+
# workloads validation related data.
1236+
class OpenShiftValidation
1237+
include Google::Apis::Core::Hashable
1238+
1239+
def initialize(**args)
1240+
update!(**args)
1241+
end
1242+
1243+
# Update properties of this object
1244+
def update!(**args)
1245+
end
1246+
end
1247+
12271248
# This resource represents a long-running operation that is the result of a
12281249
# network API call.
12291250
class Operation

generated/google-apis-workloadmanager_v1/lib/google/apis/workloadmanager_v1/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 WorkloadmanagerV1
1818
# Version of the google-apis-workloadmanager_v1 gem
19-
GEM_VERSION = "0.42.0"
19+
GEM_VERSION = "0.43.0"
2020

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

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

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

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,12 @@ class Representation < Google::Apis::Core::JsonRepresentation; end
214214
include Google::Apis::Core::JsonObjectSupport
215215
end
216216

217+
class OpenShiftValidation
218+
class Representation < Google::Apis::Core::JsonRepresentation; end
219+
220+
include Google::Apis::Core::JsonObjectSupport
221+
end
222+
217223
class Operation
218224
class Representation < Google::Apis::Core::JsonRepresentation; end
219225

@@ -708,6 +714,8 @@ class Representation < Google::Apis::Core::JsonRepresentation
708714
property :agent_status, as: 'agentStatus', class: Google::Apis::WorkloadmanagerV1::AgentStatus, decorator: Google::Apis::WorkloadmanagerV1::AgentStatus::Representation
709715

710716
property :instance_id, as: 'instanceId'
717+
property :open_shift_validation, as: 'openShiftValidation', class: Google::Apis::WorkloadmanagerV1::OpenShiftValidation, decorator: Google::Apis::WorkloadmanagerV1::OpenShiftValidation::Representation
718+
711719
property :sap_discovery, as: 'sapDiscovery', class: Google::Apis::WorkloadmanagerV1::SapDiscovery, decorator: Google::Apis::WorkloadmanagerV1::SapDiscovery::Representation
712720

713721
property :sap_validation, as: 'sapValidation', class: Google::Apis::WorkloadmanagerV1::SapValidation, decorator: Google::Apis::WorkloadmanagerV1::SapValidation::Representation
@@ -827,6 +835,12 @@ class Representation < Google::Apis::Core::JsonRepresentation
827835
end
828836
end
829837

838+
class OpenShiftValidation
839+
# @private
840+
class Representation < Google::Apis::Core::JsonRepresentation
841+
end
842+
end
843+
830844
class Operation
831845
# @private
832846
class Representation < Google::Apis::Core::JsonRepresentation

0 commit comments

Comments
 (0)