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

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

Methods

__construct

Constructor.

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

setBinary

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getPercentPagesMatched

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

Returns
TypeDescription
float

setPercentPagesMatched

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

Parameter
NameDescription
var float
Returns
TypeDescription
$this