Cloud Phishing Protection v1beta1 API - Class ReportPhishingRequest (2.0.0-beta04)

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.

The ReportPhishing request message.

Inheritance

object > ReportPhishingRequest

Namespace

Google.Cloud.PhishingProtection.V1Beta1

Assembly

Google.Cloud.PhishingProtection.V1Beta1.dll

Constructors

ReportPhishingRequest()

public ReportPhishingRequest()

ReportPhishingRequest(ReportPhishingRequest)

public ReportPhishingRequest(ReportPhishingRequest other)
Parameter
NameDescription
otherReportPhishingRequest

Properties

Parent

public string Parent { get; set; }

Required. The name of the project for which the report will be created, in the format "projects/{project_number}".

Property Value
TypeDescription
string

ParentAsProjectName

public ProjectName ParentAsProjectName { get; set; }

ProjectName-typed view over the Parent resource name property.

Property Value
TypeDescription
ProjectName

Uri

public string Uri { get; set; }

Required. The URI that is being reported for phishing content to be analyzed.

Property Value
TypeDescription
string