Class: Google::Cloud::PhishingProtection::V1beta1::ReportPhishingRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/phishingprotection/v1beta1/phishingprotection.rb

Overview

The ReportPhishing request message.

Instance Attribute Summary collapse

Instance Attribute Details

#parent::String

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

Returns:

  • (::String)

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



32
33
34
35
# File 'proto_docs/google/cloud/phishingprotection/v1beta1/phishingprotection.rb', line 32

class ReportPhishingRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#uri::String

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

Returns:

  • (::String)

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



32
33
34
35
# File 'proto_docs/google/cloud/phishingprotection/v1beta1/phishingprotection.rb', line 32

class ReportPhishingRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end