Class: Google::Cloud::PhishingProtection::V1beta1::ReportPhishingRequest
- Inherits:
-
Object
- Object
- Google::Cloud::PhishingProtection::V1beta1::ReportPhishingRequest
- 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
-
#parent ⇒ ::String
Required.
-
#uri ⇒ ::String
Required.
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}".
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.
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 |