Class: Google::Cloud::WebRisk::V1::Submission
- Inherits:
-
Object
- Object
- Google::Cloud::WebRisk::V1::Submission
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/webrisk/v1/webrisk.rb
Overview
Wraps a URI that might be displaying malicious content.
Instance Attribute Summary collapse
-
#threat_types ⇒ ::Array<::Google::Cloud::WebRisk::V1::ThreatType>
readonly
Output only.
-
#uri ⇒ ::String
Required.
Instance Attribute Details
#threat_types ⇒ ::Array<::Google::Cloud::WebRisk::V1::ThreatType> (readonly)
Returns Output only. ThreatTypes found to be associated with the submitted URI after reviewing it. This might be empty if the URI was not added to any list.
299 300 301 302 |
# File 'proto_docs/google/cloud/webrisk/v1/webrisk.rb', line 299 class Submission include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#uri ⇒ ::String
Returns Required. The URI that is being reported for malicious content to be analyzed.
299 300 301 302 |
# File 'proto_docs/google/cloud/webrisk/v1/webrisk.rb', line 299 class Submission include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |