Reference documentation and code samples for the google-cloud-webrisk class Google::Cloud::Webrisk::V1beta1::SearchUrisRequest.
Request to check URI entries against threatLists.
Inherits
- Object
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.