google-cloud-phishingprotection overview (0.33.1)

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:

  // This snippet has been automatically generated for illustrative purposes only.  // It may require modifications to work in your environment.  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