google-apis-gkehub_v2alpha 0.17.0 → 0.19.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 +9 -0
- data/lib/google/apis/gkehub_v2alpha/classes.rb +3227 -118
- data/lib/google/apis/gkehub_v2alpha/gem_version.rb +3 -3
- data/lib/google/apis/gkehub_v2alpha/representations.rb +1414 -25
- data/lib/google/apis/gkehub_v2alpha/service.rb +206 -2
- metadata +4 -4
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module GkehubV2alpha
|
18
18
|
# Version of the google-apis-gkehub_v2alpha gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.19.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.15.
|
22
|
+
GENERATOR_VERSION = "0.15.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20241206"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|