[BindServiceMethod(typeof(PhishingProtectionServiceV1Beta1), "BindService")]public abstract class PhishingProtectionServiceV1Beta1.PhishingProtectionServiceV1Beta1Base
Reference documentation and code samples for the Cloud Phishing Protection v1beta1 API class PhishingProtectionServiceV1Beta1.PhishingProtectionServiceV1Beta1Base.
Base class for server-side implementations of PhishingProtectionServiceV1Beta1
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 page provides reference documentation for the `PhishingProtectionServiceV1Beta1.PhishingProtectionServiceV1Beta1Base` class, which is the base class for server-side implementations of the `PhishingProtectionServiceV1Beta1` API."],["The latest version available is `2.0.0-beta05`, with version `2.0.0-beta04` also detailed on this specific page, as well as `1.0.0-beta05`."],["The class includes a `ReportPhishing` method that allows reporting a suspected phishing URI for review, which can be found in the Cloud Security Command Center."],["The `ReportPhishing` method is expected to receive a `ReportPhishingRequest` and `ServerCallContext` and return a `ReportPhishingResponse` wrapped by a task."],["This class is part of the `Google.Cloud.PhishingProtection.V1Beta1` namespace, within the `Google.Cloud.PhishingProtection.V1Beta1.dll` assembly."]]],[]]