Reference documentation and code samples for the Web Risk V1beta1 API class Google::Cloud::WebRisk::V1beta1::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::V1beta1::ThreatType>
    Returns
    
  - (::Array<::Google::Cloud::WebRisk::V1beta1::ThreatType>) — Required. The ThreatLists to search in.
#threat_types=
def threat_types=(value) -> ::Array<::Google::Cloud::WebRisk::V1beta1::ThreatType>
    Parameter
    
  - value (::Array<::Google::Cloud::WebRisk::V1beta1::ThreatType>) — Required. The ThreatLists to search in.
    Returns
    
  - (::Array<::Google::Cloud::WebRisk::V1beta1::ThreatType>) — Required. The ThreatLists to search in.
#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.