google-apis-gkehub_v1beta1 0.44.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: c6cf4b23e4993ef16d9f4d226b475c0ba556ec0c39a556cccb8fea04b09c372d
4
- data.tar.gz: e9f657eddf4cf81985487f8319e73dcdfb211b8275b59fa8e6dfa68933efa7fe
3
+ metadata.gz: 52e6b2cec70758b333ec4b60698637fbb7df07851453a8fe7563bcd47e70d3a0
4
+ data.tar.gz: 30b8fa4709c03c53d92b3a332bb381d1e46df4383aee6bd601aaf3bbb087c698
5
5
  SHA512:
6
- metadata.gz: 5330e77ecad7393f1cad58bccece7c2dee04b636a76424757e4fef324cdafbe1e4c5bd30ea782709191510e355458d5e3ce16d66404317a6c1aa8c64581a7f22
7
- data.tar.gz: eff6c822e3f4490004fc71bfcc090da8f6eb90e8bbf85108dc6e1934320741b32a4c730571d2d5d51ba26ea35923e4dc87d7320fe57bd8041fd284b1efab80b6
6
+ metadata.gz: 7eb20aebb598c67c43543be44b51e436d7d2a7f2d2770051ed620aa336a69c2bb0248ef0e49cc8b827a5f63b13507088146b55804923b95955196b87573a8ac3
7
+ data.tar.gz: 66d06be2b23933c899e5e867569cb255ec6109234810b6bd0982ba385fd3edf62a023189f4bfc3415012c4691630f7c7c27c6079d6b7d09022796aee79b67c86
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
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
+
8
+ ### v0.45.0 (2025-05-04)
9
+
10
+ * Regenerated using generator version 0.17.0
11
+
3
12
  ### v0.44.0 (2025-04-27)
4
13
 
5
14
  * Regenerated from discovery document revision 20250415
data/OVERVIEW.md CHANGED
@@ -83,7 +83,7 @@ The [product documentation](https://cloud.google.com/anthos/multicluster-managem
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
86
- This library is supported on Ruby 2.7+.
86
+ This library is supported on Ruby 3.1+.
87
87
 
88
88
  Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
89
89
 
@@ -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.44.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.16.0"
22
+ GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250415"
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,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-gkehub_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.44.0
4
+ version: 0.46.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-04-27 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: google-apis-core
@@ -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.44.0
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:
@@ -66,14 +66,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
66
66
  requirements:
67
67
  - - ">="
68
68
  - !ruby/object:Gem::Version
69
- version: '2.7'
69
+ version: '3.1'
70
70
  required_rubygems_version: !ruby/object:Gem::Requirement
71
71
  requirements:
72
72
  - - ">="
73
73
  - !ruby/object:Gem::Version
74
74
  version: '0'
75
75
  requirements: []
76
- rubygems_version: 3.6.5
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: []