Reference documentation and code samples for the Google Cloud Web Risk V1 Client class SearchHashesRequest.
Request to return full hashes matched by the provided hash prefixes.
Generated from protobuf message google.cloud.webrisk.v1.SearchHashesRequest
Namespace
Google \ Cloud \ WebRisk \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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. Note that if this parameter is provided by a URI, it must be encoded using the web safe base64 variant (RFC 4648). |
↳ threat_types |
array
Required. The ThreatLists to search in. Multiple ThreatLists may be specified. |
getHashPrefix
A hash prefix, consisting of the most significant 4-32 bytes of a SHA256 hash. For JSON requests, this field is base64-encoded.
Note that if this parameter is provided by a URI, it must be encoded using the web safe base64 variant (RFC 4648).
Returns | |
---|---|
Type | Description |
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.
Note that if this parameter is provided by a URI, it must be encoded using the web safe base64 variant (RFC 4648).
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getThreatTypes
Required. The ThreatLists to search in. Multiple ThreatLists may be specified.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setThreatTypes
Required. The ThreatLists to search in. Multiple ThreatLists may be specified.
Parameter | |
---|---|
Name | Description |
var |
int[]
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameters | |
---|---|
Name | Description |
hashPrefix |
string
A hash prefix, consisting of the most significant 4-32 bytes of a SHA256 hash. For JSON requests, this field is base64-encoded. Note that if this parameter is provided by a URI, it must be encoded using the web safe base64 variant (RFC 4648). |
threatTypes |
int[]
Required. The ThreatLists to search in. Multiple ThreatLists may be specified. For allowed values, use constants defined on Google\Cloud\WebRisk\V1\ThreatType |
Returns | |
---|---|
Type | Description |
Google\Cloud\WebRisk\V1\SearchHashesRequest |