google-cloud-bare_metal_solution 2.0.1 → 2.0.2

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: 168626c0113865bfa3ea8ef4bf90c95eae7f69394c544457dff91997b4889193
4
- data.tar.gz: 90cb9a9f45cc626f1c66c39619a06be1748f8acba881202a9fb724fd74535450
3
+ metadata.gz: 1b8ea0ac28af59d185ad043c660732a61c8141550a70a89b0142924e8592a4aa
4
+ data.tar.gz: accec12c9c430f3e209cd1da59faeab2503bdba57a97c1e5c02dc6ca8392c923
5
5
  SHA512:
6
- metadata.gz: 8e1180f43348b7545951a8f7608017ce83aa953e94c2217db4d951e2e082cabcdb9617a74330125448ba91520127db19aec353a418290df38279c70faef314df
7
- data.tar.gz: 70ae026f549c53df7f5b2eab8b9fbe77df4dcca42432ed8fb6eea830addf93aa2a571fc5dcf6ac35e843059865cfa63aeda98a4aceb869753869962dc2cfedcd
6
+ metadata.gz: 9940731ae57d6a38b27eee3f84f7f999b9a964989cf4a8f9d542d488b96509dfaa7bae787ae3d90a522293f3564f00b57025e2f437af33a8668b94ad4d58ff6d
7
+ data.tar.gz: 836a18d64c315dfba9e20aeb1952836f1a5bcd2ef1b1a40fa487d92925009d6f20af5051b9a42135d73d8b0db4279d8c09e171aa9db17c87a9e12b992eb5f450
data/README.md CHANGED
@@ -34,6 +34,14 @@ In order to use this library, you first need to go through the following steps:
34
34
  1. [Enable the API.](https://console.cloud.google.com/apis/library/baremetalsolution.googleapis.com)
35
35
  1. {file:AUTHENTICATION.md Set up authentication.}
36
36
 
37
+ ```ruby
38
+ require "google/cloud/bare_metal_solution"
39
+
40
+ client = Google::Cloud::BareMetalSolution.bare_metal_solution
41
+ request = ::Google::Cloud::BareMetalSolution::V2::ListInstancesRequest.new # (request fields as keyword arguments...)
42
+ response = client.list_instances request
43
+ ```
44
+
37
45
  ## Debug Logging
38
46
 
39
47
  This library comes with opt-in Debug Logging that can help you troubleshoot
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module BareMetalSolution
23
- VERSION = "2.0.1"
23
+ VERSION = "2.0.2"
24
24
  end
25
25
  end
26
26
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-bare_metal_solution
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.1
4
+ version: 2.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -70,7 +70,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
70
70
  - !ruby/object:Gem::Version
71
71
  version: '0'
72
72
  requirements: []
73
- rubygems_version: 3.6.8
73
+ rubygems_version: 3.6.9
74
74
  specification_version: 4
75
75
  summary: API Client library for the Bare Metal Solution API
76
76
  test_files: []