Class: Google::Cloud::WebRisk::V1::CreateSubmissionRequest
- Inherits:
-
Object
- Object
- Google::Cloud::WebRisk::V1::CreateSubmissionRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/webrisk/v1/webrisk.rb
Overview
Request to send a potentially phishy URI to WebRisk.
Instance Attribute Summary collapse
-
#parent ⇒ ::String
Required.
-
#submission ⇒ ::Google::Cloud::WebRisk::V1::Submission
Required.
Instance Attribute Details
#parent ⇒ ::String
Returns Required. The name of the project that is making the submission. This string is in the format "projects/{project_number}".
431 432 433 434 |
# File 'proto_docs/google/cloud/webrisk/v1/webrisk.rb', line 431 class CreateSubmissionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#submission ⇒ ::Google::Cloud::WebRisk::V1::Submission
Returns Required. The submission that contains the content of the phishing report.
431 432 433 434 |
# File 'proto_docs/google/cloud/webrisk/v1/webrisk.rb', line 431 class CreateSubmissionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |