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 | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
string |
setBinaryFamily
The binary family.
Generated from protobuf field string binary_family = 1;
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$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 | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
var |
array<Google\Cloud\SecurityCenter\V1\Indicator\ProcessSignature\MemoryHashSignature\Detection>
|
Returns | |
---|---|
Type | Description |
$this |