public abstract static class PhishingProtectionServiceV1Beta1Grpc.PhishingProtectionServiceV1Beta1ImplBase extends Object implements io.grpc.BindableService
Service to report phishing URIs.
| Constructor and Description |
|---|
PhishingProtectionServiceV1Beta1ImplBase() |
| Modifier and Type | Method and Description |
|---|---|
io.grpc.ServerServiceDefinition |
bindService() |
void |
reportPhishing(ReportPhishingRequest request,
io.grpc.stub.StreamObserver<ReportPhishingResponse> responseObserver)
Reports a URI suspected of containing phishing content to be reviewed.
|
public PhishingProtectionServiceV1Beta1ImplBase()
public 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 completed, if its result verifies the existince 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.
public final io.grpc.ServerServiceDefinition bindService()
bindService in interface io.grpc.BindableServiceCopyright © 2019 Google LLC. All rights reserved.