google-apis-webrisk_v1 0.26.0 → 0.28.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: 94dcf69d88fefd5fbe41bac810a418c15698e7bf484d1a4a177ad6584483c518
4
- data.tar.gz: 233559e5b8acf599763a4b1a123f3f2f32ad598fdcd641c8a8b1315ed68da34c
3
+ metadata.gz: c34291d9b4143ec513e274e4b1d9a6b19e926dc63f099cac03cb6c4328420862
4
+ data.tar.gz: 117219ef2c6ba2a55eea9422383bc8adf7b5389a13ac74dddf92b141c96223fa
5
5
  SHA512:
6
- metadata.gz: cd033dd27f0da362788c9fd3c56179db4438f018b62e42e06f47e7336f776a476725f923f2bd1c4acdaccb31d3efc20110ac5d236e1a6e438d73642b43d6f5a4
7
- data.tar.gz: 3dcdd82b518c461a5e683bfaff4609911f44efef13a4fb5ad7ad7e74d48d494656659930786645a20d6dca5b4c3a8a2532a4cab93b153e9cf3244a9c11d76e41
6
+ metadata.gz: 8be3c426b27334fe8f9f502b7147282dbd1a163fb20e307aff6c52b88946fa37bb0b748f1b992721f2a8b4b0dda25860b28cd9849bac9d8b0df33d33ecfeb219
7
+ data.tar.gz: 9bb1b3898cf52b653d5e86f70128267618fd5b2621d66644194b8ec2aad75497e5d3dead4aa3aadda55a5d0da34731add5ae152760b9baa85cbdf35c886381c6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-webrisk_v1
2
2
 
3
+ ### v0.28.0 (2026-05-24)
4
+
5
+ * Regenerated from discovery document revision 20260517
6
+
7
+ ### v0.27.0 (2025-12-14)
8
+
9
+ * Regenerated from discovery document revision 20251202
10
+
3
11
  ### v0.26.0 (2025-10-05)
4
12
 
5
13
  * Regenerated from discovery document revision 20250928
@@ -403,8 +403,9 @@ module Google
403
403
  attr_accessor :operations
404
404
 
405
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.
406
+ # ListOperationsRequest.return_partial_success` and reads across collections.
407
+ # For example, when attempting to list all resources across all supported
408
+ # locations.
408
409
  # Corresponds to the JSON property `unreachable`
409
410
  # @return [Array<String>]
410
411
  attr_accessor :unreachable
@@ -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.26.0"
19
+ GEM_VERSION = "0.28.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 = "20250928"
25
+ REVISION = "20260517"
26
26
  end
27
27
  end
28
28
  end
@@ -206,11 +206,12 @@ module Google
206
206
  # The standard list page token.
207
207
  # @param [Boolean] return_partial_success
208
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.
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.
214
215
  # @param [String] fields
215
216
  # Selector specifying which fields to include in a partial response.
216
217
  # @param [String] quota_user
@@ -242,13 +243,12 @@ module Google
242
243
  execute_or_queue_command(command, &block)
243
244
  end
244
245
 
245
- # Creates a Submission of a URI suspected of containing phishing content to be
246
- # reviewed. If the result verifies the existence of malicious phishing content,
247
- # the site will be added to the [Google's Social Engineering lists](https://
248
- # support.google.com/webmasters/answer/6350487/) in order to protect users that
249
- # could get exposed to this threat in the future. Only allowlisted projects can
250
- # use this method during Early Access. Please reach out to Sales or your
251
- # customer engineer to obtain access.
246
+ # Creates a Submission of a URI suspected of containing phishing content for
247
+ # review. If the review confirms malicious phishing content, Google adds the
248
+ # site to [Google's Social Engineering lists](https://support.google.com/
249
+ # webmasters/answer/6350487/) to help protect users. Only allowlisted projects
250
+ # can use this method during Early Access. To obtain access, contact Sales or
251
+ # your customer engineer.
252
252
  # @param [String] parent
253
253
  # Required. The name of the project that is making the submission. This string
254
254
  # is in the format "projects/`project_number`".
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.26.0
4
+ version: 0.28.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.26.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-webrisk_v1/v0.28.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: