Class: Google::Cloud::WebRisk::V1::SubmitUriRequest
- Inherits:
-
Object
- Object
- Google::Cloud::WebRisk::V1::SubmitUriRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/webrisk/v1/webrisk.rb
Overview
Request to send a potentially malicious URI to WebRisk.
Instance Attribute Summary collapse
-
#parent ⇒ ::String
Required.
-
#submission ⇒ ::Google::Cloud::WebRisk::V1::Submission
Required.
-
#threat_discovery ⇒ ::Google::Cloud::WebRisk::V1::ThreatDiscovery
Provides additional information about how the submission was discovered.
-
#threat_info ⇒ ::Google::Cloud::WebRisk::V1::ThreatInfo
Provides additional information about the submission.
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}".
450 451 452 453 |
# File 'proto_docs/google/cloud/webrisk/v1/webrisk.rb', line 450 class SubmitUriRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#submission ⇒ ::Google::Cloud::WebRisk::V1::Submission
Returns Required. The submission that contains the URI to be scanned.
450 451 452 453 |
# File 'proto_docs/google/cloud/webrisk/v1/webrisk.rb', line 450 class SubmitUriRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#threat_discovery ⇒ ::Google::Cloud::WebRisk::V1::ThreatDiscovery
Returns Provides additional information about how the submission was discovered.
450 451 452 453 |
# File 'proto_docs/google/cloud/webrisk/v1/webrisk.rb', line 450 class SubmitUriRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#threat_info ⇒ ::Google::Cloud::WebRisk::V1::ThreatInfo
Returns Provides additional information about the submission.
450 451 452 453 |
# File 'proto_docs/google/cloud/webrisk/v1/webrisk.rb', line 450 class SubmitUriRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |