google-apis-gkehub_v1beta 0.89.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: 9ae782fb42aac3b09810314de49fa28e53b03cf992ab6d506c3891f7f976415b
4
- data.tar.gz: c5ef00723a01e06984cd65d2f8162670e371b6a472f9460c2a90e08974acf8e0
3
+ metadata.gz: 5c6fd4a700b9e3ebaf9c4eec7958efbb14ac4f10c8ca3cfe51c5f6cebea2f0e6
4
+ data.tar.gz: 3ee23cb005b898cea01088f7a28617bfca47f8f713b16466833e97698ada65ec
5
5
  SHA512:
6
- metadata.gz: 5ee1b044a5a19fd223bf007a5983f06e8637b72321ec5246921c59c3e33b28a847048e5de4fe0524891595c6f99a4d46a9ccf53e233bdce89772a2cab4ee6e78
7
- data.tar.gz: 51cabd8f08d83f376ac83b6aec00cc64ce443eaa7bb0bac9807d315569b0706193b0f90dbd200f83a4b1b35d76368aaa74ca26e84080aaf8528bd9e551014836
6
+ metadata.gz: 24ce5de6a212a1fdfca1a45679d7def6dfe164b15548f41fd1a4ede9ede54efeefbad5f7a2fd0850fb3c0a7f00ab11171144bd8fbd3c9fb8e5e6004b0478853a
7
+ data.tar.gz: 0267d9145c2d4869fef53cf9ed5e5a0c979944fd93362e96db160402af470df69c79b2b30eda80e645036e5f3fa91d17ec2e8ab0fcd095018e166b6eab955deb
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-gkehub_v1beta
2
2
 
3
+ ### v0.90.0 (2025-10-05)
4
+
5
+ * Regenerated from discovery document revision 20250925
6
+
3
7
  ### v0.89.0 (2025-09-14)
4
8
 
5
9
  * Regenerated from discovery document revision 20250907
@@ -3832,6 +3832,13 @@ module Google
3832
3832
  # @return [Array<Google::Apis::GkehubV1beta::Operation>]
3833
3833
  attr_accessor :operations
3834
3834
 
3835
+ # Unordered list. Unreachable resources. Populated when the request sets `
3836
+ # ListOperationsRequest.return_partial_success` and reads across collections e.g.
3837
+ # when attempting to list all resources across all supported locations.
3838
+ # Corresponds to the JSON property `unreachable`
3839
+ # @return [Array<String>]
3840
+ attr_accessor :unreachable
3841
+
3835
3842
  def initialize(**args)
3836
3843
  update!(**args)
3837
3844
  end
@@ -3840,6 +3847,7 @@ module Google
3840
3847
  def update!(**args)
3841
3848
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
3842
3849
  @operations = args[:operations] if args.key?(:operations)
3850
+ @unreachable = args[:unreachable] if args.key?(:unreachable)
3843
3851
  end
3844
3852
  end
3845
3853
 
@@ -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.89.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 = "20250907"
25
+ REVISION = "20250925"
26
26
  end
27
27
  end
28
28
  end
@@ -2111,6 +2111,7 @@ module Google
2111
2111
  property :next_page_token, as: 'nextPageToken'
2112
2112
  collection :operations, as: 'operations', class: Google::Apis::GkehubV1beta::Operation, decorator: Google::Apis::GkehubV1beta::Operation::Representation
2113
2113
 
2114
+ collection :unreachable, as: 'unreachable'
2114
2115
  end
2115
2116
  end
2116
2117
 
@@ -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, 'v1beta/{+name}/operations', options)
1671
1678
  command.response_representation = Google::Apis::GkehubV1beta::ListOperationsResponse::Representation
1672
1679
  command.response_class = Google::Apis::GkehubV1beta::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_v1beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.89.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_v1beta/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1beta/v0.89.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1beta/v0.90.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: