Skip to content

Commit 920b0e7

Browse files
feat: Automated regeneration of webrisk v1 client (googleapis#26558)
Auto-created at 2026-05-24 10:45:43 +0000 using the toys pull request generator.
1 parent 583c3da commit 920b0e7

3 files changed

Lines changed: 12 additions & 9 deletions

File tree

generated/google-apis-webrisk_v1/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-webrisk_v1
22

3+
### v0.28.0 (2026-05-24)
4+
5+
* Regenerated from discovery document revision 20260517
6+
37
### v0.27.0 (2025-12-14)
48

59
* Regenerated from discovery document revision 20251202

generated/google-apis-webrisk_v1/lib/google/apis/webrisk_v1/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module WebriskV1
1818
# Version of the google-apis-webrisk_v1 gem
19-
GEM_VERSION = "0.27.0"
19+
GEM_VERSION = "0.28.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.18.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20251202"
25+
REVISION = "20260517"
2626
end
2727
end
2828
end

generated/google-apis-webrisk_v1/lib/google/apis/webrisk_v1/service.rb

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -243,13 +243,12 @@ def list_project_operations(name, filter: nil, page_size: nil, page_token: nil,
243243
execute_or_queue_command(command, &block)
244244
end
245245

246-
# Creates a Submission of a URI suspected of containing phishing content to be
247-
# reviewed. If the result verifies the existence of malicious phishing content,
248-
# the site will be added to the [Google's Social Engineering lists](https://
249-
# support.google.com/webmasters/answer/6350487/) in order to protect users that
250-
# could get exposed to this threat in the future. Only allowlisted projects can
251-
# use this method during Early Access. Please reach out to Sales or your
252-
# 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.
253252
# @param [String] parent
254253
# Required. The name of the project that is making the submission. This string
255254
# is in the format "projects/`project_number`".

0 commit comments

Comments
 (0)