Class: Google::Cloud::WebRisk::V1::SearchUrisResponse
- Inherits:
-
Object
- Object
- Google::Cloud::WebRisk::V1::SearchUrisResponse
- 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
-
#threat ⇒ ::Google::Cloud::WebRisk::V1::SearchUrisResponse::ThreatUri
The threat list matches.
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.
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 |