Skip navigation links

@Generated(value="by gapic-generator")

Package com.google.cloud.phishingprotection.v1beta1

A client to Phishing Protection API.

See: Description

Package com.google.cloud.phishingprotection.v1beta1 Description

A client to Phishing Protection API.

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 = "";
   ReportPhishingResponse response = phishingProtectionServiceV1Beta1Client.reportPhishing(parent, uri);
 }
 
 
Skip navigation links

Copyright © 2019 Google LLC. All rights reserved.