google-apis-baremetalsolution_v2 0.3.0 → 0.7.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: 37c38f7c9aa39bd9a296c068ada2c04ea562021745b3d0610b5551e152ef25a8
4
- data.tar.gz: 1935edb6e8329a85bc0e8883d606d407c92e355a69a08095a00a264e5d64fc29
3
+ metadata.gz: b86a26a7aebedc23419032746cef40a8f8a6cd002838f7598b142c6c8611c2c9
4
+ data.tar.gz: 2669ae2b06c8861f60733a07f0d384ec644ccb4a11cc896878e68465c232ad1d
5
5
  SHA512:
6
- metadata.gz: ed74e3cf632bd8df08334e43a589167d0655e5aa64190c18a0158005e3ca43844e83622d128ce9a2ea7c595f9612ddb40261ff1007784e79a2b34634bde8e71d
7
- data.tar.gz: e2ed2d2c7f62049606913ee28a11adc053341950426f7950e355c128362fe6198afe636a753ed5135d158556e06338fcdf608700852e88f4afcca2e25581b668
6
+ metadata.gz: 5086c37b726ab1075f6fd952a4f645ebd4226e3b7771aaaad203c36afe42ab100d649130e619f24fae148abdc47ffed5f209c89ee7a8f62238f4536f3d1deec3
7
+ data.tar.gz: c0051f596ee96670082825ff88e230e92dac0d2077ed20fb0a0f021203c9fe4ae2f07981cc42941fd1898746f7402464303d8a03250f96761d5825a5fcc1a609
data/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Release history for google-apis-baremetalsolution_v2
2
2
 
3
+ ### v0.7.0 (2022-02-14)
4
+
5
+ * Regenerated from discovery document revision 20220209
6
+
7
+ ### v0.6.0 (2022-02-10)
8
+
9
+ * Regenerated from discovery document revision 20220119
10
+ * Regenerated using generator version 0.4.1
11
+
12
+ ### v0.5.0 (2021-12-08)
13
+
14
+ * Regenerated from discovery document revision 20211028
15
+
16
+ ### v0.4.0 (2021-10-27)
17
+
18
+ * Regenerated from discovery document revision 20211015
19
+
3
20
  ### v0.3.0 (2021-10-15)
4
21
 
5
22
  * Regenerated from discovery document revision 20211008
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