Class PhishingProtectionServiceV1Beta1.PhishingProtectionServiceV1Beta1Base (1.0.0-beta05)

[BindServiceMethod(typeof(PhishingProtectionServiceV1Beta1), "BindService")]
public abstract class PhishingProtectionServiceV1Beta1Base

Base class for server-side implementations of PhishingProtectionServiceV1Beta1

Inheritance

Object > PhishingProtectionServiceV1Beta1.PhishingProtectionServiceV1Beta1Base

Namespace

Google.Cloud.PhishingProtection.V1Beta1

Assembly

Google.Cloud.PhishingProtection.V1Beta1.dll

Methods

ReportPhishing(ReportPhishingRequest, ServerCallContext)

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.

Parameters
NameDescription
requestReportPhishingRequest

The request received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
Task<ReportPhishingResponse>

The response to send back to the client (wrapped by a task).