google-apis-gkehub_v1 0.88.0 → 0.90.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: 9b51fb56489b7d023e014730201032333b409e868adb020fcbe561abc8d6b2e6
4
- data.tar.gz: 6c2527b9923fcd3b39e90fbd959e0b87fbf71fb2780701c67f5260ba88ee2080
3
+ metadata.gz: 7c5475869da32f8997c4c96015c351ba49986ef8d7785921a8fc15511e6a8497
4
+ data.tar.gz: e69c7cb748adb479f40fef8e678af19c0bfb21693d977ac95c69e5c0ee05448e
5
5
  SHA512:
6
- metadata.gz: 9e41032403f226de3a937966e02063f3b3322505d0af596f4f7b198aca0d65d8e42a6beb90b2b806bded4e2663adc42a252e55436b79af2518b327808cd69e1d
7
- data.tar.gz: 84bbe5ae477d2245462ce4c44b6881835542a5ecb177b39610fd77925d6ceb7b050270587230cac492368e1cba4675bd46f9c9bfc9637656e035484f0728d1f2
6
+ metadata.gz: da40f81ae7c14ff7b3934e2b51366af1674e5c0558dcd6b3cf72d82c7d2fd2ca6dc93bb13f018b8a15dc2e2771f79f8b0f8ebce12885274a164a81424a68fae7
7
+ data.tar.gz: 9e24b744da3f78ee8dd072c1d4d66144b29ccbe0f1e917dc808b80bbbf158994a88934a040c94619f4ea874115aa1e92e2ec35e763d3d6e19a5ab81f43b345dd
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-gkehub_v1
2
2
 
3
+ ### v0.90.0 (2025-09-14)
4
+
5
+ * Regenerated from discovery document revision 20250907
6
+
7
+ ### v0.89.0 (2025-08-24)
8
+
9
+ * Regenerated from discovery document revision 20250815
10
+
3
11
  ### v0.88.0 (2025-07-27)
4
12
 
5
13
  * Regenerated from discovery document revision 20250720
@@ -5430,8 +5430,14 @@ module Google
5430
5430
  # @return [String]
5431
5431
  attr_accessor :connect_version
5432
5432
 
5433
- # Optional. Major version of the Kubernetes cluster. This is only used to
5434
- # determine which version to use for the CustomResourceDefinition resources, `
5433
+ # Optional. Git version of the Kubernetes cluster. This is only used to gate the
5434
+ # Connect Agent migration to svc.id.goog on GDC-SO 1.33.100 patch and above.
5435
+ # Corresponds to the JSON property `k8sGitVersion`
5436
+ # @return [String]
5437
+ attr_accessor :k8s_git_version
5438
+
5439
+ # Optional. Major and minor version of the Kubernetes cluster. This is only used
5440
+ # to determine which version to use for the CustomResourceDefinition resources, `
5435
5441
  # apiextensions/v1beta1` or`apiextensions/v1`.
5436
5442
  # Corresponds to the JSON property `k8sVersion`
5437
5443
  # @return [String]
@@ -5452,6 +5458,7 @@ module Google
5452
5458
  # Update properties of this object
5453
5459
  def update!(**args)
5454
5460
  @connect_version = args[:connect_version] if args.key?(:connect_version)
5461
+ @k8s_git_version = args[:k8s_git_version] if args.key?(:k8s_git_version)
5455
5462
  @k8s_version = args[:k8s_version] if args.key?(:k8s_version)
5456
5463
  @v1beta1_crd = args[:v1beta1_crd] if args.key?(:v1beta1_crd)
5457
5464
  end
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module GkehubV1
18
18
  # Version of the google-apis-gkehub_v1 gem
19
- GEM_VERSION = "0.88.0"
19
+ GEM_VERSION = "0.90.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
@@ -2510,6 +2510,7 @@ module Google
2510
2510
  # @private
2511
2511
  class Representation < Google::Apis::Core::JsonRepresentation
2512
2512
  property :connect_version, as: 'connectVersion'
2513
+ property :k8s_git_version, as: 'k8sGitVersion'
2513
2514
  property :k8s_version, as: 'k8sVersion'
2514
2515
  property :v1beta1_crd, as: 'v1beta1Crd'
2515
2516
  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_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.88.0
4
+ version: 0.90.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_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1/v0.88.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1/v0.90.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gkehub_v1
62
62
  rdoc_options: []
63
63
  require_paths: