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 +4 -4
- data/CHANGELOG.md +17 -0
- data/OVERVIEW.md +2 -2
- data/lib/google/apis/gkehub_v1alpha/classes.rb +807 -133
- data/lib/google/apis/gkehub_v1alpha/gem_version.rb +2 -2
- data/lib/google/apis/gkehub_v1alpha/representations.rb +320 -31
- data/lib/google/apis/gkehub_v1alpha/service.rb +364 -14
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a7b10916097ca4d3112440d34bf8335df618a3c195ea635460dbf35e8d1863d0
|
4
|
+
data.tar.gz: dd6520f4090328de91f8c787eaee6df87b59e69e28ed71b2cb20292d05ae4149
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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/
|
64
|
-
* The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/
|
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
|
|