google-apis-gkehub_v1 0.90.0 → 0.91.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: 7c5475869da32f8997c4c96015c351ba49986ef8d7785921a8fc15511e6a8497
4
- data.tar.gz: e69c7cb748adb479f40fef8e678af19c0bfb21693d977ac95c69e5c0ee05448e
3
+ metadata.gz: 743e5cd81f5903d83e01574a015c69805622dbfaab5dc4d5550d313176742018
4
+ data.tar.gz: a739cf6e35dbc16e895dee552c8108b50842c8a7d4ecca0c1fffda21ac039aed
5
5
  SHA512:
6
- metadata.gz: da40f81ae7c14ff7b3934e2b51366af1674e5c0558dcd6b3cf72d82c7d2fd2ca6dc93bb13f018b8a15dc2e2771f79f8b0f8ebce12885274a164a81424a68fae7
7
- data.tar.gz: 9e24b744da3f78ee8dd072c1d4d66144b29ccbe0f1e917dc808b80bbbf158994a88934a040c94619f4ea874115aa1e92e2ec35e763d3d6e19a5ab81f43b345dd
6
+ metadata.gz: 1206eb19885b75ff9061e139dd34652f08be75470878c5e174b563150b6b2ec6b9eda76077b75a83fa7d2f44f4218361358441c44001bb9a8536fad24b59f0b7
7
+ data.tar.gz: 54fcc53720072872a1ac80610b2863010e8e0d6e5db26fe2f01344e05f1d08ec01a125793068f02d917cdba5706fd30f8722aef880d363771d12916dd6744c7b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-gkehub_v1
2
2
 
3
+ ### v0.91.0 (2025-10-12)
4
+
5
+ * Regenerated from discovery document revision 20251002
6
+
3
7
  ### v0.90.0 (2025-09-14)
4
8
 
5
9
  * Regenerated from discovery document revision 20250907
@@ -1632,6 +1632,11 @@ module Google
1632
1632
  # @return [Google::Apis::GkehubV1::ConfigManagementHierarchyControllerState]
1633
1633
  attr_accessor :hierarchy_controller_state
1634
1634
 
1635
+ # Output only. The Kubernetes API server version of the cluster.
1636
+ # Corresponds to the JSON property `kubernetesApiServerVersion`
1637
+ # @return [String]
1638
+ attr_accessor :kubernetes_api_server_version
1639
+
1635
1640
  # **Anthos Config Management**: Configuration for a single cluster. Intended to
1636
1641
  # parallel the ConfigManagement CR.
1637
1642
  # Corresponds to the JSON property `membershipSpec`
@@ -1657,6 +1662,7 @@ module Google
1657
1662
  @cluster_name = args[:cluster_name] if args.key?(:cluster_name)
1658
1663
  @config_sync_state = args[:config_sync_state] if args.key?(:config_sync_state)
1659
1664
  @hierarchy_controller_state = args[:hierarchy_controller_state] if args.key?(:hierarchy_controller_state)
1665
+ @kubernetes_api_server_version = args[:kubernetes_api_server_version] if args.key?(:kubernetes_api_server_version)
1660
1666
  @membership_spec = args[:membership_spec] if args.key?(:membership_spec)
1661
1667
  @operator_state = args[:operator_state] if args.key?(:operator_state)
1662
1668
  @policy_controller_state = args[:policy_controller_state] if args.key?(:policy_controller_state)
@@ -3756,6 +3762,13 @@ module Google
3756
3762
  # @return [Array<Google::Apis::GkehubV1::Operation>]
3757
3763
  attr_accessor :operations
3758
3764
 
3765
+ # Unordered list. Unreachable resources. Populated when the request sets `
3766
+ # ListOperationsRequest.return_partial_success` and reads across collections e.g.
3767
+ # when attempting to list all resources across all supported locations.
3768
+ # Corresponds to the JSON property `unreachable`
3769
+ # @return [Array<String>]
3770
+ attr_accessor :unreachable
3771
+
3759
3772
  def initialize(**args)
3760
3773
  update!(**args)
3761
3774
  end
@@ -3764,6 +3777,7 @@ module Google
3764
3777
  def update!(**args)
3765
3778
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
3766
3779
  @operations = args[:operations] if args.key?(:operations)
3780
+ @unreachable = args[:unreachable] if args.key?(:unreachable)
3767
3781
  end
3768
3782
  end
3769
3783
 
@@ -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.90.0"
19
+ GEM_VERSION = "0.91.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
@@ -1450,6 +1450,7 @@ module Google
1450
1450
 
1451
1451
  property :hierarchy_controller_state, as: 'hierarchyControllerState', class: Google::Apis::GkehubV1::ConfigManagementHierarchyControllerState, decorator: Google::Apis::GkehubV1::ConfigManagementHierarchyControllerState::Representation
1452
1452
 
1453
+ property :kubernetes_api_server_version, as: 'kubernetesApiServerVersion'
1453
1454
  property :membership_spec, as: 'membershipSpec', class: Google::Apis::GkehubV1::ConfigManagementMembershipSpec, decorator: Google::Apis::GkehubV1::ConfigManagementMembershipSpec::Representation
1454
1455
 
1455
1456
  property :operator_state, as: 'operatorState', class: Google::Apis::GkehubV1::ConfigManagementOperatorState, decorator: Google::Apis::GkehubV1::ConfigManagementOperatorState::Representation
@@ -2054,6 +2055,7 @@ module Google
2054
2055
  property :next_page_token, as: 'nextPageToken'
2055
2056
  collection :operations, as: 'operations', class: Google::Apis::GkehubV1::Operation, decorator: Google::Apis::GkehubV1::Operation::Representation
2056
2057
 
2058
+ collection :unreachable, as: 'unreachable'
2057
2059
  end
2058
2060
  end
2059
2061
 
@@ -1649,6 +1649,13 @@ module Google
1649
1649
  # The standard list page size.
1650
1650
  # @param [String] page_token
1651
1651
  # The standard list page token.
1652
+ # @param [Boolean] return_partial_success
1653
+ # When set to `true`, operations that are reachable are returned as normal, and
1654
+ # those that are unreachable are returned in the [ListOperationsResponse.
1655
+ # unreachable] field. This can only be `true` when reading across collections e.
1656
+ # g. when `parent` is set to `"projects/example/locations/-"`. This field is not
1657
+ # by default supported and will result in an `UNIMPLEMENTED` error if set unless
1658
+ # explicitly documented otherwise in service or product specific documentation.
1652
1659
  # @param [String] fields
1653
1660
  # Selector specifying which fields to include in a partial response.
1654
1661
  # @param [String] quota_user
@@ -1666,7 +1673,7 @@ module Google
1666
1673
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1667
1674
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1668
1675
  # @raise [Google::Apis::AuthorizationError] Authorization is required
1669
- def list_project_location_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
1676
+ 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)
1670
1677
  command = make_simple_command(:get, 'v1/{+name}/operations', options)
1671
1678
  command.response_representation = Google::Apis::GkehubV1::ListOperationsResponse::Representation
1672
1679
  command.response_class = Google::Apis::GkehubV1::ListOperationsResponse
@@ -1674,6 +1681,7 @@ module Google
1674
1681
  command.query['filter'] = filter unless filter.nil?
1675
1682
  command.query['pageSize'] = page_size unless page_size.nil?
1676
1683
  command.query['pageToken'] = page_token unless page_token.nil?
1684
+ command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
1677
1685
  command.query['fields'] = fields unless fields.nil?
1678
1686
  command.query['quotaUser'] = quota_user unless quota_user.nil?
1679
1687
  execute_or_queue_command(command, &block)
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.90.0
4
+ version: 0.91.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.90.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1/v0.91.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: