google-apis-workloadmanager_v1 0.41.0 → 0.43.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/google/apis/workloadmanager_v1/classes.rb +23 -2
- data/lib/google/apis/workloadmanager_v1/gem_version.rb +2 -2
- data/lib/google/apis/workloadmanager_v1/representations.rb +14 -0
- data/lib/google/apis/workloadmanager_v1/service.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6d0f36f5390d2d782c29cb3f2c2827fc80cd9efa814b0fa75593d7dfbaa3c74e
|
4
|
+
data.tar.gz: 3486f339d61df55d8c9c7716048c9645e6dd69a8bccb6fb34dc9a4ed4f1c00a5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d4350fcae7a4d77a4263ef79ed83277a12dd9d956a227215b9dab9203def9b2a05e534eee0ea9a52eafe1ef36fc529be364aca98823581d96bd9298c86c1cbc0
|
7
|
+
data.tar.gz: 888880c2f35d3726130cdce25b3b78846135013a1c5568d4a06e111de8f06d1a759e66ec578f08d5b35e567c5ee9a81a90ad81a35f7fda5408b618ec2205e5f1
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-workloadmanager_v1
|
2
2
|
|
3
|
+
### v0.43.0 (2025-09-21)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250910
|
6
|
+
|
7
|
+
### v0.42.0 (2025-09-14)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20250903
|
10
|
+
|
3
11
|
### v0.41.0 (2025-08-31)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20250820
|
@@ -841,11 +841,17 @@ module Google
|
|
841
841
|
# @return [Google::Apis::WorkloadmanagerV1::AgentStatus]
|
842
842
|
attr_accessor :agent_status
|
843
843
|
|
844
|
-
#
|
844
|
+
# Optional. The instance id where the insight is generated from
|
845
845
|
# Corresponds to the JSON property `instanceId`
|
846
846
|
# @return [String]
|
847
847
|
attr_accessor :instance_id
|
848
848
|
|
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
|
+
|
849
855
|
# The schema of SAP system discovery data.
|
850
856
|
# Corresponds to the JSON property `sapDiscovery`
|
851
857
|
# @return [Google::Apis::WorkloadmanagerV1::SapDiscovery]
|
@@ -881,6 +887,7 @@ module Google
|
|
881
887
|
def update!(**args)
|
882
888
|
@agent_status = args[:agent_status] if args.key?(:agent_status)
|
883
889
|
@instance_id = args[:instance_id] if args.key?(:instance_id)
|
890
|
+
@open_shift_validation = args[:open_shift_validation] if args.key?(:open_shift_validation)
|
884
891
|
@sap_discovery = args[:sap_discovery] if args.key?(:sap_discovery)
|
885
892
|
@sap_validation = args[:sap_validation] if args.key?(:sap_validation)
|
886
893
|
@sent_time = args[:sent_time] if args.key?(:sent_time)
|
@@ -1224,6 +1231,20 @@ module Google
|
|
1224
1231
|
end
|
1225
1232
|
end
|
1226
1233
|
|
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
|
+
|
1227
1248
|
# This resource represents a long-running operation that is the result of a
|
1228
1249
|
# network API call.
|
1229
1250
|
class Operation
|
@@ -2700,7 +2721,7 @@ module Google
|
|
2700
2721
|
# @return [String]
|
2701
2722
|
attr_accessor :agent_version
|
2702
2723
|
|
2703
|
-
#
|
2724
|
+
# Optional. instance_name lists the human readable name of the instance that the
|
2704
2725
|
# data comes from.
|
2705
2726
|
# Corresponds to the JSON property `instanceName`
|
2706
2727
|
# @return [String]
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module WorkloadmanagerV1
|
18
18
|
# Version of the google-apis-workloadmanager_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.43.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250910"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -214,6 +214,12 @@ module Google
|
|
214
214
|
include Google::Apis::Core::JsonObjectSupport
|
215
215
|
end
|
216
216
|
|
217
|
+
class OpenShiftValidation
|
218
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
219
|
+
|
220
|
+
include Google::Apis::Core::JsonObjectSupport
|
221
|
+
end
|
222
|
+
|
217
223
|
class Operation
|
218
224
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
219
225
|
|
@@ -708,6 +714,8 @@ module Google
|
|
708
714
|
property :agent_status, as: 'agentStatus', class: Google::Apis::WorkloadmanagerV1::AgentStatus, decorator: Google::Apis::WorkloadmanagerV1::AgentStatus::Representation
|
709
715
|
|
710
716
|
property :instance_id, as: 'instanceId'
|
717
|
+
property :open_shift_validation, as: 'openShiftValidation', class: Google::Apis::WorkloadmanagerV1::OpenShiftValidation, decorator: Google::Apis::WorkloadmanagerV1::OpenShiftValidation::Representation
|
718
|
+
|
711
719
|
property :sap_discovery, as: 'sapDiscovery', class: Google::Apis::WorkloadmanagerV1::SapDiscovery, decorator: Google::Apis::WorkloadmanagerV1::SapDiscovery::Representation
|
712
720
|
|
713
721
|
property :sap_validation, as: 'sapValidation', class: Google::Apis::WorkloadmanagerV1::SapValidation, decorator: Google::Apis::WorkloadmanagerV1::SapValidation::Representation
|
@@ -827,6 +835,12 @@ module Google
|
|
827
835
|
end
|
828
836
|
end
|
829
837
|
|
838
|
+
class OpenShiftValidation
|
839
|
+
# @private
|
840
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
841
|
+
end
|
842
|
+
end
|
843
|
+
|
830
844
|
class Operation
|
831
845
|
# @private
|
832
846
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -87,8 +87,8 @@ module Google
|
|
87
87
|
# @param [String] name
|
88
88
|
# The resource that owns the locations collection, if applicable.
|
89
89
|
# @param [Array<String>, String] extra_location_types
|
90
|
-
# Optional.
|
91
|
-
#
|
90
|
+
# Optional. Unless explicitly documented otherwise, don't use this unsupported
|
91
|
+
# field which is primarily intended for internal usage.
|
92
92
|
# @param [String] filter
|
93
93
|
# A filter to narrow down results to a preferred subset. The filtering language
|
94
94
|
# accepts strings like `"displayName=tokyo"`, and is documented in more detail
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-workloadmanager_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.43.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
@@ -57,7 +57,7 @@ licenses:
|
|
57
57
|
metadata:
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-workloadmanager_v1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-workloadmanager_v1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-workloadmanager_v1/v0.43.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-workloadmanager_v1
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|