Google Cloud Security Command Center V1 Client - Class Detection (1.28.0)

Reference documentation and code samples for the Google Cloud Security Command Center V1 Client class Detection.

Memory hash detection contributing to the binary family match.

Generated from protobuf message google.cloud.securitycenter.v1.Indicator.ProcessSignature.MemoryHashSignature.Detection

Namespace

Google \ Cloud \ SecurityCenter \ V1 \ Indicator \ ProcessSignature \ MemoryHashSignature

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ binary string

The name of the binary associated with the memory hash signature detection.

↳ percent_pages_matched float

The percentage of memory page hashes in the signature that were matched.

getBinary

The name of the binary associated with the memory hash signature detection.

Returns
Type Description
string

setBinary

The name of the binary associated with the memory hash signature detection.

Parameter
Name Description
var string
Returns
Type Description
$this

getPercentPagesMatched

The percentage of memory page hashes in the signature that were matched.

Returns
Type Description
float

setPercentPagesMatched

The percentage of memory page hashes in the signature that were matched.

Parameter
Name Description
var float
Returns
Type Description
$this