google-apis-compute_beta 0.18.0 → 0.22.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: c455e69ae61c89396d3d562a32849a96432d0b41f78654b17af7545936263b2f
4
- data.tar.gz: 53dac566659bc1a69475ea2bfdb9ec2b027087dca69beb92773ad28cc33c280b
3
+ metadata.gz: a7540d744029ca8a4cd16e11d7d5928b6954a9327e4a293a3fd4abd8ebe69a23
4
+ data.tar.gz: 879d531bef4720ded4d65b38a3d5c5322635a7cfd0984af3ca8db86905b2fa7f
5
5
  SHA512:
6
- metadata.gz: 3182d9c9456f82a1ad22cd5af08eb674b4abd0627a23abe59cac1b5f90f013d101473df59f59c486e3de3f5c1b7953e070a00d41a001dc90d7e59f0015fb5889
7
- data.tar.gz: 32ee72b009abe0cb49b4d5f096f44408248b7596c9a3c7ee0f067a8b69fbaf12669a9e2f52ee2cc15b514ed3d98b3552db7b6853aaf70f28ee64ea4bee6209cc
6
+ metadata.gz: 668581511e2415bd7084e6f5d3f51cdc4f27ba99ae1676a9c23ffd40311d84b653b802fd5349db6868ac5c27031f73c8e48752e643e1258a30cbdae1636a9776
7
+ data.tar.gz: 83bd24d7c4443ce598bdceba3851c567017676bfa36d8f7ed0347e410c88ea3bfdc80ff0a45bc06b8fcf6a53e69cd07f70829f740e139194419bdb41ea67ff8e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Release history for google-apis-compute_beta
2
2
 
3
+ ### v0.22.0 (2021-12-11)
4
+
5
+ * Regenerated from discovery document revision 20211208
6
+
7
+ ### v0.21.0 (2021-12-02)
8
+
9
+ * Regenerated from discovery document revision 20211130
10
+
11
+ ### v0.20.0 (2021-11-10)
12
+
13
+ * Regenerated from discovery document revision 20211025
14
+
15
+ ### v0.19.0 (2021-10-26)
16
+
17
+ * Regenerated from discovery document revision 20211019
18
+ * Unspecified changes
19
+
3
20
  ### v0.18.0 (2021-10-01)
4
21
 
5
22
  * Regenerated from discovery document revision 20210920
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 Compute service in particular.)
67
67