public sealed class ReportPhishingRequest : IMessage<ReportPhishingRequest>, IEquatable<ReportPhishingRequest>, IDeepCloneable<ReportPhishingRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Phishing Protection v1beta1 API class ReportPhishingRequest.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis document provides reference documentation for the \u003ccode\u003eReportPhishingRequest\u003c/code\u003e class within the Cloud Phishing Protection v1beta1 API.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eReportPhishingRequest\u003c/code\u003e class is used to create a request to report a URI for suspected phishing content, and it is defined as a sealed class.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes two constructors, \u003ccode\u003eReportPhishingRequest()\u003c/code\u003e and \u003ccode\u003eReportPhishingRequest(ReportPhishingRequest other)\u003c/code\u003e, and implements multiple interfaces for messaging, cloning, and equality.\u003c/p\u003e\n"],["\u003cp\u003eIt has properties \u003ccode\u003eParent\u003c/code\u003e, which is the project name where the report is created, and \u003ccode\u003eUri\u003c/code\u003e, which is the phishing URI to be reported, both of which are required fields.\u003c/p\u003e\n"],["\u003cp\u003eThere are different version of the \u003ccode\u003eReportPhishingRequest\u003c/code\u003e class, with the latest one being 2.0.0-beta05.\u003c/p\u003e\n"]]],[],null,["# Cloud Phishing Protection v1beta1 API - Class ReportPhishingRequest (2.0.0-beta05)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.0-beta05 (latest)](/dotnet/docs/reference/Google.Cloud.PhishingProtection.V1Beta1/latest/Google.Cloud.PhishingProtection.V1Beta1.ReportPhishingRequest)\n- [2.0.0-beta04](/dotnet/docs/reference/Google.Cloud.PhishingProtection.V1Beta1/2.0.0-beta04/Google.Cloud.PhishingProtection.V1Beta1.ReportPhishingRequest)\n- [1.0.0-beta05](/dotnet/docs/reference/Google.Cloud.PhishingProtection.V1Beta1/1.0.0-beta05/Google.Cloud.PhishingProtection.V1Beta1.ReportPhishingRequest) \n\n public sealed class ReportPhishingRequest : IMessage\u003cReportPhishingRequest\u003e, IEquatable\u003cReportPhishingRequest\u003e, IDeepCloneable\u003cReportPhishingRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Cloud Phishing Protection v1beta1 API class ReportPhishingRequest.\n\nThe ReportPhishing request message. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ReportPhishingRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[ReportPhishingRequest](/dotnet/docs/reference/Google.Cloud.PhishingProtection.V1Beta1/latest/Google.Cloud.PhishingProtection.V1Beta1.ReportPhishingRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ReportPhishingRequest](/dotnet/docs/reference/Google.Cloud.PhishingProtection.V1Beta1/latest/Google.Cloud.PhishingProtection.V1Beta1.ReportPhishingRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ReportPhishingRequest](/dotnet/docs/reference/Google.Cloud.PhishingProtection.V1Beta1/latest/Google.Cloud.PhishingProtection.V1Beta1.ReportPhishingRequest), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.PhishingProtection.V1Beta1](/dotnet/docs/reference/Google.Cloud.PhishingProtection.V1Beta1/latest/Google.Cloud.PhishingProtection.V1Beta1)\n\nAssembly\n--------\n\nGoogle.Cloud.PhishingProtection.V1Beta1.dll\n\nConstructors\n------------\n\n### ReportPhishingRequest()\n\n public ReportPhishingRequest()\n\n### ReportPhishingRequest(ReportPhishingRequest)\n\n public ReportPhishingRequest(ReportPhishingRequest other)\n\nProperties\n----------\n\n### Parent\n\n public string Parent { get; set; }\n\nRequired. The name of the project for which the report will be created,\nin the format \"projects/{project_number}\".\n\n### ParentAsProjectName\n\n public ProjectName ParentAsProjectName { get; set; }\n\n[ProjectName](https://github.com/googleapis/gax-dotnet/blob/83f42b5edc4529818dbdb34d9ea9ecc3c04f7b6e/Google.Api.Gax/ResourceNames/ProjectName.cs)-typed view over the [Parent](/dotnet/docs/reference/Google.Cloud.PhishingProtection.V1Beta1/latest/Google.Cloud.PhishingProtection.V1Beta1.ReportPhishingRequest#Google_Cloud_PhishingProtection_V1Beta1_ReportPhishingRequest_Parent) resource name property.\n\n### Uri\n\n public string Uri { get; set; }\n\nRequired. The URI that is being reported for phishing content to be analyzed."]]