Google Cloud Web Risk V1beta1 Client - Class SearchHashesRequest (1.5.0)

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

Request to return full hashes matched by the provided hash prefixes.

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

Namespace

Google \ Cloud \ WebRisk \ V1beta1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ hash_prefix string

A hash prefix, consisting of the most significant 4-32 bytes of a SHA256 hash. For JSON requests, this field is base64-encoded.

↳ threat_types array

Required. The ThreatLists to search in.

getHashPrefix

A hash prefix, consisting of the most significant 4-32 bytes of a SHA256 hash. For JSON requests, this field is base64-encoded.

Returns
TypeDescription
string

setHashPrefix

A hash prefix, consisting of the most significant 4-32 bytes of a SHA256 hash. For JSON requests, this field is base64-encoded.

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