Class: Google::Cloud::Webrisk::V1beta1::SearchUrisResponse

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/webrisk/v1beta1/doc/google/cloud/webrisk/v1beta1/webrisk.rb

Defined Under Namespace

Classes: ThreatUri

Instance Attribute Summary collapse

Instance Attribute Details

#threatGoogle::Cloud::Webrisk::V1beta1::SearchUrisResponse::ThreatUri

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

Returns:



110
111
112
113
114
115
116
117
118
119
120
# File 'lib/google/cloud/webrisk/v1beta1/doc/google/cloud/webrisk/v1beta1/webrisk.rb', line 110

class SearchUrisResponse
  # Contains threat information on a matching uri.
  # @!attribute [rw] threat_types
  #   @return [Array<Google::Cloud::Webrisk::V1beta1::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; end
end