google-cloud-webrisk - Class Google::Cloud::Webrisk::V1beta1::SearchUrisRequest (v0.6.1)

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

#threat_types=

def threat_types=(value) -> Array<Google::Cloud::Webrisk::V1beta1::ThreatType>
Parameter
Returns

#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.