google-apis-gkehub_v1alpha 0.12.0 → 0.16.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: d8f1c7b78c35eaadfb1539f48159c42cfe4d896af96583cf7d78b7cbf0de1fc9
4
- data.tar.gz: 3cdfb96418cc4eedb22c985488f4cb0aedddfe7020824a2a046091da413e25c2
3
+ metadata.gz: d6721771e96ff3b1105ef7936f86c80bd5b01d6957d608ef16bcf85316f0f2df
4
+ data.tar.gz: 771fb2f7acc28b8f4c932e2cca93b2b13420d33564bd4b9f4d416da69d744a74
5
5
  SHA512:
6
- metadata.gz: f99f2771dc664952d91e4e332c3291085c3eee5e1896626655fc8c3e11718d8d6fa9059addc3e407f5058e7a5a2552496c9ef02289d4632a10a3bf01e35bb21e
7
- data.tar.gz: e35877636d786bae3cf32d86a73b99c074b75721fe0d8a2eb7116ca8c9cf58392408d2c5e46d35fa3871bb083fb57be05206662b9aca196fdfc149f49cce80f5
6
+ metadata.gz: d6bc8e6e0eaa23507afb8c917dcaef28111180499b825106650d39bf0d2534f56d3ecb4cbdab8a97b738ab6be0f8630991f377c989d8424a284b9d9197d73684
7
+ data.tar.gz: 16f4bf948a5174a3864c6fbe424b77d0bccc1f1c62f992f3d2a13aa98152051b87e89bf07f303657bbc75d891da42a6d31805fa1b06bda7dc6236c45d20d0062
data/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Release history for google-apis-gkehub_v1alpha
2
2
 
3
+ ### v0.16.0 (2021-11-20)
4
+
5
+ * Regenerated from discovery document revision 20211111
6
+
7
+ ### v0.15.0 (2021-11-13)
8
+
9
+ * Regenerated from discovery document revision 20211105
10
+
11
+ ### v0.14.0 (2021-10-30)
12
+
13
+ * Regenerated from discovery document revision 20211021
14
+
15
+ ### v0.13.0 (2021-10-24)
16
+
17
+ * Regenerated from discovery document revision 20211015
18
+ * Unspecified changes
19
+
3
20
  ### v0.12.0 (2021-10-04)
4
21
 
5
22
  * Regenerated from discovery document revision 20210927
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 Gkehub service in particular.)
67
67