@@ -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 *
0 commit comments