google-cloud-phishingprotection overview (0.32.11)

com.google.cloud.phishingprotection.v1beta1

The interfaces provided are listed below, along with usage samples.

PhishingProtectionServiceV1Beta1Client

Service Description: Service to report phishing URIs.

Sample for PhishingProtectionServiceV1Beta1Client:


 try (PhishingProtectionServiceV1Beta1Client phishingProtectionServiceV1Beta1Client =
     PhishingProtectionServiceV1Beta1Client.create()) {
   ProjectName parent = ProjectName.of("[PROJECT]");
   String uri = "uri116076";
   ReportPhishingResponse response =
       phishingProtectionServiceV1Beta1Client.reportPhishing(parent, uri);
 }
 

com.google.cloud.phishingprotection.v1beta1.stub

com.google.phishingprotection.v1beta1