Interface PhishingProtectionServiceV1Beta1Grpc.AsyncService (0.59.0)

public static interface PhishingProtectionServiceV1Beta1Grpc.AsyncService

Service to report phishing URIs.

Methods

reportPhishing(ReportPhishingRequest request, StreamObserver<ReportPhishingResponse> responseObserver)

public default 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>