Cloud Phishing Protection v1beta1 API - Class PhishingProtectionServiceV1Beta1.PhishingProtectionServiceV1Beta1Base (2.0.0-beta05)

[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

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
Name Description
request ReportPhishingRequest

The request received from the client.

context ServerCallContext

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

Returns
Type Description
TaskReportPhishingResponse

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