google-apis-compute_alpha 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: fd2b7c1f0e2b5a439039691eb9b49de7450f6352fbe959c860d8df2d00c1b01a
4
- data.tar.gz: f6f06b5a23097d907094d1eeb62c53bbc200227f7b1b5419b546566e1d6deeb3
3
+ metadata.gz: 1d0684022478fca031cfa72de51a666437f0f66b6ed75bd0132b7173c3894a5c
4
+ data.tar.gz: ca5ae9a5bc376af403315334d843b5ebf7757d1d945be0cae1607bc487011cc9
5
5
  SHA512:
6
- metadata.gz: 8efd6f0fea6511c59cd49e6347751cd805effaf0c0394532ee6e0d78d41500e339b3df9e45411f09d6ed8da3a0ed50c7212946979a0cc1a81eb98b722b78af3d
7
- data.tar.gz: 4ef02a140320ce5a052571e29b3d2d9d50f63e8766dd534e7e21622d16b328cc65103499f062e279a354b15e85c2325477641730cadfd9ef3e0e144a4e6e982c
6
+ metadata.gz: 20e569d029a8bfc18a4fcbb251a176a05f764ab5ba43fdf5c26ad161b938ddf5e2e4c51e3c3aa423e736a1672576dbfe635dbbe8785a21ae6c38edd236278136
7
+ data.tar.gz: 211dd7bc241753f6db255cfbe16f20901f6314c0c662ade9b608d52e78adde7f632fc51e3844ebac7784e19a47dca371598bb6a2dd47a447045da54d63ffe3a8
data/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Release history for google-apis-compute_alpha
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-01)
13
+
14
+ * Regenerated from discovery document revision 20210918
15
+
16
+ ### v0.17.0 (2021-09-14)
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