google-apis-baremetalsolution_v2 0.2.0 → 0.6.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2e0c3f6f54b3d00a5b0bb74ef2af973e6c9056e496b39cee013aa94f167aab3b
4
- data.tar.gz: f9a0442643ddae4ccac0a5ce6eb392fcab135a28fd338f5ef7bbae260c93b421
3
+ metadata.gz: 997cb0f18e31cad1529de7732cd9a34abd61192cf667860419cad18fce5c3cda
4
+ data.tar.gz: ca9dd6ac9e255559eb5f0b36ca69fe9c2f920dddce5d74217c0fff4ea6eeb1f2
5
5
  SHA512:
6
- metadata.gz: 18df956a4ef577fa1a40edd4321cc1c4e85591fb6cfdc9b9967d5e897320ad185e7707141c768391e6d310da9b276db3efcbdb95cb330d29c2e84f79e4290d3a
7
- data.tar.gz: 788016709c881e6c037584f4210499b97b99cdb7b42b692fd54814111475748354605e301ac003040749370e026e92d78fd459cffa8ffa0dd5ce523d5d1bb0bc
6
+ metadata.gz: 76f7e532f6dc4d53f1f68ead8456b21847599579df8524e4b04443738fe3f354770a466b32670c87db14fc1b47f51e4e6b5f73699c4487792046e856175181a2
7
+ data.tar.gz: 3d16139e7be1b563200a4981363bad3a14450a753c031a29f13aac15b42296950707958a7b2bf40e1aede223c7902bb42946ca32e73352f91cc8bccaf75e183c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Release history for google-apis-baremetalsolution_v2
2
2
 
3
+ ### v0.6.0 (2022-02-10)
4
+
5
+ * Regenerated from discovery document revision 20220119
6
+ * Regenerated using generator version 0.4.1
7
+
8
+ ### v0.5.0 (2021-12-08)
9
+
10
+ * Regenerated from discovery document revision 20211028
11
+
12
+ ### v0.4.0 (2021-10-27)
13
+
14
+ * Regenerated from discovery document revision 20211015
15
+
16
+ ### v0.3.0 (2021-10-15)
17
+
18
+ * Regenerated from discovery document revision 20211008
19
+
3
20
  ### v0.2.0 (2021-08-26)
4
21
 
5
22
  * Regenerated from discovery document revision 20210802
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.
@@ -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