Reference documentation and code samples for the Web Risk V1 API class Google::Cloud::WebRisk::V1::SearchUrisRequest.
Request to check URI entries against threatLists.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#threat_types
def threat_types() -> ::Array<::Google::Cloud::WebRisk::V1::ThreatType>
Returns
- (::Array<::Google::Cloud::WebRisk::V1::ThreatType>) — Required. The ThreatLists to search in. Multiple ThreatLists may be specified.
#threat_types=
def threat_types=(value) -> ::Array<::Google::Cloud::WebRisk::V1::ThreatType>
Parameter
- value (::Array<::Google::Cloud::WebRisk::V1::ThreatType>) — Required. The ThreatLists to search in. Multiple ThreatLists may be specified.
Returns
- (::Array<::Google::Cloud::WebRisk::V1::ThreatType>) — Required. The ThreatLists to search in. Multiple ThreatLists may be specified.
#uri
def uri() -> ::String
Returns
- (::String) — Required. The URI to be checked for matches.
#uri=
def uri=(value) -> ::String
Parameter
- value (::String) — Required. The URI to be checked for matches.
Returns
- (::String) — Required. The URI to be checked for matches.