google-cloud-bare_metal_solution 2.0.1 → 2.1.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: 168626c0113865bfa3ea8ef4bf90c95eae7f69394c544457dff91997b4889193
4
- data.tar.gz: 90cb9a9f45cc626f1c66c39619a06be1748f8acba881202a9fb724fd74535450
3
+ metadata.gz: b8038329bd06a0724e3a596e74682faff4231e015fe2c892c599defe38b5fd2c
4
+ data.tar.gz: f8805bd7530fb443e3b78ca847c2dd9d609567f4f678b1da6821f0e3b7bc793c
5
5
  SHA512:
6
- metadata.gz: 8e1180f43348b7545951a8f7608017ce83aa953e94c2217db4d951e2e082cabcdb9617a74330125448ba91520127db19aec353a418290df38279c70faef314df
7
- data.tar.gz: 70ae026f549c53df7f5b2eab8b9fbe77df4dcca42432ed8fb6eea830addf93aa2a571fc5dcf6ac35e843059865cfa63aeda98a4aceb869753869962dc2cfedcd
6
+ metadata.gz: de7ab188452a3bc05498f470e10c859a894300fdcb3e0438802b582687c6d340fc2fe39509792e69c7128c35575243e26be50188edb2f83976e128752bd35fff
7
+ data.tar.gz: 9bf954cc3e822dc88d24e0ab2200698e0952ea67915ba77da7d85afc48bef559b337d9632145b04e289dc6371ba9aa8cfd346886e57bf8518c7810cfa28d0fdc
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.1.0"
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.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -63,14 +63,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
63
63
  requirements:
64
64
  - - ">="
65
65
  - !ruby/object:Gem::Version
66
- version: '3.0'
66
+ version: '3.2'
67
67
  required_rubygems_version: !ruby/object:Gem::Requirement
68
68
  requirements:
69
69
  - - ">="
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: []