Class: Google::Cloud::WebRisk::V1beta1::SearchUrisResponse
- Inherits:
-
Object
- Object
- Google::Cloud::WebRisk::V1beta1::SearchUrisResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/webrisk/v1beta1/webrisk.rb
Defined Under Namespace
Classes: ThreatUri
Instance Attribute Summary collapse
-
#threat ⇒ ::Google::Cloud::WebRisk::V1beta1::SearchUrisResponse::ThreatUri
The threat list matches.
Instance Attribute Details
#threat ⇒ ::Google::Cloud::WebRisk::V1beta1::SearchUrisResponse::ThreatUri
Returns The threat list matches. This may be empty if the URI is on no list.
129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 |
# File 'proto_docs/google/cloud/webrisk/v1beta1/webrisk.rb', line 129 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::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 include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |