google-cloud-bare_metal_solution 0.3.0 → 1.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/google/cloud/bare_metal_solution/version.rb +1 -1
- data/lib/google/cloud/bare_metal_solution.rb +1 -1
- 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: ca238aec0c82fc62e13ebc7b8617fe8f8d740788c784cc11ee4b571b23d596d4
|
4
|
+
data.tar.gz: c47aad781c8e83a45c60d0fd59166b575e0b35c59f4bb17fa228e48e1750b7e5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a715cfd299941ba9b6f97c9e9c8896137c4eda94628056345a8f2a8610a6122cd1c04c513de57beae633d390e96bd0b5276c79a9b2360b6a06df9ef7988522fa
|
7
|
+
data.tar.gz: f38db1c0db29aaf66a26fe5d4b9d20b7b61f6e3337d71a2659d831be0b4f9449a593c2777044e24343264f7def66860a6f4843cd416f502b700c031bd6f7741f
|
data/README.md
CHANGED
@@ -16,7 +16,7 @@ for this library, google-cloud-bare_metal_solution, to see the convenience metho
|
|
16
16
|
constructing client objects. Reference documentation for the client objects
|
17
17
|
themselves can be found in the client library documentation for the versioned
|
18
18
|
client gems:
|
19
|
-
[google-cloud-bare_metal_solution-v2](https://
|
19
|
+
[google-cloud-bare_metal_solution-v2](https://cloud.google.com/ruby/docs/reference/google-cloud-bare_metal_solution-v2/latest).
|
20
20
|
|
21
21
|
See also the [Product Documentation](https://cloud.google.com/bare-metal/)
|
22
22
|
for more usage information.
|
@@ -48,7 +48,7 @@ module Google
|
|
48
48
|
# Create a new client object for BareMetalSolution.
|
49
49
|
#
|
50
50
|
# By default, this returns an instance of
|
51
|
-
# [Google::Cloud::BareMetalSolution::V2::BareMetalSolution::Client](https://
|
51
|
+
# [Google::Cloud::BareMetalSolution::V2::BareMetalSolution::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-bare_metal_solution-v2/latest/Google-Cloud-BareMetalSolution-V2-BareMetalSolution-Client)
|
52
52
|
# for a gRPC client for version V2 of the API.
|
53
53
|
# However, you can specify a different API version by passing it in the
|
54
54
|
# `version` parameter. If the BareMetalSolution service is
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-bare_metal_solution
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 1.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-07-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-cloud-bare_metal_solution-v2
|