google-apis-webrisk_v1 0.25.0 → 0.27.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 62824f06559458d3f568ca09e34bdf2cc6ce7f94772ca0993c502524afc99ff7
|
|
4
|
+
data.tar.gz: 7f607e0eb561a9d400c3cc9fe764a75599ad8e89e00d336f4989f469a12a13e4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2275439367aeaf69e3d2b4d6661983dc75da25c49bc0d5165f11b1a144e2fcdbcf98a51f48921f4c7446641d2941a4851c7ecfb6209530ebfa5ecf37c57d71ce
|
|
7
|
+
data.tar.gz: cf7e2879fa5acf8b6bf9efe4340c5d01b7b1b9bef50d6a7ada299a576f175b39a611184509641501b3caf3b344639a8e426fe69c16f48fd30d7fc35af9602307
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# Release history for google-apis-webrisk_v1
|
|
2
2
|
|
|
3
|
+
### v0.27.0 (2025-12-14)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20251202
|
|
6
|
+
|
|
7
|
+
### v0.26.0 (2025-10-05)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20250928
|
|
10
|
+
* Regenerated using generator version 0.18.0
|
|
11
|
+
|
|
3
12
|
### v0.25.0 (2025-05-04)
|
|
4
13
|
|
|
5
14
|
* Regenerated using generator version 0.17.0
|
|
@@ -402,6 +402,14 @@ 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.
|
|
407
|
+
# For example, when attempting to list all resources across all supported
|
|
408
|
+
# locations.
|
|
409
|
+
# Corresponds to the JSON property `unreachable`
|
|
410
|
+
# @return [Array<String>]
|
|
411
|
+
attr_accessor :unreachable
|
|
412
|
+
|
|
405
413
|
def initialize(**args)
|
|
406
414
|
update!(**args)
|
|
407
415
|
end
|
|
@@ -410,6 +418,7 @@ module Google
|
|
|
410
418
|
def update!(**args)
|
|
411
419
|
@next_page_token = args[:next_page_token] if args.key?(:next_page_token)
|
|
412
420
|
@operations = args[:operations] if args.key?(:operations)
|
|
421
|
+
@unreachable = args[:unreachable] if args.key?(:unreachable)
|
|
413
422
|
end
|
|
414
423
|
end
|
|
415
424
|
|
|
@@ -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.
|
|
19
|
+
GEM_VERSION = "0.27.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.
|
|
22
|
+
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20251202"
|
|
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,14 @@ 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.
|
|
211
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
212
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
213
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
214
|
+
# documentation.
|
|
207
215
|
# @param [String] fields
|
|
208
216
|
# Selector specifying which fields to include in a partial response.
|
|
209
217
|
# @param [String] quota_user
|
|
@@ -221,7 +229,7 @@ module Google
|
|
|
221
229
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
222
230
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
223
231
|
# @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)
|
|
232
|
+
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
233
|
command = make_simple_command(:get, 'v1/{+name}/operations', options)
|
|
226
234
|
command.response_representation = Google::Apis::WebriskV1::GoogleLongrunningListOperationsResponse::Representation
|
|
227
235
|
command.response_class = Google::Apis::WebriskV1::GoogleLongrunningListOperationsResponse
|
|
@@ -229,6 +237,7 @@ module Google
|
|
|
229
237
|
command.query['filter'] = filter unless filter.nil?
|
|
230
238
|
command.query['pageSize'] = page_size unless page_size.nil?
|
|
231
239
|
command.query['pageToken'] = page_token unless page_token.nil?
|
|
240
|
+
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
|
|
232
241
|
command.query['fields'] = fields unless fields.nil?
|
|
233
242
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
234
243
|
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.
|
|
4
|
+
version: 0.27.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.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-webrisk_v1/v0.27.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.
|
|
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: []
|