Reference documentation and code samples for the Google Cloud Security Command Center V2 Client class Detection.
Memory hash detection contributing to the binary family match.
Generated from protobuf message google.cloud.securitycenter.v2.Indicator.ProcessSignature.MemoryHashSignature.Detection
Namespace
Google \ Cloud \ SecurityCenter \ V2 \ Indicator \ ProcessSignature \ MemoryHashSignatureMethods
__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 |