Class: Google::Cloud::WebRisk::V1::SubmitUriRequest

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

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}".

Returns:

  • (::String)

    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.

Returns:



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.

Returns:



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.

Returns:



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