Class: Google::Cloud::WebRisk::V1::SearchUrisResponse::ThreatUri
- Inherits:
-
Object
- Object
- Google::Cloud::WebRisk::V1::SearchUrisResponse::ThreatUri
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/webrisk/v1/webrisk.rb
Overview
Contains threat information on a matching uri.
Instance Attribute Summary collapse
-
#expire_time ⇒ ::Google::Protobuf::Timestamp
The cache lifetime for the returned match.
-
#threat_types ⇒ ::Array<::Google::Cloud::WebRisk::V1::ThreatType>
The ThreatList this threat belongs to.
Instance Attribute Details
#expire_time ⇒ ::Google::Protobuf::Timestamp
Returns The cache lifetime for the returned match. Clients must not cache this response past this timestamp to avoid false positives.
149 150 151 152 |
# File 'proto_docs/google/cloud/webrisk/v1/webrisk.rb', line 149 class ThreatUri include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#threat_types ⇒ ::Array<::Google::Cloud::WebRisk::V1::ThreatType>
Returns The ThreatList this threat belongs to.
149 150 151 152 |
# File 'proto_docs/google/cloud/webrisk/v1/webrisk.rb', line 149 class ThreatUri include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |