Interface PhishingProtectionServiceV1Beta1Grpc.AsyncService
-
- All Known Implementing Classes:
PhishingProtectionServiceV1Beta1Grpc.PhishingProtectionServiceV1Beta1ImplBase
- Enclosing class:
- PhishingProtectionServiceV1Beta1Grpc
public static interface PhishingProtectionServiceV1Beta1Grpc.AsyncService
Service to report phishing URIs.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default void
reportPhishing(ReportPhishingRequest request, io.grpc.stub.StreamObserver<ReportPhishingResponse> responseObserver)
Reports a URI suspected of containing phishing content to be reviewed.
-
-
-
Method Detail
-
reportPhishing
default void reportPhishing(ReportPhishingRequest request, io.grpc.stub.StreamObserver<ReportPhishingResponse> responseObserver)
Reports a URI suspected of containing phishing content to be reviewed. Once the report review is complete, its result can be found in the Cloud Security Command Center findings dashboard for Phishing Protection. If the result verifies the existence of malicious phishing content, the site will be added the to [Google's Social Engineering lists](https://support.google.com/webmasters/answer/6350487/) in order to protect users that could get exposed to this threat in the future.
-
-