public virtual Task<ReportPhishingResponse> ReportPhishing(ReportPhishingRequest request, ServerCallContext context)
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This document provides details on the `PhishingProtectionServiceV1Beta1Base` class, which serves as the base for server-side implementations of the PhishingProtectionServiceV1Beta1 within the Google.Cloud.PhishingProtection.V1Beta1 namespace."],["The class includes a `ReportPhishing` method, which allows users to report URIs suspected of containing phishing content for review."],["The `ReportPhishing` method, which is a virtual method, takes a `ReportPhishingRequest` and `ServerCallContext` as parameters, returning a `Task\u003cReportPhishingResponse\u003e`."],["The provided content also contains information on inherited members from the `Object` class and the associated namespace and assembly details."],["The document specifies the available versions, with the most recent being version 2.0.0-beta05."]]],[]]