Class PhishingProtectionServiceV1Beta1Grpc.PhishingProtectionServiceV1Beta1ImplBase (0.34.6)

public abstract static class PhishingProtectionServiceV1Beta1Grpc.PhishingProtectionServiceV1Beta1ImplBase implements BindableService

Service to report phishing URIs.

Inheritance

java.lang.Object > PhishingProtectionServiceV1Beta1Grpc.PhishingProtectionServiceV1Beta1ImplBase

Implements

io.grpc.BindableService

Constructors

PhishingProtectionServiceV1Beta1ImplBase()

public PhishingProtectionServiceV1Beta1ImplBase()

Methods

bindService()

public final ServerServiceDefinition bindService()
Returns
TypeDescription
io.grpc.ServerServiceDefinition

reportPhishing(ReportPhishingRequest request, StreamObserver<ReportPhishingResponse> responseObserver)

public void reportPhishing(ReportPhishingRequest request, 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 in order to protect users that could get exposed to this threat in the future.

Parameters
NameDescription
requestReportPhishingRequest
responseObserverio.grpc.stub.StreamObserver<ReportPhishingResponse>