google-apis-gkehub_v1alpha 0.95.0 → 0.97.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: ecdff8461775cd2d3625e3a33a337079b6c05a6660e8f0bc57f8aa136de5e8cd
4
- data.tar.gz: e8f370f33f12709cc065628348f618dda8729faa2c3f01457f0760e35bfe985a
3
+ metadata.gz: 56dd9704e993896dcca15aaa9077597ca1a4fb6bbc251e6891e6e42b22eef695
4
+ data.tar.gz: 2f941ab0ad72cfd90cf4f7d7c1d7e940962d5d1959a11bad267208c02d3616a0
5
5
  SHA512:
6
- metadata.gz: 72ac6cf34ba72bc307fd5f6b1644adbc59652e9e984c02e09ecad74aacadcbddeda0ab425b2c4b9be5b10b9125ca2bcc1cc56635e6455b017a0628eab6d0d1da
7
- data.tar.gz: 93560eb0627360772d63373ad566b7bfe2829af90b1f91e6deaac24aa52a9a20fb1422fed7ef7be2c33681486de794c813dfe743a48babc8a32c095c5c116039
6
+ metadata.gz: 7cfa53e1845d8bb18b1ab70aaae4b5cdb630771251649804b1c118add7908f8683bd5c2942211b540ba05ddceb9ff7ffcb66365dc101ad89710209a1f990a7c8
7
+ data.tar.gz: 2dc8397b642860c277c37e9d6e5e49eed18f6347e168ce3ac3957574f00c8c474f66654501ba00e65dcd84b5c84732bf8481182df903b2bfca399c5da6e8e6ec
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-gkehub_v1alpha
2
2
 
3
+ ### v0.97.0 (2025-10-12)
4
+
5
+ * Regenerated from discovery document revision 20251002
6
+
7
+ ### v0.96.0 (2025-10-05)
8
+
9
+ * Regenerated from discovery document revision 20250925
10
+
3
11
  ### v0.95.0 (2025-09-14)
4
12
 
5
13
  * Regenerated from discovery document revision 20250907
@@ -1882,6 +1882,11 @@ module Google
1882
1882
  # @return [Google::Apis::GkehubV1alpha::ConfigManagementHierarchyControllerState]
1883
1883
  attr_accessor :hierarchy_controller_state
1884
1884
 
1885
+ # Output only. The Kubernetes API server version of the cluster.
1886
+ # Corresponds to the JSON property `kubernetesApiServerVersion`
1887
+ # @return [String]
1888
+ attr_accessor :kubernetes_api_server_version
1889
+
1885
1890
  # **Anthos Config Management**: Configuration for a single cluster. Intended to
1886
1891
  # parallel the ConfigManagement CR.
1887
1892
  # Corresponds to the JSON property `membershipSpec`
@@ -1908,6 +1913,7 @@ module Google
1908
1913
  @cluster_name = args[:cluster_name] if args.key?(:cluster_name)
1909
1914
  @config_sync_state = args[:config_sync_state] if args.key?(:config_sync_state)
1910
1915
  @hierarchy_controller_state = args[:hierarchy_controller_state] if args.key?(:hierarchy_controller_state)
1916
+ @kubernetes_api_server_version = args[:kubernetes_api_server_version] if args.key?(:kubernetes_api_server_version)
1911
1917
  @membership_spec = args[:membership_spec] if args.key?(:membership_spec)
1912
1918
  @operator_state = args[:operator_state] if args.key?(:operator_state)
1913
1919
  @policy_controller_state = args[:policy_controller_state] if args.key?(:policy_controller_state)
@@ -4094,6 +4100,13 @@ module Google
4094
4100
  # @return [Array<Google::Apis::GkehubV1alpha::Operation>]
4095
4101
  attr_accessor :operations
4096
4102
 
4103
+ # Unordered list. Unreachable resources. Populated when the request sets `
4104
+ # ListOperationsRequest.return_partial_success` and reads across collections e.g.
4105
+ # when attempting to list all resources across all supported locations.
4106
+ # Corresponds to the JSON property `unreachable`
4107
+ # @return [Array<String>]
4108
+ attr_accessor :unreachable
4109
+
4097
4110
  def initialize(**args)
4098
4111
  update!(**args)
4099
4112
  end
@@ -4102,6 +4115,7 @@ module Google
4102
4115
  def update!(**args)
4103
4116
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
4104
4117
  @operations = args[:operations] if args.key?(:operations)
4118
+ @unreachable = args[:unreachable] if args.key?(:unreachable)
4105
4119
  end
4106
4120
  end
4107
4121
 
@@ -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.95.0"
19
+ GEM_VERSION = "0.97.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 = "20250907"
25
+ REVISION = "20251002"
26
26
  end
27
27
  end
28
28
  end
@@ -1709,6 +1709,7 @@ module Google
1709
1709
 
1710
1710
  property :hierarchy_controller_state, as: 'hierarchyControllerState', class: Google::Apis::GkehubV1alpha::ConfigManagementHierarchyControllerState, decorator: Google::Apis::GkehubV1alpha::ConfigManagementHierarchyControllerState::Representation
1711
1711
 
1712
+ property :kubernetes_api_server_version, as: 'kubernetesApiServerVersion'
1712
1713
  property :membership_spec, as: 'membershipSpec', class: Google::Apis::GkehubV1alpha::ConfigManagementMembershipSpec, decorator: Google::Apis::GkehubV1alpha::ConfigManagementMembershipSpec::Representation
1713
1714
 
1714
1715
  property :operator_state, as: 'operatorState', class: Google::Apis::GkehubV1alpha::ConfigManagementOperatorState, decorator: Google::Apis::GkehubV1alpha::ConfigManagementOperatorState::Representation
@@ -2340,6 +2341,7 @@ module Google
2340
2341
  property :next_page_token, as: 'nextPageToken'
2341
2342
  collection :operations, as: 'operations', class: Google::Apis::GkehubV1alpha::Operation, decorator: Google::Apis::GkehubV1alpha::Operation::Representation
2342
2343
 
2344
+ collection :unreachable, as: 'unreachable'
2343
2345
  end
2344
2346
  end
2345
2347
 
@@ -1822,6 +1822,13 @@ module Google
1822
1822
  # The standard list page size.
1823
1823
  # @param [String] page_token
1824
1824
  # The standard list page token.
1825
+ # @param [Boolean] return_partial_success
1826
+ # When set to `true`, operations that are reachable are returned as normal, and
1827
+ # those that are unreachable are returned in the [ListOperationsResponse.
1828
+ # unreachable] field. This can only be `true` when reading across collections e.
1829
+ # g. when `parent` is set to `"projects/example/locations/-"`. This field is not
1830
+ # by default supported and will result in an `UNIMPLEMENTED` error if set unless
1831
+ # explicitly documented otherwise in service or product specific documentation.
1825
1832
  # @param [String] fields
1826
1833
  # Selector specifying which fields to include in a partial response.
1827
1834
  # @param [String] quota_user
@@ -1839,7 +1846,7 @@ module Google
1839
1846
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1840
1847
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1841
1848
  # @raise [Google::Apis::AuthorizationError] Authorization is required
1842
- def list_project_location_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
1849
+ def list_project_location_operations(name, filter: nil, page_size: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, options: nil, &block)
1843
1850
  command = make_simple_command(:get, 'v1alpha/{+name}/operations', options)
1844
1851
  command.response_representation = Google::Apis::GkehubV1alpha::ListOperationsResponse::Representation
1845
1852
  command.response_class = Google::Apis::GkehubV1alpha::ListOperationsResponse
@@ -1847,6 +1854,7 @@ module Google
1847
1854
  command.query['filter'] = filter unless filter.nil?
1848
1855
  command.query['pageSize'] = page_size unless page_size.nil?
1849
1856
  command.query['pageToken'] = page_token unless page_token.nil?
1857
+ command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
1850
1858
  command.query['fields'] = fields unless fields.nil?
1851
1859
  command.query['quotaUser'] = quota_user unless quota_user.nil?
1852
1860
  execute_or_queue_command(command, &block)
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.95.0
4
+ version: 0.97.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.95.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1alpha/v0.97.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: