Skip to content

Commit cce362b

Browse files
chore: regenerate webrisk client
1 parent 1539a93 commit cce362b

4 files changed

Lines changed: 16 additions & 18 deletions

File tree

clients/google-api-services-webrisk/v1/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-webrisk</artifactId>
25-
<version>v1-rev20251202-2.0.0</version>
25+
<version>v1-rev20260517-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-webrisk:v1-rev20251202-2.0.0'
38+
implementation 'com.google.apis:google-api-services-webrisk:v1-rev20260517-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-webrisk/v1/2.0.0/com/google/api/services/webrisk/v1/WebRisk.java

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1010,12 +1010,11 @@ public Submissions submissions() {
10101010
public class Submissions {
10111011

10121012
/**
1013-
* Creates a Submission of a URI suspected of containing phishing content to be reviewed. If the
1014-
* result verifies the existence of malicious phishing content, the site will be added to the
1015-
* [Google's Social Engineering lists](https://support.google.com/webmasters/answer/6350487/) in
1016-
* order to protect users that could get exposed to this threat in the future. Only allowlisted
1017-
* projects can use this method during Early Access. Please reach out to Sales or your customer
1018-
* engineer to obtain access.
1013+
* Creates a Submission of a URI suspected of containing phishing content for review. If the review
1014+
* confirms malicious phishing content, Google adds the site to [Google's Social Engineering
1015+
* lists](https://support.google.com/webmasters/answer/6350487/) to help protect users. Only
1016+
* allowlisted projects can use this method during Early Access. To obtain access, contact Sales or
1017+
* your customer engineer.
10191018
*
10201019
* Create a request for the method "submissions.create".
10211020
*
@@ -1041,12 +1040,11 @@ public class Create extends WebRiskRequest<com.google.api.services.webrisk.v1.mo
10411040
java.util.regex.Pattern.compile("^projects/[^/]+$");
10421041

10431042
/**
1044-
* Creates a Submission of a URI suspected of containing phishing content to be reviewed. If the
1045-
* result verifies the existence of malicious phishing content, the site will be added to the
1046-
* [Google's Social Engineering lists](https://support.google.com/webmasters/answer/6350487/) in
1047-
* order to protect users that could get exposed to this threat in the future. Only allowlisted
1048-
* projects can use this method during Early Access. Please reach out to Sales or your customer
1049-
* engineer to obtain access.
1043+
* Creates a Submission of a URI suspected of containing phishing content for review. If the
1044+
* review confirms malicious phishing content, Google adds the site to [Google's Social
1045+
* Engineering lists](https://support.google.com/webmasters/answer/6350487/) to help protect
1046+
* users. Only allowlisted projects can use this method during Early Access. To obtain access,
1047+
* contact Sales or your customer engineer.
10501048
*
10511049
* Create a request for the method "submissions.create".
10521050
*

clients/google-api-services-webrisk/v1/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-webrisk</artifactId>
11-
<version>v1-rev20251202-2.0.0</version>
12-
<name>Web Risk API v1-rev20251202-2.0.0</name>
11+
<version>v1-rev20260517-2.0.0</version>
12+
<name>Web Risk API v1-rev20260517-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-webrisk/v1/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-webrisk</artifactId>
25-
<version>v1-rev20251202-2.0.0</version>
25+
<version>v1-rev20260517-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-webrisk:v1-rev20251202-2.0.0'
38+
implementation 'com.google.apis:google-api-services-webrisk:v1-rev20260517-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)