google-apis-baremetalsolution_v2 0.1.0 → 0.5.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: 82cea9f6666d6b8e3418a950b9bfa3442bea929a86a2fe63c0bdf337e1594d34
4
- data.tar.gz: b263e5349b5a53fcc24bb0336808bdadb50a160e3635c7abb7961a655051f7b0
3
+ metadata.gz: 987dd57071504cff2aab6f1cc15cdbd8bf2d20262d6b2a81a2532e3a9f616260
4
+ data.tar.gz: 706e0f2681e789f8cf766efdf5c17a088792d66d1590bf8b65c3d6ace4507175
5
5
  SHA512:
6
- metadata.gz: 540c874f76c7d6313f02a2ddfde04722d897b2b24b80e676d60c1b674e3346101b631d4bd896404043e9504702193dc5576aa1c74836611b83c686ae5f2d3e31
7
- data.tar.gz: ffd31fde978f3dfcb66c5d2257ad0baeebda701d2619d8c87d41a61d48000b3cb206312c61e34e306ca07210b37119f6175f3ae49c617b455fb76422af104002
6
+ metadata.gz: 7ced3e16c4a512992f95e77be1a5a30f9a5d7cc6b6d64ce193424d5bde2f7bfaff1444add26920fc0f0c80feba9448bb284eb2096f8d371e7af087133bb17f91
7
+ data.tar.gz: 85a3309fa8cb6fc51bfde8de7aac70274e91f6839c71e4bd5e7235c26ed4c6abc9123f12f76ff93d7d588716c87196fe6b7d1803e9b3d5a6a2bdb3942dc2de3b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Release history for google-apis-baremetalsolution_v2
2
2
 
3
+ ### v0.5.0 (2021-12-08)
4
+
5
+ * Regenerated from discovery document revision 20211028
6
+
7
+ ### v0.4.0 (2021-10-27)
8
+
9
+ * Regenerated from discovery document revision 20211015
10
+
11
+ ### v0.3.0 (2021-10-15)
12
+
13
+ * Regenerated from discovery document revision 20211008
14
+
15
+ ### v0.2.0 (2021-08-26)
16
+
17
+ * Regenerated from discovery document revision 20210802
18
+
3
19
  ### v0.1.0 (2021-08-02)
4
20
 
5
21
  * Regenerated from discovery document revision 20210706
data/OVERVIEW.md CHANGED
@@ -60,8 +60,8 @@ See the class reference docs for information on the methods you can call from a
60
60
 
61
61
  More detailed descriptions of the Google simple REST clients are available in two documents.
62
62
 
63
- * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
- * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
63
+ * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
+ * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
65
65
 
66
66
  (Note: the above documents are written for the simple REST clients in general, and their examples may not reflect the Baremetalsolution service in particular.)
67
67