google-apis-compute_alpha 0.15.0 → 0.19.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: 67f3b74d9c71ddc12eb013e1d925f136b43f3a080ef0992ba134d82f7ee4460b
4
- data.tar.gz: 540ee33a6860b91793f247072dc15e10f6a82257ae155d5a107c25b9204b5580
3
+ metadata.gz: 933398e30a76aa0901734e7cfaacee73883c6cd4ed7c5917821ebb171073c4c4
4
+ data.tar.gz: 5837af21c30f89688c0c9eb441e48df2e1c37c448f32818aaa497f9cea2ccbb3
5
5
  SHA512:
6
- metadata.gz: 0d1f1a98483d38e27f315a3a7b8ecc36a2871e00057a5a082530cce58bfe6d3b07d4caed3b036e07e5f140fc70f2daf8b201205aecb0cd13cde5948797f99366
7
- data.tar.gz: a01bf9c485486fd8ee067a44b57ff4af724745a278f02642a14c19381db4d132e3ecebeb749ca99f342ed3b656e18185476bcf6e285a448ab0759b98420e550d
6
+ metadata.gz: 5fa151cf27d5dfe84c245f0979082736e5fcdab89aea5850b3a1aa93472c44bdf42fb3456961ddd635e7aed3a1c9de4a3ced42a5a23bdbf5533889d95a94787e
7
+ data.tar.gz: d06e879dccf4f29569303afb3e3713eaca87063c56be25cbecf7ac7751c3cdc80cbb0750152ff354fb6a4565e1e8065891fd3a8b66a7c6eda47f177744423be1
data/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Release history for google-apis-compute_alpha
2
2
 
3
+ ### v0.19.0 (2021-10-26)
4
+
5
+ * Regenerated from discovery document revision 20211019
6
+ * Unspecified changes
7
+
8
+ ### v0.18.0 (2021-10-01)
9
+
10
+ * Regenerated from discovery document revision 20210918
11
+
12
+ ### v0.17.0 (2021-09-14)
13
+
14
+ * Regenerated from discovery document revision 20210907
15
+
16
+ ### v0.16.0 (2021-09-04)
17
+
18
+ * Regenerated from discovery document revision 20210820
19
+
3
20
  ### v0.15.0 (2021-07-29)
4
21
 
5
22
  * Regenerated from discovery document revision 20210719
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