google-apis-baremetalsolution_v2 0.50.0 → 0.51.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
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 562727c01c4850f1639e310f4090d52e109ddaf31fd6cb1338f749fda4a310d0
|
4
|
+
data.tar.gz: 21e85baef8d77d8fb7b2fe5c541fe3a370b7469a0293a5a3e07b9c8f4aa118d9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 01173ecb16f43bd03ee3f1a61f5b2ec3a9725e6b3563f549afcc597a8a737a8414abdcbbc9bbdcae77c4d00350283455c7efd97b1983cda343bad5cbac1003bf
|
7
|
+
data.tar.gz: ae46978580e71fa7b7190946c30b378c740f0017d53f2c06ee0111dd4fa3d6dd3a37d52530db211447b65c6a393816d6ec1ecae5fa26f7bd30d04ed42f4cd1d9
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-baremetalsolution_v2
|
2
2
|
|
3
|
+
### v0.51.0 (2025-06-01)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250519
|
6
|
+
* Regenerated using generator version 0.18.0
|
7
|
+
|
3
8
|
### v0.50.0 (2025-05-04)
|
4
9
|
|
5
10
|
* Regenerated using generator version 0.17.0
|
@@ -488,7 +488,7 @@ module Google
|
|
488
488
|
attr_accessor :hyperthreading
|
489
489
|
alias_method :hyperthreading?, :hyperthreading
|
490
490
|
|
491
|
-
# A transient unique identifier to
|
491
|
+
# A transient unique identifier to identify an instance within an
|
492
492
|
# ProvisioningConfig request.
|
493
493
|
# Corresponds to the JSON property `id`
|
494
494
|
# @return [String]
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module BaremetalsolutionV2
|
18
18
|
# Version of the google-apis-baremetalsolution_v2 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.51.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.18.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250519"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1191,7 +1191,7 @@ module Google
|
|
1191
1191
|
execute_or_queue_command(command, &block)
|
1192
1192
|
end
|
1193
1193
|
|
1194
|
-
# Submit a
|
1194
|
+
# Submit a provisioning configuration for a given project.
|
1195
1195
|
# @param [String] parent
|
1196
1196
|
# Required. The parent project and location containing the ProvisioningConfig.
|
1197
1197
|
# @param [Google::Apis::BaremetalsolutionV2::SubmitProvisioningConfigRequest] submit_provisioning_config_request_object
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-baremetalsolution_v2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.51.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-baremetalsolution_v2/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-baremetalsolution_v2/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-baremetalsolution_v2/v0.51.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-baremetalsolution_v2
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
73
73
|
- !ruby/object:Gem::Version
|
74
74
|
version: '0'
|
75
75
|
requirements: []
|
76
|
-
rubygems_version: 3.6.
|
76
|
+
rubygems_version: 3.6.9
|
77
77
|
specification_version: 4
|
78
78
|
summary: Simple REST client for Bare Metal Solution API V2
|
79
79
|
test_files: []
|