Class: Google::Cloud::WebRisk::V1::Submission

Inherits:
Object
  • Object
show all
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

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.

Returns:

  • (::Array<::Google::Cloud::WebRisk::V1::ThreatType>)

    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.

Returns:

  • (::String)

    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