google-apis-gkehub_v1alpha 0.93.0 → 0.95.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: e515a2ee17b18b3ff2c7ad26eb995edc9fe1c8ff541d839ed9fe1bc32571c246
4
- data.tar.gz: 80048cc3a591767f288c7b7d709d455d5e4fc382ba21b847c087ecd76b92914b
3
+ metadata.gz: ecdff8461775cd2d3625e3a33a337079b6c05a6660e8f0bc57f8aa136de5e8cd
4
+ data.tar.gz: e8f370f33f12709cc065628348f618dda8729faa2c3f01457f0760e35bfe985a
5
5
  SHA512:
6
- metadata.gz: bf410fd91aeddf657fd82dcc6af7ebb038cfe0b12bcd4f8aeae013d5552953dea925fb3ea34941d8e68181bd9fbd92a0c5a1352ced9b5891931e88a6d4f76814
7
- data.tar.gz: 8de9b94199c887e5726883cc4bdfc292b65ca9fd1e81f5044aefbe49eb94e3cefe60c6bdd0a12924a8218a9e53cba5e0dd2aa2972e0005a5723cee2b9716f3f8
6
+ metadata.gz: 72ac6cf34ba72bc307fd5f6b1644adbc59652e9e984c02e09ecad74aacadcbddeda0ab425b2c4b9be5b10b9125ca2bcc1cc56635e6455b017a0628eab6d0d1da
7
+ data.tar.gz: 93560eb0627360772d63373ad566b7bfe2829af90b1f91e6deaac24aa52a9a20fb1422fed7ef7be2c33681486de794c813dfe743a48babc8a32c095c5c116039
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-gkehub_v1alpha
2
2
 
3
+ ### v0.95.0 (2025-09-14)
4
+
5
+ * Regenerated from discovery document revision 20250907
6
+
7
+ ### v0.94.0 (2025-08-24)
8
+
9
+ * Regenerated from discovery document revision 20250815
10
+
3
11
  ### v0.93.0 (2025-07-27)
4
12
 
5
13
  * Regenerated from discovery document revision 20250720
@@ -5923,8 +5923,14 @@ module Google
5923
5923
  # @return [String]
5924
5924
  attr_accessor :connect_version
5925
5925
 
5926
- # Optional. Major version of the Kubernetes cluster. This is only used to
5927
- # determine which version to use for the CustomResourceDefinition resources, `
5926
+ # Optional. Git version of the Kubernetes cluster. This is only used to gate the
5927
+ # Connect Agent migration to svc.id.goog on GDC-SO 1.33.100 patch and above.
5928
+ # Corresponds to the JSON property `k8sGitVersion`
5929
+ # @return [String]
5930
+ attr_accessor :k8s_git_version
5931
+
5932
+ # Optional. Major and minor version of the Kubernetes cluster. This is only used
5933
+ # to determine which version to use for the CustomResourceDefinition resources, `
5928
5934
  # apiextensions/v1beta1` or`apiextensions/v1`.
5929
5935
  # Corresponds to the JSON property `k8sVersion`
5930
5936
  # @return [String]
@@ -5945,6 +5951,7 @@ module Google
5945
5951
  # Update properties of this object
5946
5952
  def update!(**args)
5947
5953
  @connect_version = args[:connect_version] if args.key?(:connect_version)
5954
+ @k8s_git_version = args[:k8s_git_version] if args.key?(:k8s_git_version)
5948
5955
  @k8s_version = args[:k8s_version] if args.key?(:k8s_version)
5949
5956
  @v1beta1_crd = args[:v1beta1_crd] if args.key?(:v1beta1_crd)
5950
5957
  end
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module GkehubV1alpha
18
18
  # Version of the google-apis-gkehub_v1alpha gem
19
- GEM_VERSION = "0.93.0"
19
+ GEM_VERSION = "0.95.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 = "20250720"
25
+ REVISION = "20250907"
26
26
  end
27
27
  end
28
28
  end
@@ -2849,6 +2849,7 @@ module Google
2849
2849
  # @private
2850
2850
  class Representation < Google::Apis::Core::JsonRepresentation
2851
2851
  property :connect_version, as: 'connectVersion'
2852
+ property :k8s_git_version, as: 'k8sGitVersion'
2852
2853
  property :k8s_version, as: 'k8sVersion'
2853
2854
  property :v1beta1_crd, as: 'v1beta1Crd'
2854
2855
  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. A list of extra location types that should be used as conditions for
131
- # controlling the visibility of the locations.
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_v1alpha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.93.0
4
+ version: 0.95.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_v1alpha/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1alpha/v0.93.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1alpha/v0.95.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gkehub_v1alpha
62
62
  rdoc_options: []
63
63
  require_paths: