google-apis-gkehub_v1beta 0.90.0 → 0.92.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: 5c6fd4a700b9e3ebaf9c4eec7958efbb14ac4f10c8ca3cfe51c5f6cebea2f0e6
4
- data.tar.gz: 3ee23cb005b898cea01088f7a28617bfca47f8f713b16466833e97698ada65ec
3
+ metadata.gz: 866f6bcf6896952e235d319309d78071bda45da109fc3e0f28502ee16ed2fb24
4
+ data.tar.gz: 060d8d2f6c49e1078c1c9c3e4c4277155053686b3f6606591c458434755d7a02
5
5
  SHA512:
6
- metadata.gz: 24ce5de6a212a1fdfca1a45679d7def6dfe164b15548f41fd1a4ede9ede54efeefbad5f7a2fd0850fb3c0a7f00ab11171144bd8fbd3c9fb8e5e6004b0478853a
7
- data.tar.gz: 0267d9145c2d4869fef53cf9ed5e5a0c979944fd93362e96db160402af470df69c79b2b30eda80e645036e5f3fa91d17ec2e8ab0fcd095018e166b6eab955deb
6
+ metadata.gz: '0738f8602318311c72d9700a57018b30e14424113b32d0b922d2a7326904941de013ed72e7576b24960fc6c717a02f9e7d5973f88f726dbed309c763a4d4ce60'
7
+ data.tar.gz: d627aaea3392a13601123fd165d645975adb8a5b4dd31053b135df0dd87950ea5867de337d04818c58c3ae61d371154007d91161828b0d331acb6dc578e093d0
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-gkehub_v1beta
2
2
 
3
+ ### v0.92.0 (2025-11-02)
4
+
5
+ * Regenerated from discovery document revision 20251026
6
+
7
+ ### v0.91.0 (2025-10-12)
8
+
9
+ * Regenerated from discovery document revision 20251002
10
+
3
11
  ### v0.90.0 (2025-10-05)
4
12
 
5
13
  * Regenerated from discovery document revision 20250925
@@ -1707,6 +1707,11 @@ module Google
1707
1707
  # @return [Google::Apis::GkehubV1beta::ConfigManagementHierarchyControllerState]
1708
1708
  attr_accessor :hierarchy_controller_state
1709
1709
 
1710
+ # Output only. The Kubernetes API server version of the cluster.
1711
+ # Corresponds to the JSON property `kubernetesApiServerVersion`
1712
+ # @return [String]
1713
+ attr_accessor :kubernetes_api_server_version
1714
+
1710
1715
  # **Anthos Config Management**: Configuration for a single cluster. Intended to
1711
1716
  # parallel the ConfigManagement CR.
1712
1717
  # Corresponds to the JSON property `membershipSpec`
@@ -1733,6 +1738,7 @@ module Google
1733
1738
  @cluster_name = args[:cluster_name] if args.key?(:cluster_name)
1734
1739
  @config_sync_state = args[:config_sync_state] if args.key?(:config_sync_state)
1735
1740
  @hierarchy_controller_state = args[:hierarchy_controller_state] if args.key?(:hierarchy_controller_state)
1741
+ @kubernetes_api_server_version = args[:kubernetes_api_server_version] if args.key?(:kubernetes_api_server_version)
1736
1742
  @membership_spec = args[:membership_spec] if args.key?(:membership_spec)
1737
1743
  @operator_state = args[:operator_state] if args.key?(:operator_state)
1738
1744
  @policy_controller_state = args[:policy_controller_state] if args.key?(:policy_controller_state)
@@ -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.90.0"
19
+ GEM_VERSION = "0.92.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 = "20250925"
25
+ REVISION = "20251026"
26
26
  end
27
27
  end
28
28
  end
@@ -1507,6 +1507,7 @@ module Google
1507
1507
 
1508
1508
  property :hierarchy_controller_state, as: 'hierarchyControllerState', class: Google::Apis::GkehubV1beta::ConfigManagementHierarchyControllerState, decorator: Google::Apis::GkehubV1beta::ConfigManagementHierarchyControllerState::Representation
1509
1509
 
1510
+ property :kubernetes_api_server_version, as: 'kubernetesApiServerVersion'
1510
1511
  property :membership_spec, as: 'membershipSpec', class: Google::Apis::GkehubV1beta::ConfigManagementMembershipSpec, decorator: Google::Apis::GkehubV1beta::ConfigManagementMembershipSpec::Representation
1511
1512
 
1512
1513
  property :operator_state, as: 'operatorState', class: Google::Apis::GkehubV1beta::ConfigManagementOperatorState, decorator: Google::Apis::GkehubV1beta::ConfigManagementOperatorState::Representation
@@ -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. Unless explicitly documented otherwise, don't use this unsupported
131
- # field which is primarily intended for internal usage.
130
+ # Optional. Do not use this field. It is unsupported and is ignored unless
131
+ # explicitly documented otherwise. This is primarily 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.90.0
4
+ version: 0.92.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.90.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1beta/v0.92.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: