google-apis-gkehub_v1beta 0.88.0 → 0.89.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: b0ec6f298759f147d6237a9770a7bf2f7f26154d85b498d8a9dbe3b0a2ffae94
4
- data.tar.gz: 51a898ffa4c507c01b23eaa9bc12bd834631abfd27de1af0af2a9e1faa02ddee
3
+ metadata.gz: 9ae782fb42aac3b09810314de49fa28e53b03cf992ab6d506c3891f7f976415b
4
+ data.tar.gz: c5ef00723a01e06984cd65d2f8162670e371b6a472f9460c2a90e08974acf8e0
5
5
  SHA512:
6
- metadata.gz: 681409c2511e3c67c3c3ef3c126d2bf89cb1b4d33faffa507b920c4c9fad1984d7a017be6538d7a4d48d1092a3722ebb30d2ddf44e83dc2d0898563d1153f037
7
- data.tar.gz: ee73e8c46117d5a0f0fda042f6cdc00bcdb832da295767b72590626e652ee53a62be54f82268c34456c958b7d367d61363c5cbdfa110091386375ee50561b2fb
6
+ metadata.gz: 5ee1b044a5a19fd223bf007a5983f06e8637b72321ec5246921c59c3e33b28a847048e5de4fe0524891595c6f99a4d46a9ccf53e233bdce89772a2cab4ee6e78
7
+ data.tar.gz: 51cabd8f08d83f376ac83b6aec00cc64ce443eaa7bb0bac9807d315569b0706193b0f90dbd200f83a4b1b35d76368aaa74ca26e84080aaf8528bd9e551014836
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-gkehub_v1beta
2
2
 
3
+ ### v0.89.0 (2025-09-14)
4
+
5
+ * Regenerated from discovery document revision 20250907
6
+
3
7
  ### v0.88.0 (2025-08-24)
4
8
 
5
9
  * Regenerated from discovery document revision 20250815
@@ -5577,8 +5577,14 @@ module Google
5577
5577
  # @return [String]
5578
5578
  attr_accessor :connect_version
5579
5579
 
5580
- # Optional. Major version of the Kubernetes cluster. This is only used to
5581
- # determine which version to use for the CustomResourceDefinition resources, `
5580
+ # Optional. Git version of the Kubernetes cluster. This is only used to gate the
5581
+ # Connect Agent migration to svc.id.goog on GDC-SO 1.33.100 patch and above.
5582
+ # Corresponds to the JSON property `k8sGitVersion`
5583
+ # @return [String]
5584
+ attr_accessor :k8s_git_version
5585
+
5586
+ # Optional. Major and minor version of the Kubernetes cluster. This is only used
5587
+ # to determine which version to use for the CustomResourceDefinition resources, `
5582
5588
  # apiextensions/v1beta1` or`apiextensions/v1`.
5583
5589
  # Corresponds to the JSON property `k8sVersion`
5584
5590
  # @return [String]
@@ -5599,6 +5605,7 @@ module Google
5599
5605
  # Update properties of this object
5600
5606
  def update!(**args)
5601
5607
  @connect_version = args[:connect_version] if args.key?(:connect_version)
5608
+ @k8s_git_version = args[:k8s_git_version] if args.key?(:k8s_git_version)
5602
5609
  @k8s_version = args[:k8s_version] if args.key?(:k8s_version)
5603
5610
  @v1beta1_crd = args[:v1beta1_crd] if args.key?(:v1beta1_crd)
5604
5611
  end
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module GkehubV1beta
18
18
  # Version of the google-apis-gkehub_v1beta gem
19
- GEM_VERSION = "0.88.0"
19
+ GEM_VERSION = "0.89.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 = "20250815"
25
+ REVISION = "20250907"
26
26
  end
27
27
  end
28
28
  end
@@ -2588,6 +2588,7 @@ module Google
2588
2588
  # @private
2589
2589
  class Representation < Google::Apis::Core::JsonRepresentation
2590
2590
  property :connect_version, as: 'connectVersion'
2591
+ property :k8s_git_version, as: 'k8sGitVersion'
2591
2592
  property :k8s_version, as: 'k8sVersion'
2592
2593
  property :v1beta1_crd, as: 'v1beta1Crd'
2593
2594
  end
@@ -127,8 +127,8 @@ module Google
127
127
  # @param [String] name
128
128
  # The resource that owns the locations collection, if applicable.
129
129
  # @param [Array<String>, String] extra_location_types
130
- # Optional. Do not use this field. It is unsupported and is ignored unless
131
- # explicitly documented otherwise. This is primarily for internal usage.
130
+ # Optional. Unless explicitly documented otherwise, don't use this unsupported
131
+ # field which is primarily intended for internal usage.
132
132
  # @param [String] filter
133
133
  # A filter to narrow down results to a preferred subset. The filtering language
134
134
  # 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_v1beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.88.0
4
+ version: 0.89.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_v1beta/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1beta/v0.88.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1beta/v0.89.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gkehub_v1beta
62
62
  rdoc_options: []
63
63
  require_paths: