Google Cloud Security Command Center V1 Client - Class MemoryHashSignature (1.17.0)

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

A signature corresponding to memory page hashes.

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

Namespace

Google \ Cloud \ SecurityCenter \ V1 \ Indicator \ ProcessSignature

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ binary_family string

The binary family.

↳ detections array<Google\Cloud\SecurityCenter\V1\Indicator\ProcessSignature\MemoryHashSignature\Detection>

The list of memory hash detections contributing to the binary family match.

getBinaryFamily

The binary family.

Returns
TypeDescription
string

setBinaryFamily

The binary family.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getDetections

The list of memory hash detections contributing to the binary family match.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setDetections

The list of memory hash detections contributing to the binary family match.

Parameter
NameDescription
var array<Google\Cloud\SecurityCenter\V1\Indicator\ProcessSignature\MemoryHashSignature\Detection>
Returns
TypeDescription
$this