Class: Google::Cloud::WebRisk::V1::SearchUrisResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/webrisk/v1/webrisk.rb

Defined Under Namespace

Classes: ThreatUri

Instance Attribute Summary collapse

Instance Attribute Details

#threat::Google::Cloud::WebRisk::V1::SearchUrisResponse::ThreatUri

Returns The threat list matches. This might be empty if the URI is on no list.

Returns:



137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
# File 'proto_docs/google/cloud/webrisk/v1/webrisk.rb', line 137

class SearchUrisResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Contains threat information on a matching uri.
  # @!attribute [rw] threat_types
  #   @return [::Array<::Google::Cloud::WebRisk::V1::ThreatType>]
  #     The ThreatList this threat belongs to.
  # @!attribute [rw] expire_time
  #   @return [::Google::Protobuf::Timestamp]
  #     The cache lifetime for the returned match. Clients must not cache this
  #     response past this timestamp to avoid false positives.
  class ThreatUri
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end