From cce362b52cdb218e813eda4fc8f5c98b914220a4 Mon Sep 17 00:00:00 2001 From: yoshi-code-bot <70984784+yoshi-code-bot@users.noreply.github.com> Date: Wed, 20 May 2026 18:40:03 -0700 Subject: [PATCH] chore: regenerate webrisk client --- .../v1/2.0.0/README.md | 4 ++-- .../api/services/webrisk/v1/WebRisk.java | 22 +++++++++---------- .../v1/2.0.0/pom.xml | 4 ++-- .../google-api-services-webrisk/v1/README.md | 4 ++-- 4 files changed, 16 insertions(+), 18 deletions(-) diff --git a/clients/google-api-services-webrisk/v1/2.0.0/README.md b/clients/google-api-services-webrisk/v1/2.0.0/README.md index accf4243bd4..1fed9d8373e 100644 --- a/clients/google-api-services-webrisk/v1/2.0.0/README.md +++ b/clients/google-api-services-webrisk/v1/2.0.0/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-webrisk - v1-rev20251202-2.0.0 + v1-rev20260517-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-webrisk:v1-rev20251202-2.0.0' + implementation 'com.google.apis:google-api-services-webrisk:v1-rev20260517-2.0.0' } ``` diff --git a/clients/google-api-services-webrisk/v1/2.0.0/com/google/api/services/webrisk/v1/WebRisk.java b/clients/google-api-services-webrisk/v1/2.0.0/com/google/api/services/webrisk/v1/WebRisk.java index 931fa75765e..13771b6ce01 100644 --- a/clients/google-api-services-webrisk/v1/2.0.0/com/google/api/services/webrisk/v1/WebRisk.java +++ b/clients/google-api-services-webrisk/v1/2.0.0/com/google/api/services/webrisk/v1/WebRisk.java @@ -1010,12 +1010,11 @@ public Submissions submissions() { public class Submissions { /** - * Creates a Submission of a URI suspected of containing phishing content to be reviewed. If the - * result verifies the existence of malicious phishing content, the site will be added to the - * [Google's Social Engineering lists](https://support.google.com/webmasters/answer/6350487/) in - * order to protect users that could get exposed to this threat in the future. Only allowlisted - * projects can use this method during Early Access. Please reach out to Sales or your customer - * engineer to obtain access. + * Creates a Submission of a URI suspected of containing phishing content for review. If the review + * confirms malicious phishing content, Google adds the site to [Google's Social Engineering + * lists](https://support.google.com/webmasters/answer/6350487/) to help protect users. Only + * allowlisted projects can use this method during Early Access. To obtain access, contact Sales or + * your customer engineer. * * Create a request for the method "submissions.create". * @@ -1041,12 +1040,11 @@ public class Create extends WebRiskRequestcom.google.apis google-api-services-webrisk - v1-rev20251202-2.0.0 - Web Risk API v1-rev20251202-2.0.0 + v1-rev20260517-2.0.0 + Web Risk API v1-rev20260517-2.0.0 jar 2011 diff --git a/clients/google-api-services-webrisk/v1/README.md b/clients/google-api-services-webrisk/v1/README.md index accf4243bd4..1fed9d8373e 100644 --- a/clients/google-api-services-webrisk/v1/README.md +++ b/clients/google-api-services-webrisk/v1/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-webrisk - v1-rev20251202-2.0.0 + v1-rev20260517-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-webrisk:v1-rev20251202-2.0.0' + implementation 'com.google.apis:google-api-services-webrisk:v1-rev20260517-2.0.0' } ```