google-apis-gkehub_v2alpha 0.34.0 → 0.35.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/gkehub_v2alpha/classes.rb +1 -1
- data/lib/google/apis/gkehub_v2alpha/gem_version.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fd86c0876a6c11dc1e52697bd4c9f03b81908b49df856806db706854fdd80bed
|
|
4
|
+
data.tar.gz: 50a7be6c1ef0be0bbcab920d0daefaae79ed7bbf9f2a24bd1c973723cfbead65
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: dfebf98a6dfb223dbbfd321299228950d66db0493541932e09f86a067d4770174261c4149156674c01c3e4a0aa2db229ed24085295ccb01b0c6ed9fe57381af8
|
|
7
|
+
data.tar.gz: fafef0d730ed37fb142b4b2d957f2e72515b965a8cd86951760201ec8174c6d3e5f4bac3691341634a4d896231f489636c908c99bcfad58e80610230eaa6b6ad
|
data/CHANGELOG.md
CHANGED
|
@@ -2481,7 +2481,7 @@ module Google
|
|
|
2481
2481
|
# @return [String]
|
|
2482
2482
|
attr_accessor :delete_time
|
|
2483
2483
|
|
|
2484
|
-
#
|
|
2484
|
+
# Google Cloud labels for this MembershipFeature.
|
|
2485
2485
|
# Corresponds to the JSON property `labels`
|
|
2486
2486
|
# @return [Hash<String,String>]
|
|
2487
2487
|
attr_accessor :labels
|
|
@@ -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.35.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260226"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-gkehub_v2alpha
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.35.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gkehub_v2alpha/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v2alpha/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v2alpha/v0.35.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gkehub_v2alpha
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|