google-apis-gkehub_v1beta1 0.45.0 → 0.47.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: a9624e488377a0e7d9459fb49bfb7dfd5025bf4dc73bffcfcf5a28536447093c
4
- data.tar.gz: 47b34f06fc88da6f79f336a0d2c5db67b4baf89a82f4263690888e68fc3494d0
3
+ metadata.gz: a6df57a04c2705cf4ed3ff2fe5ffe2af683d515954b757d6122305d8067d2284
4
+ data.tar.gz: ef0f1e4306a0a6fcd74266e14f3982e8e3bac29c2023b4a56b32fd4d97410b53
5
5
  SHA512:
6
- metadata.gz: 57d98d15e3636c6f87d40a992158a2f92ce45a848f97e71f9015f5e21e10385dc88a66bead50423c1423b97715751648156f79a2dbca7a5735e20ba3c4469cf2
7
- data.tar.gz: 61c2ad7b843b9f2f0c239c44985a92547c049c6bc184b2da5beaa035d58db45d86de8b0abed3a65fc4f0cb19b7f1c541980419be2fd930c75a63d327d7f88bd0
6
+ metadata.gz: f5e776ed6b272a0898cc50f85bd77850281206bc1ee731f5e3994cd75cd2c8d32cad59f0ccd52bfae6e5d1e6a3e2b7903ae547e0e76674a9b9452ad9c8c7d78a
7
+ data.tar.gz: 1ab773771d9151a6722ed63b393eb7128ba56976c31d933d8340b2c296b784a276c14bc39934846ed7c83217f39d40e563fd5b8174798e4eef05b0eb4f7b422b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-gkehub_v1beta1
2
2
 
3
+ ### v0.47.0 (2025-08-24)
4
+
5
+ * Regenerated from discovery document revision 20250815
6
+
7
+ ### v0.46.0 (2025-07-27)
8
+
9
+ * Regenerated from discovery document revision 20250715
10
+ * Regenerated using generator version 0.18.0
11
+
3
12
  ### v0.45.0 (2025-05-04)
4
13
 
5
14
  * 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.45.0"
19
+ GEM_VERSION = "0.47.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.17.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 = "20250815"
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'
@@ -85,8 +85,8 @@ module Google
85
85
  # @param [String] name
86
86
  # The resource that owns the locations collection, if applicable.
87
87
  # @param [Array<String>, String] extra_location_types
88
- # Optional. A list of extra location types that should be used as conditions for
89
- # controlling the visibility of the locations.
88
+ # Optional. Do not use this field. It is unsupported and is ignored unless
89
+ # explicitly documented otherwise. This is primarily for internal usage.
90
90
  # @param [String] filter
91
91
  # A filter to narrow down results to a preferred subset. The filtering language
92
92
  # accepts strings like `"displayName=tokyo"`, and is documented in more detail
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.45.0
4
+ version: 0.47.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.45.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1beta1/v0.47.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.8
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: []