google-apis-compute_beta 0.15.0 → 0.19.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: 5850b2e1243e74bce0fcbd03832a81aae9ff708f05c9aa33427553944f4e9b67
4
- data.tar.gz: 0fbd841dd62ba04cc8b29ef95bc4dd97b89f8ce3961a6a04fdf2c3047fee9e71
3
+ metadata.gz: 1571c714276dcb0b0c9f012072bc2e3adfc68e16f7a799a54182335ae19554d2
4
+ data.tar.gz: 9b200a23bf268b31837193e71770cef8d01527a3d1c802d3451788f60b14ab63
5
5
  SHA512:
6
- metadata.gz: 26758b9a629d28b6f1b84593fd8cbc8fc428977aca988a64543723350c0f4c4a9b6237e58482ed17cf384cfa7a367473f12fc4a3406722997490c4645ac5f679
7
- data.tar.gz: 77a09e57917a6507a6bdd289bd5c374f2de8bdb3c36154986b8acff14b209a9b6bd579239bbc5ed86a7a781970e4f170528d6f69a2b521d0a387bce2c05f8669
6
+ metadata.gz: 2fce585534f9b4634b4ed9fc3112a16691d09091796a7245606fedafd00b7fe9b9b384d2d2e2823a4fcf053e99a729bf84fcdfd27911fffa32d601dce0c4e8bc
7
+ data.tar.gz: d36233bb8a115601f66cf2a0ca46747f45b70c81011ee5b9d5fbd8dbf650b38f76c799e39415db515d7978e8288865bf5cb1737e80c7b6316b19a2b299334990
data/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Release history for google-apis-compute_beta
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 20210920
11
+
12
+ ### v0.17.0 (2021-09-13)
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