google-apis-workflows_v1beta 0.28.0 → 0.30.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: c3120482d580c94a122e90db8df6f5a23c7e2f3caf10d995197856cc6829cf86
4
- data.tar.gz: 6e4aca1b35b30ecbeeba4d2e58ede81c9d4b947da01833770af3c21fd55a03f9
3
+ metadata.gz: a1569a10c3d672c5bd9b69796742ec58506c3bb18e49ac16a3179157626d0ab7
4
+ data.tar.gz: 4404da51685e580b33bb81ddefa763de2de16c90019c6a4c559f36ce867cd710
5
5
  SHA512:
6
- metadata.gz: 400c1d41ab68cc15a1b87f75b0134876aa971e68bf9da921fc72e27052cfa57c9a95410c389bfa13dd7200d565e08b3f76244d02f3ba1948dc155e3b1c4f92b7
7
- data.tar.gz: 1a114171b48130a42ec1f8755a8654cb365f194f12894d2fae98b1fb0e37fafdd250cea3b40e54ddfed7dd48c2b0c64a565ea7b8b4b25b70c53d45e7b3e46ee1
6
+ metadata.gz: e63ac6629be80d52d40c9a2fa0d8b459bc10b2effb9dafa54835a496c6eb76ab88596c9d7ceaf64ddba7f8031384cc881ef38c95ecaf278366a2f0bb7f72972a
7
+ data.tar.gz: a9d9d36b397cafc8fcc91503a157055600e660d2ffd7b4c28bb77e766096683d3c6872541acac309aa80e4211bfa7ac23a9ca8a4655a9874cbd8934d28dcfeca
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-workflows_v1beta
2
2
 
3
+ ### v0.30.0 (2025-10-26)
4
+
5
+ * Regenerated from discovery document revision 20251013
6
+
7
+ ### v0.29.0 (2025-09-28)
8
+
9
+ * Regenerated from discovery document revision 20250916
10
+
3
11
  ### v0.28.0 (2025-08-24)
4
12
 
5
13
  * Regenerated from discovery document revision 20250814
@@ -77,6 +77,13 @@ module Google
77
77
  # @return [Array<Google::Apis::WorkflowsV1beta::Operation>]
78
78
  attr_accessor :operations
79
79
 
80
+ # Unordered list. Unreachable resources. Populated when the request sets `
81
+ # ListOperationsRequest.return_partial_success` and reads across collections e.g.
82
+ # when attempting to list all resources across all supported locations.
83
+ # Corresponds to the JSON property `unreachable`
84
+ # @return [Array<String>]
85
+ attr_accessor :unreachable
86
+
80
87
  def initialize(**args)
81
88
  update!(**args)
82
89
  end
@@ -85,6 +92,7 @@ module Google
85
92
  def update!(**args)
86
93
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
87
94
  @operations = args[:operations] if args.key?(:operations)
95
+ @unreachable = args[:unreachable] if args.key?(:unreachable)
88
96
  end
89
97
  end
90
98
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module WorkflowsV1beta
18
18
  # Version of the google-apis-workflows_v1beta gem
19
- GEM_VERSION = "0.28.0"
19
+ GEM_VERSION = "0.30.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 = "20250814"
25
+ REVISION = "20251013"
26
26
  end
27
27
  end
28
28
  end
@@ -97,6 +97,7 @@ module Google
97
97
  property :next_page_token, as: 'nextPageToken'
98
98
  collection :operations, as: 'operations', class: Google::Apis::WorkflowsV1beta::Operation, decorator: Google::Apis::WorkflowsV1beta::Operation::Representation
99
99
 
100
+ collection :unreachable, as: 'unreachable'
100
101
  end
101
102
  end
102
103
 
@@ -86,8 +86,8 @@ module Google
86
86
  # @param [String] name
87
87
  # The resource that owns the locations collection, if applicable.
88
88
  # @param [Array<String>, String] extra_location_types
89
- # Optional. Do not use this field. It is unsupported and is ignored unless
90
- # explicitly documented otherwise. This is primarily for internal usage.
89
+ # Optional. Unless explicitly documented otherwise, don't use this unsupported
90
+ # field which is primarily intended for internal usage.
91
91
  # @param [String] filter
92
92
  # A filter to narrow down results to a preferred subset. The filtering language
93
93
  # accepts strings like `"displayName=tokyo"`, and is documented in more detail
@@ -203,6 +203,13 @@ module Google
203
203
  # The standard list page size.
204
204
  # @param [String] page_token
205
205
  # The standard list page token.
206
+ # @param [Boolean] return_partial_success
207
+ # When set to `true`, operations that are reachable are returned as normal, and
208
+ # those that are unreachable are returned in the [ListOperationsResponse.
209
+ # unreachable] field. This can only be `true` when reading across collections e.
210
+ # g. when `parent` is set to `"projects/example/locations/-"`. This field is not
211
+ # by default supported and will result in an `UNIMPLEMENTED` error if set unless
212
+ # explicitly documented otherwise in service or product specific documentation.
206
213
  # @param [String] fields
207
214
  # Selector specifying which fields to include in a partial response.
208
215
  # @param [String] quota_user
@@ -220,7 +227,7 @@ module Google
220
227
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
221
228
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
222
229
  # @raise [Google::Apis::AuthorizationError] Authorization is required
223
- def list_project_location_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
230
+ 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)
224
231
  command = make_simple_command(:get, 'v1beta/{+name}/operations', options)
225
232
  command.response_representation = Google::Apis::WorkflowsV1beta::ListOperationsResponse::Representation
226
233
  command.response_class = Google::Apis::WorkflowsV1beta::ListOperationsResponse
@@ -228,6 +235,7 @@ module Google
228
235
  command.query['filter'] = filter unless filter.nil?
229
236
  command.query['pageSize'] = page_size unless page_size.nil?
230
237
  command.query['pageToken'] = page_token unless page_token.nil?
238
+ command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
231
239
  command.query['fields'] = fields unless fields.nil?
232
240
  command.query['quotaUser'] = quota_user unless quota_user.nil?
233
241
  execute_or_queue_command(command, &block)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-workflows_v1beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.28.0
4
+ version: 0.30.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-workflows_v1beta/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-workflows_v1beta/v0.28.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-workflows_v1beta/v0.30.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-workflows_v1beta
62
62
  rdoc_options: []
63
63
  require_paths: