public static final class PhishingProtectionServiceV1Beta1Grpc.PhishingProtectionServiceV1Beta1FutureStub extends io.grpc.stub.AbstractStub<PhishingProtectionServiceV1Beta1Grpc.PhishingProtectionServiceV1Beta1FutureStub>
Service to report phishing URIs.
| Modifier and Type | Method and Description |
|---|---|
protected PhishingProtectionServiceV1Beta1Grpc.PhishingProtectionServiceV1Beta1FutureStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
com.google.common.util.concurrent.ListenableFuture<ReportPhishingResponse> |
reportPhishing(ReportPhishingRequest request)
Reports a URI suspected of containing phishing content to be reviewed.
|
protected PhishingProtectionServiceV1Beta1Grpc.PhishingProtectionServiceV1Beta1FutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<PhishingProtectionServiceV1Beta1Grpc.PhishingProtectionServiceV1Beta1FutureStub>public com.google.common.util.concurrent.ListenableFuture<ReportPhishingResponse> reportPhishing(ReportPhishingRequest request)
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.
Copyright © 2019 Google LLC. All rights reserved.