google-apis-gkehub_v1alpha 0.10.0 → 0.14.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: 672a540951015125ac15ab2807357eaa32f6994bd892b5b941d7f6121b410396
4
- data.tar.gz: ab3fe00bede3db9c64e17fbf9587eaf70631eaf72827ba1c090234e8145e8adf
3
+ metadata.gz: 5c7ab5a704372ef40349e8080311c38427279c6a46042581a4ddc274c878695f
4
+ data.tar.gz: 908aaeb2caaac955de81f927f54822ed767d747eb3fdb73e2d170bfa0e81dc63
5
5
  SHA512:
6
- metadata.gz: ab9e2736d57c087b2038c883ecbd20af9520f6fb0c8cbd6931b5dc771c5141e4c89d1b92ac13cac95ad3d9c591293213864b362e376d800dfd83e19f149fcf5a
7
- data.tar.gz: d4424143c897599749795e98ef11aa901cc8bb5e08b5dc3f80e8aec40f3873f968dd40bfc5873ae305c9c88b9163fb86fadf4f3db45e9ceed63d3af4791f26e3
6
+ metadata.gz: d6ac8bc661031ef89e93bf984204ed8c30545fa2344b50996d4fd4adc98e0b69effd72549d1996471b22caa63dd31dcf529a9be23d5d033c7d72bc1c35a80de1
7
+ data.tar.gz: d3e5816d2f7f254854e2cceac547c016467d30cb70db22dd34eca96dd7d210cccc8501590f9492deaedf28b70a3ef10d529a034d6f92f564cb72430af3f128c7
data/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Release history for google-apis-gkehub_v1alpha
2
2
 
3
+ ### v0.14.0 (2021-10-30)
4
+
5
+ * Regenerated from discovery document revision 20211021
6
+
7
+ ### v0.13.0 (2021-10-24)
8
+
9
+ * Regenerated from discovery document revision 20211015
10
+ * Unspecified changes
11
+
12
+ ### v0.12.0 (2021-10-04)
13
+
14
+ * Regenerated from discovery document revision 20210927
15
+
16
+ ### v0.11.0 (2021-09-26)
17
+
18
+ * Regenerated from discovery document revision 20210920
19
+
3
20
  ### v0.10.0 (2021-08-21)
4
21
 
5
22
  * Regenerated from discovery document revision 20210813
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