google-apis-compute_v1 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: 3a93ca61a5bf6a10babc477a14d877cb77474b1a12c85907bb06780affb9d736
4
- data.tar.gz: eb3e2a2f490836122381d77583a5b92a9a02052e4a220791370a69d353129af4
3
+ metadata.gz: '05918ff5a3c165c146f0e3f297c3bb7027097f87a4ea537f159eb5c353511bbe'
4
+ data.tar.gz: d74b0893109fd871febb3ed1ef486cb11bc67956ac8c21d1de0cd4e41bf90a51
5
5
  SHA512:
6
- metadata.gz: f190349458123f195239a2f71a7a8494494cb8f56412105b0cf8aba1a5282dab7a60f43ce07773a77471ba16d4e560cf7bc666a3a94fc405b743b7be566fc47c
7
- data.tar.gz: 316adcbb224129b853031eedcca9e581554aa55a3b9db45966fe79d3854f2b69ce728df9d5313472c95534c40788197b47f18acd5c22886c2edba5d26ec98260
6
+ metadata.gz: 2134a75a3637bc64c8827e75a7c3ae38cb552673d80172632ddb87209cd81ce9e708c10b77ed0f4f9f7cb02e1b98bc616666023b9e678e713aaabf01314ed045
7
+ data.tar.gz: f155d941dc47bf9a8f4142a4092be75c7078b75aa42148d967f2a51074041d2da5fd69ab0308c209adff304a07d937e35d2a351d48efdceaf1418d61e3d7fa58
data/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Release history for google-apis-compute_v1
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-02)
9
+
10
+ * Regenerated from discovery document revision 20210918
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