google-apis-gkehub_v1beta1 0.45.0 → 0.46.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
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 52e6b2cec70758b333ec4b60698637fbb7df07851453a8fe7563bcd47e70d3a0
|
4
|
+
data.tar.gz: 30b8fa4709c03c53d92b3a332bb381d1e46df4383aee6bd601aaf3bbb087c698
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7eb20aebb598c67c43543be44b51e436d7d2a7f2d2770051ed620aa336a69c2bb0248ef0e49cc8b827a5f63b13507088146b55804923b95955196b87573a8ac3
|
7
|
+
data.tar.gz: 66d06be2b23933c899e5e867569cb255ec6109234810b6bd0982ba385fd3edf62a023189f4bfc3415012c4691630f7c7c27c6079d6b7d09022796aee79b67c86
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-gkehub_v1beta1
|
2
2
|
|
3
|
+
### v0.46.0 (2025-07-27)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250715
|
6
|
+
* Regenerated using generator version 0.18.0
|
7
|
+
|
3
8
|
### v0.45.0 (2025-05-04)
|
4
9
|
|
5
10
|
* Regenerated using generator version 0.17.0
|
@@ -834,6 +834,11 @@ module Google
|
|
834
834
|
# @return [String]
|
835
835
|
attr_accessor :last_connection_time
|
836
836
|
|
837
|
+
# Output only. The type of the membership.
|
838
|
+
# Corresponds to the JSON property `membershipType`
|
839
|
+
# @return [String]
|
840
|
+
attr_accessor :membership_type
|
841
|
+
|
837
842
|
# MonitoringConfig informs Fleet-based applications/services/UIs how the metrics
|
838
843
|
# for the underlying cluster is reported to cloud monitoring services. It can be
|
839
844
|
# set from empty to non-empty, but can't be mutated directly to prevent
|
@@ -885,6 +890,7 @@ module Google
|
|
885
890
|
@infrastructure_type = args[:infrastructure_type] if args.key?(:infrastructure_type)
|
886
891
|
@labels = args[:labels] if args.key?(:labels)
|
887
892
|
@last_connection_time = args[:last_connection_time] if args.key?(:last_connection_time)
|
893
|
+
@membership_type = args[:membership_type] if args.key?(:membership_type)
|
888
894
|
@monitoring_config = args[:monitoring_config] if args.key?(:monitoring_config)
|
889
895
|
@name = args[:name] if args.key?(:name)
|
890
896
|
@state = args[:state] if args.key?(:state)
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module GkehubV1beta1
|
18
18
|
# Version of the google-apis-gkehub_v1beta1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.46.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.18.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250715"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -433,6 +433,7 @@ module Google
|
|
433
433
|
property :infrastructure_type, as: 'infrastructureType'
|
434
434
|
hash :labels, as: 'labels'
|
435
435
|
property :last_connection_time, as: 'lastConnectionTime'
|
436
|
+
property :membership_type, as: 'membershipType'
|
436
437
|
property :monitoring_config, as: 'monitoringConfig', class: Google::Apis::GkehubV1beta1::MonitoringConfig, decorator: Google::Apis::GkehubV1beta1::MonitoringConfig::Representation
|
437
438
|
|
438
439
|
property :name, as: 'name'
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-gkehub_v1beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.46.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_v1beta1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1beta1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1beta1/v0.46.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gkehub_v1beta1
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
73
73
|
- !ruby/object:Gem::Version
|
74
74
|
version: '0'
|
75
75
|
requirements: []
|
76
|
-
rubygems_version: 3.6.
|
76
|
+
rubygems_version: 3.6.9
|
77
77
|
specification_version: 4
|
78
78
|
summary: Simple REST client for GKE Hub API V1beta1
|
79
79
|
test_files: []
|