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

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

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.

Generated from protobuf field string binary_family = 1;

Returns
TypeDescription
string

setBinaryFamily

The binary family.

Generated from protobuf field string binary_family = 1;

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getDetections

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

Generated from protobuf field repeated .google.cloud.securitycenter.v1.Indicator.ProcessSignature.MemoryHashSignature.Detection detections = 4;

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setDetections

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

Generated from protobuf field repeated .google.cloud.securitycenter.v1.Indicator.ProcessSignature.MemoryHashSignature.Detection detections = 4;

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