Skip to content

Commit fac9f87

Browse files
feat: Automated regeneration of baremetalsolution v2 client (googleapis#23276)
Auto-created at 2025-06-01 09:38:48 +0000 using the toys pull request generator.
1 parent c5e810b commit fac9f87

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

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

3+
### v0.51.0 (2025-06-01)
4+
5+
* Regenerated from discovery document revision 20250519
6+
* Regenerated using generator version 0.18.0
7+
38
### v0.50.0 (2025-05-04)
49

510
* Regenerated using generator version 0.17.0

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ class InstanceConfig
488488
attr_accessor :hyperthreading
489489
alias_method :hyperthreading?, :hyperthreading
490490

491-
# A transient unique identifier to idenfity an instance within an
491+
# A transient unique identifier to identify an instance within an
492492
# ProvisioningConfig request.
493493
# Corresponds to the JSON property `id`
494494
# @return [String]

generated/google-apis-baremetalsolution_v2/lib/google/apis/baremetalsolution_v2/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 BaremetalsolutionV2
1818
# Version of the google-apis-baremetalsolution_v2 gem
19-
GEM_VERSION = "0.50.0"
19+
GEM_VERSION = "0.51.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 = "20250414"
25+
REVISION = "20250519"
2626
end
2727
end
2828
end

generated/google-apis-baremetalsolution_v2/lib/google/apis/baremetalsolution_v2/service.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1191,7 +1191,7 @@ def patch_project_location_provisioning_config(name, provisioning_config_object
11911191
execute_or_queue_command(command, &block)
11921192
end
11931193

1194-
# Submit a provisiong configuration for a given project.
1194+
# Submit a provisioning configuration for a given project.
11951195
# @param [String] parent
11961196
# Required. The parent project and location containing the ProvisioningConfig.
11971197
# @param [Google::Apis::BaremetalsolutionV2::SubmitProvisioningConfigRequest] submit_provisioning_config_request_object

0 commit comments

Comments
 (0)