google-apis-baremetalsolution_v2 0.5.0 → 0.8.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: 987dd57071504cff2aab6f1cc15cdbd8bf2d20262d6b2a81a2532e3a9f616260
4
- data.tar.gz: 706e0f2681e789f8cf766efdf5c17a088792d66d1590bf8b65c3d6ace4507175
3
+ metadata.gz: 1764ccaa775e4178b27b90ac07d4e4fec066ba4028e53db2961639c566db83f7
4
+ data.tar.gz: bc19556bde4a70631e7938dd8c0b7d63cf1bc6dc3d980d3756aa012e48acb45a
5
5
  SHA512:
6
- metadata.gz: 7ced3e16c4a512992f95e77be1a5a30f9a5d7cc6b6d64ce193424d5bde2f7bfaff1444add26920fc0f0c80feba9448bb284eb2096f8d371e7af087133bb17f91
7
- data.tar.gz: 85a3309fa8cb6fc51bfde8de7aac70274e91f6839c71e4bd5e7235c26ed4c6abc9123f12f76ff93d7d588716c87196fe6b7d1803e9b3d5a6a2bdb3942dc2de3b
6
+ metadata.gz: 89f97ba7ffdf8fd71a3e46d2016c9cca12f10653f8d9d18c83d8fff58067a25b7d368dca55e88d609ff14aff9ab0112d1aa850fcd76634f0c6f58fbd58833877
7
+ data.tar.gz: 46b185621aa824a08c1926d6f0e95c242ba7eb86e23f6835654fa1e8872f2b20fd50f011f255efc9c0c9a907e14e11f87aa7632a3cd6fbad60122aafb4533e9f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Release history for google-apis-baremetalsolution_v2
2
2
 
3
+ ### v0.8.0 (2022-03-13)
4
+
5
+ * Regenerated from discovery document revision 20220307
6
+
7
+ ### v0.7.0 (2022-02-14)
8
+
9
+ * Regenerated from discovery document revision 20220209
10
+
11
+ ### v0.6.0 (2022-02-10)
12
+
13
+ * Regenerated from discovery document revision 20220119
14
+ * Regenerated using generator version 0.4.1
15
+
3
16
  ### v0.5.0 (2021-12-08)
4
17
 
5
18
  * Regenerated from discovery document revision 20211028
data/OVERVIEW.md CHANGED
@@ -51,7 +51,7 @@ require "google/apis/baremetalsolution_v2"
51
51
  client = Google::Apis::BaremetalsolutionV2::BaremetalsolutionService.new
52
52
 
53
53
  # Authenticate calls
54
- client.authentication = # ... use the googleauth gem to create credentials
54
+ client.authorization = # ... use the googleauth gem to create credentials
55
55
  ```
56
56
 
57
57
  See the class reference docs for information on the methods you can call from a client.