google-apis-run_v1 0.91.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: 72794d8e7ca827329b69703cafcde6631b15b643065d855b5fbf2784e5f2a87d
4
- data.tar.gz: e0847bbb6b01ec71478fbce115136fcde38e890f98156a871fd66a50dd09b4cc
3
+ metadata.gz: d0b61032ab0bac0ab3940891c283b819c2fccecde3aaac4a6a709c3ae068cab9
4
+ data.tar.gz: 98b2824921d6a49b6d062fdfe1c780acc936d1ff9aa3be11344894281bfec098
5
5
  SHA512:
6
- metadata.gz: 909845709112cda35c8f9ff622a3f6059b9e12e5ca0991e8d8ca8fec5b77b01a41a7a2483998b47bf1c97127e1057593ed431ecaa9bdbbe014cab09324fd71cc
7
- data.tar.gz: a93f3991bb53cbfb9af7b5a00c450e460492bc064308010cb6579572d753f71955d1e898c3ff294c09151492ac76501635715f6f6293aa4e67093bdfefe6e114
6
+ metadata.gz: ebcf9608682d41c172120b2571f76a11e9bdbaf99242ff9998e6d9bb4a7c8d012c3897238d311ca18706d995960cb2a704e8c02e9aea14c70ebb5461d7ae60ea
7
+ data.tar.gz: d6f730efa3f3b14d5122a8ac2486d0f862eb23acf44986e0a8c8f4eb98f65f2010a790f8659b536137e3082e12f6ba3fe284a3ac78df85f6207dc4684e833b4e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-run_v1
2
2
 
3
+ ### v0.92.0 (2025-10-05)
4
+
5
+ * Regenerated from discovery document revision 20250929
6
+
3
7
  ### v0.91.0 (2025-09-21)
4
8
 
5
9
  * Regenerated from discovery document revision 20250912
@@ -3439,6 +3439,13 @@ module Google
3439
3439
  # @return [Array<Google::Apis::RunV1::GoogleLongrunningOperation>]
3440
3440
  attr_accessor :operations
3441
3441
 
3442
+ # Unordered list. Unreachable resources. Populated when the request sets `
3443
+ # ListOperationsRequest.return_partial_success` and reads across collections e.g.
3444
+ # when attempting to list all resources across all supported locations.
3445
+ # Corresponds to the JSON property `unreachable`
3446
+ # @return [Array<String>]
3447
+ attr_accessor :unreachable
3448
+
3442
3449
  def initialize(**args)
3443
3450
  update!(**args)
3444
3451
  end
@@ -3447,6 +3454,7 @@ module Google
3447
3454
  def update!(**args)
3448
3455
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
3449
3456
  @operations = args[:operations] if args.key?(:operations)
3457
+ @unreachable = args[:unreachable] if args.key?(:unreachable)
3450
3458
  end
3451
3459
  end
3452
3460
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module RunV1
18
18
  # Version of the google-apis-run_v1 gem
19
- GEM_VERSION = "0.91.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 = "20250912"
25
+ REVISION = "20250929"
26
26
  end
27
27
  end
28
28
  end
@@ -1745,6 +1745,7 @@ module Google
1745
1745
  property :next_page_token, as: 'nextPageToken'
1746
1746
  collection :operations, as: 'operations', class: Google::Apis::RunV1::GoogleLongrunningOperation, decorator: Google::Apis::RunV1::GoogleLongrunningOperation::Representation
1747
1747
 
1748
+ collection :unreachable, as: 'unreachable'
1748
1749
  end
1749
1750
  end
1750
1751
 
@@ -2078,6 +2078,13 @@ module Google
2078
2078
  # @param [String] page_token
2079
2079
  # Token identifying which result to start with, which is returned by a previous
2080
2080
  # list call.
2081
+ # @param [Boolean] return_partial_success
2082
+ # When set to `true`, operations that are reachable are returned as normal, and
2083
+ # those that are unreachable are returned in the [ListOperationsResponse.
2084
+ # unreachable] field. This can only be `true` when reading across collections e.
2085
+ # g. when `parent` is set to `"projects/example/locations/-"`. This field is not
2086
+ # by default supported and will result in an `UNIMPLEMENTED` error if set unless
2087
+ # explicitly documented otherwise in service or product specific documentation.
2081
2088
  # @param [String] fields
2082
2089
  # Selector specifying which fields to include in a partial response.
2083
2090
  # @param [String] quota_user
@@ -2095,7 +2102,7 @@ module Google
2095
2102
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
2096
2103
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
2097
2104
  # @raise [Google::Apis::AuthorizationError] Authorization is required
2098
- def list_project_location_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
2105
+ 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)
2099
2106
  command = make_simple_command(:get, 'v1/{+name}/operations', options)
2100
2107
  command.response_representation = Google::Apis::RunV1::GoogleLongrunningListOperationsResponse::Representation
2101
2108
  command.response_class = Google::Apis::RunV1::GoogleLongrunningListOperationsResponse
@@ -2103,6 +2110,7 @@ module Google
2103
2110
  command.query['filter'] = filter unless filter.nil?
2104
2111
  command.query['pageSize'] = page_size unless page_size.nil?
2105
2112
  command.query['pageToken'] = page_token unless page_token.nil?
2113
+ command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
2106
2114
  command.query['fields'] = fields unless fields.nil?
2107
2115
  command.query['quotaUser'] = quota_user unless quota_user.nil?
2108
2116
  execute_or_queue_command(command, &block)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-run_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.91.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-run_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-run_v1/v0.91.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-run_v1/v0.92.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-run_v1
62
62
  rdoc_options: []
63
63
  require_paths: