Google Cloud Web Risk V1beta1 Client - Class SearchUrisRequest (1.5.3)

Reference documentation and code samples for the Google Cloud Web Risk V1beta1 Client class SearchUrisRequest.

Request to check URI entries against threatLists.

Generated from protobuf message google.cloud.webrisk.v1beta1.SearchUrisRequest

Namespace

Google \ Cloud \ WebRisk \ V1beta1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ uri string

Required. The URI to be checked for matches.

↳ threat_types array

Required. The ThreatLists to search in.

getUri

Required. The URI to be checked for matches.

Returns
Type Description
string

setUri

Required. The URI to be checked for matches.

Parameter
Name Description
var string
Returns
Type Description
$this

getThreatTypes

Required. The ThreatLists to search in.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setThreatTypes

Required. The ThreatLists to search in.

Parameter
Name Description
var int[]
Returns
Type Description
$this