Skip to content

Commit 316ac75

Browse files
feat: Automated regeneration of workloadmanager v1 client (googleapis#23814)
Auto-created at 2025-07-27 10:48:49 +0000 using the toys pull request generator.
1 parent 0571b33 commit 316ac75

File tree

5 files changed

+14
-2
lines changed

5 files changed

+14
-2
lines changed

api_names_out.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -376254,6 +376254,7 @@
376254376254
"/workloadmanager:v1/AgentStatus/configurationFilePath": configuration_file_path
376255376255
"/workloadmanager:v1/AgentStatus/configurationValid": configuration_valid
376256376256
"/workloadmanager:v1/AgentStatus/installedVersion": installed_version
376257+
"/workloadmanager:v1/AgentStatus/instanceUri": instance_uri
376257376258
"/workloadmanager:v1/AgentStatus/kernelVersion": kernel_version
376258376259
"/workloadmanager:v1/AgentStatus/references": references
376259376260
"/workloadmanager:v1/AgentStatus/references/reference": reference

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.38.0 (2025-07-27)
4+
5+
* Regenerated from discovery document revision 20250714
6+
37
### v0.37.0 (2025-07-13)
48

59
* Regenerated from discovery document revision 20250630

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,11 @@ class AgentStatus
8787
# @return [String]
8888
attr_accessor :installed_version
8989

90+
# Output only. The URI of the instance. Format: projects//zones//instances/
91+
# Corresponds to the JSON property `instanceUri`
92+
# @return [String]
93+
attr_accessor :instance_uri
94+
9095
# KernelVersion encapsulates the kernel version data for the system.
9196
# Corresponds to the JSON property `kernelVersion`
9297
# @return [Google::Apis::WorkloadmanagerV1::SapDiscoveryResourceInstancePropertiesKernelVersion]
@@ -125,6 +130,7 @@ def update!(**args)
125130
@configuration_file_path = args[:configuration_file_path] if args.key?(:configuration_file_path)
126131
@configuration_valid = args[:configuration_valid] if args.key?(:configuration_valid)
127132
@installed_version = args[:installed_version] if args.key?(:installed_version)
133+
@instance_uri = args[:instance_uri] if args.key?(:instance_uri)
128134
@kernel_version = args[:kernel_version] if args.key?(:kernel_version)
129135
@references = args[:references] if args.key?(:references)
130136
@services = args[:services] if args.key?(:services)

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.37.0"
19+
GEM_VERSION = "0.38.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 = "20250630"
25+
REVISION = "20250714"
2626
end
2727
end
2828
end

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -472,6 +472,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
472472
property :configuration_file_path, as: 'configurationFilePath'
473473
property :configuration_valid, as: 'configurationValid'
474474
property :installed_version, as: 'installedVersion'
475+
property :instance_uri, as: 'instanceUri'
475476
property :kernel_version, as: 'kernelVersion', class: Google::Apis::WorkloadmanagerV1::SapDiscoveryResourceInstancePropertiesKernelVersion, decorator: Google::Apis::WorkloadmanagerV1::SapDiscoveryResourceInstancePropertiesKernelVersion::Representation
476477

477478
collection :references, as: 'references', class: Google::Apis::WorkloadmanagerV1::AgentStatusReference, decorator: Google::Apis::WorkloadmanagerV1::AgentStatusReference::Representation

0 commit comments

Comments
 (0)