google-apis-compute_beta 0.16.0 → 0.20.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: 60bebea095dd3c8713947b3c8a552259a6942e38ca7ede45b2c087d91e53fb06
4
- data.tar.gz: 4a1d2ade53683c1d00435a404c73e0b3d3dbec6acd7682458d412fa35b13d143
3
+ metadata.gz: 3af9d52072c365a85bcc069f64b118d98f3e98f55fb425d272f5320b4f02570f
4
+ data.tar.gz: f8711386c69b3c9379626580874d23adeda79895c5e6aaa11df815669e97cf71
5
5
  SHA512:
6
- metadata.gz: 3f1679328dfd49e16f24baecff40a42507b0c7858a6a18f664a567a6ecb373bdda76472d67ade8aae84822ef63ff646b97359c528a4030d900c06117fe68f0b6
7
- data.tar.gz: a19334a5a928a7f2362bba59155366af16d2cc2a44dfd0c42d6ab8ffc0ea87e9e984068fecc57c3b017d97ded1c6b7ddebbaf73021c59564c6c2e1880915ee74
6
+ metadata.gz: fc2ca2694c4d6e3e97219d0825d4d24d6d62b37cf75522a605fb753336de8516bb6f3095ec56f916ae011741ec3bbd71e8fbd5a7d1b4d1bb89d52b6594460ec5
7
+ data.tar.gz: 48500ea5a8570e0e773f385980795a8e99c92f470ad0ee1b2f74e910feeaace8564c3a516d28ccdc0cbacd8869319c383b3267a14bd1d47856fa8d63d8336311
data/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Release history for google-apis-compute_beta
2
2
 
3
+ ### v0.20.0 (2021-11-10)
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-01)
13
+
14
+ * Regenerated from discovery document revision 20210920
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