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"]],[["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 documentation for the `ReportPhishingRequest` class within the Google Cloud Phishing Protection v1beta1 API, specifically version 2.0.0-beta04."],["The `ReportPhishingRequest` class is used to create a request message for reporting a URI suspected of containing phishing content and is implemented as a sealed class."],["The `ReportPhishingRequest` class requires two properties to be set which are `Parent` (the project name) and `Uri` (the URI being reported), as strings."],["There is a `ParentAsProjectName` property that is a typed view of the `Parent` resource name, represented by a `ProjectName` type."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is available within the `Google.Cloud.PhishingProtection.V1Beta1` namespace."]]],[]]