See: Description
Class | Description |
---|---|
PhishingProtectionServiceV1Beta1Client |
Service Description: Service to report phishing URIs.
|
PhishingProtectionServiceV1Beta1Settings |
Settings class to configure an instance of
PhishingProtectionServiceV1Beta1Client . |
PhishingProtectionServiceV1Beta1Settings.Builder |
Builder for PhishingProtectionServiceV1Beta1Settings.
|
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);
}
Copyright © 2019 Google LLC. All rights reserved.