google-apis-webrisk_v1 0.25.0 → 0.26.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: 2bbd3fdfaba6059163e1410d70057c5f45f364fd790e4fe5851e5703634db85a
4
- data.tar.gz: 4e706ac0be62367ad3f08453f57c0231beb1fd7edb830b515ac1fe89a9acdf91
3
+ metadata.gz: 94dcf69d88fefd5fbe41bac810a418c15698e7bf484d1a4a177ad6584483c518
4
+ data.tar.gz: 233559e5b8acf599763a4b1a123f3f2f32ad598fdcd641c8a8b1315ed68da34c
5
5
  SHA512:
6
- metadata.gz: 39c2748cff0994d936227f4ae844a7d55347cf34d19a29b7dcf785bf8fc211f945a7d92800409e72ba3e27b8a913286beb4cfb0a0db0fee2a406e13955005779
7
- data.tar.gz: ce8e07612e38f9db79e13ae3cfa9b688c4227f478a9481cf92c144ad6941bd81fc4ff45dc1e82355d0eefb21a09d54ce9ef43a292e4c10b5f1239cfea43eac80
6
+ metadata.gz: cd033dd27f0da362788c9fd3c56179db4438f018b62e42e06f47e7336f776a476725f923f2bd1c4acdaccb31d3efc20110ac5d236e1a6e438d73642b43d6f5a4
7
+ data.tar.gz: 3dcdd82b518c461a5e683bfaff4609911f44efef13a4fb5ad7ad7e74d48d494656659930786645a20d6dca5b4c3a8a2532a4cab93b153e9cf3244a9c11d76e41
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-webrisk_v1
2
2
 
3
+ ### v0.26.0 (2025-10-05)
4
+
5
+ * Regenerated from discovery document revision 20250928
6
+ * Regenerated using generator version 0.18.0
7
+
3
8
  ### v0.25.0 (2025-05-04)
4
9
 
5
10
  * Regenerated using generator version 0.17.0
@@ -402,6 +402,13 @@ module Google
402
402
  # @return [Array<Google::Apis::WebriskV1::GoogleLongrunningOperation>]
403
403
  attr_accessor :operations
404
404
 
405
+ # Unordered list. Unreachable resources. Populated when the request sets `
406
+ # ListOperationsRequest.return_partial_success` and reads across collections e.g.
407
+ # when attempting to list all resources across all supported locations.
408
+ # Corresponds to the JSON property `unreachable`
409
+ # @return [Array<String>]
410
+ attr_accessor :unreachable
411
+
405
412
  def initialize(**args)
406
413
  update!(**args)
407
414
  end
@@ -410,6 +417,7 @@ module Google
410
417
  def update!(**args)
411
418
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
412
419
  @operations = args[:operations] if args.key?(:operations)
420
+ @unreachable = args[:unreachable] if args.key?(:unreachable)
413
421
  end
414
422
  end
415
423
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module WebriskV1
18
18
  # Version of the google-apis-webrisk_v1 gem
19
- GEM_VERSION = "0.25.0"
19
+ GEM_VERSION = "0.26.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.17.0"
22
+ GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20241117"
25
+ REVISION = "20250928"
26
26
  end
27
27
  end
28
28
  end
@@ -244,6 +244,7 @@ module Google
244
244
  property :next_page_token, as: 'nextPageToken'
245
245
  collection :operations, as: 'operations', class: Google::Apis::WebriskV1::GoogleLongrunningOperation, decorator: Google::Apis::WebriskV1::GoogleLongrunningOperation::Representation
246
246
 
247
+ collection :unreachable, as: 'unreachable'
247
248
  end
248
249
  end
249
250
 
@@ -204,6 +204,13 @@ module Google
204
204
  # The standard list page size.
205
205
  # @param [String] page_token
206
206
  # The standard list page token.
207
+ # @param [Boolean] return_partial_success
208
+ # When set to `true`, operations that are reachable are returned as normal, and
209
+ # those that are unreachable are returned in the [ListOperationsResponse.
210
+ # unreachable] field. This can only be `true` when reading across collections e.
211
+ # g. when `parent` is set to `"projects/example/locations/-"`. This field is not
212
+ # by default supported and will result in an `UNIMPLEMENTED` error if set unless
213
+ # explicitly documented otherwise in service or product specific documentation.
207
214
  # @param [String] fields
208
215
  # Selector specifying which fields to include in a partial response.
209
216
  # @param [String] quota_user
@@ -221,7 +228,7 @@ module Google
221
228
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
222
229
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
223
230
  # @raise [Google::Apis::AuthorizationError] Authorization is required
224
- def list_project_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
231
+ def list_project_operations(name, filter: nil, page_size: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, options: nil, &block)
225
232
  command = make_simple_command(:get, 'v1/{+name}/operations', options)
226
233
  command.response_representation = Google::Apis::WebriskV1::GoogleLongrunningListOperationsResponse::Representation
227
234
  command.response_class = Google::Apis::WebriskV1::GoogleLongrunningListOperationsResponse
@@ -229,6 +236,7 @@ module Google
229
236
  command.query['filter'] = filter unless filter.nil?
230
237
  command.query['pageSize'] = page_size unless page_size.nil?
231
238
  command.query['pageToken'] = page_token unless page_token.nil?
239
+ command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
232
240
  command.query['fields'] = fields unless fields.nil?
233
241
  command.query['quotaUser'] = quota_user unless quota_user.nil?
234
242
  execute_or_queue_command(command, &block)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-webrisk_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.25.0
4
+ version: 0.26.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-webrisk_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-webrisk_v1/v0.25.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-webrisk_v1/v0.26.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-webrisk_v1
62
62
  rdoc_options: []
63
63
  require_paths:
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
73
73
  - !ruby/object:Gem::Version
74
74
  version: '0'
75
75
  requirements: []
76
- rubygems_version: 3.6.8
76
+ rubygems_version: 3.6.9
77
77
  specification_version: 4
78
78
  summary: Simple REST client for Web Risk API V1
79
79
  test_files: []