google-apis-compute_v1 0.16.0 → 0.20.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: bef1c398d389b8e6bd6c7989e0dee52efa2ac3ff6104dfa551039156df544a11
4
- data.tar.gz: 8a2f480a1a3fd29c4e7aed2a3bd966d503f6f72981530862d9f8dea08f2a9a77
3
+ metadata.gz: 7532da4f6a6f48a5c48dd047e9c758f4cc8fdeca67ba1f90e97bd9df4ad45fd3
4
+ data.tar.gz: e71de2e90cebdfcfcd4541d388aaac6abb065107e98daa4c503255ac9476249f
5
5
  SHA512:
6
- metadata.gz: ff39b23679eab2b17666c3671a3928476961eaab589b891a10412d591df2bc5b57e0133fbf5a82b428682ca881824ada5b8cb07c67924cb9fee5bd1d1b56e5a1
7
- data.tar.gz: 4c93ce827c9920408df33512f57e8f59455cad3c3a8a1a8fce7eb903e493acee41cfd4d1c2f6e54c72ce08507a8e875d8c1f4273c2176bda264d06f173169ea3
6
+ metadata.gz: '094a82aaf955a7335f3f222fbb8076f25c64c14e9ef39f402fe528c1f120c4afb19a4f1928bc4d37e2b706983fd1d82ddc26efbc92795ea929e97ef68b7a6edd'
7
+ data.tar.gz: ade444ced209262aa93ab468a9e3a9ece1c1eb272b5624a46b9a173fc2e8bb440ba6dc8af695a63729409236c3850b11b52f395107ad3bc169996bae62f7d98e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Release history for google-apis-compute_v1
2
2
 
3
+ ### v0.20.0 (2021-11-09)
4
+
5
+ * Regenerated from discovery document revision 20211025
6
+
7
+ ### v0.19.0 (2021-10-26)
8
+
9
+ * Regenerated from discovery document revision 20211019
10
+ * Unspecified changes
11
+
12
+ ### v0.18.0 (2021-10-02)
13
+
14
+ * Regenerated from discovery document revision 20210918
15
+
16
+ ### v0.17.0 (2021-09-13)
17
+
18
+ * Regenerated from discovery document revision 20210907
19
+
3
20
  ### v0.16.0 (2021-09-04)
4
21
 
5
22
  * Regenerated from discovery document revision 20210820
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