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

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
NameDescription
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
TypeDescription
string

setUri

Required. The URI to be checked for matches.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getThreatTypes

Required. The ThreatLists to search in.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setThreatTypes

Required. The ThreatLists to search in.

Parameter
NameDescription
var int[]
Returns
TypeDescription
$this