google-apis-gkehub_v1alpha 0.11.0 → 0.15.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: 8bf5e9d13672c2f886f0c2dc57d4a2192082fda1e2a1bb7fb47b7825970ab4f4
4
- data.tar.gz: 90c43c4098c508dea3fa52fa0a46aa4eb9503963c9214e38dd2da7b0d77a0a11
3
+ metadata.gz: a7b10916097ca4d3112440d34bf8335df618a3c195ea635460dbf35e8d1863d0
4
+ data.tar.gz: dd6520f4090328de91f8c787eaee6df87b59e69e28ed71b2cb20292d05ae4149
5
5
  SHA512:
6
- metadata.gz: 2e438ff858547c7802d96f696307b07019657c0cfe354e9f26e50054d6bfbde5ce93885199543e038b77c2a7fe440dd3c0ac6b25183667b595ff9edaef28dbe4
7
- data.tar.gz: d42654251f64e2cbe748eda9552f5a016127ddd03fbf8491f2e520f35cac94d99d4527c19726b581b80b5437c7104a1d695f9aef9e364ae7f27bc2507657831f
6
+ metadata.gz: c571f35a8494af322207415fa9c5c3ab1b4761e5bc5cf985b1a0ec7b987aee4032d82b53e58db8dcbf1be478285804ca1f5b41aefc318df3ff795810c9b683cb
7
+ data.tar.gz: 1675980291105294aa44b7b4db230df1dfc06f16cacc1ff8862232d8ae553723754a4994e4b5ed53e8946ad2098ce8eb1506dd280b578e514515d66304756e2b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Release history for google-apis-gkehub_v1alpha
2
2
 
3
+ ### v0.15.0 (2021-11-13)
4
+
5
+ * Regenerated from discovery document revision 20211105
6
+
7
+ ### v0.14.0 (2021-10-30)
8
+
9
+ * Regenerated from discovery document revision 20211021
10
+
11
+ ### v0.13.0 (2021-10-24)
12
+
13
+ * Regenerated from discovery document revision 20211015
14
+ * Unspecified changes
15
+
16
+ ### v0.12.0 (2021-10-04)
17
+
18
+ * Regenerated from discovery document revision 20210927
19
+
3
20
  ### v0.11.0 (2021-09-26)
4
21
 
5
22
  * Regenerated from discovery document revision 20210920
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