public static interface Indicator.ProcessSignatureOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getMemoryHashSignature()
public abstract Indicator.ProcessSignature.MemoryHashSignature getMemoryHashSignature()Signature indicating that a binary family was matched.
.google.cloud.securitycenter.v1.Indicator.ProcessSignature.MemoryHashSignature memory_hash_signature = 6;
| Returns | |
|---|---|
| Type | Description |
Indicator.ProcessSignature.MemoryHashSignature |
The memoryHashSignature. |
getMemoryHashSignatureOrBuilder()
public abstract Indicator.ProcessSignature.MemoryHashSignatureOrBuilder getMemoryHashSignatureOrBuilder()Signature indicating that a binary family was matched.
.google.cloud.securitycenter.v1.Indicator.ProcessSignature.MemoryHashSignature memory_hash_signature = 6;
| Returns | |
|---|---|
| Type | Description |
Indicator.ProcessSignature.MemoryHashSignatureOrBuilder |
|
getSignatureCase()
public abstract Indicator.ProcessSignature.SignatureCase getSignatureCase()| Returns | |
|---|---|
| Type | Description |
Indicator.ProcessSignature.SignatureCase |
|
getYaraRuleSignature()
public abstract Indicator.ProcessSignature.YaraRuleSignature getYaraRuleSignature()Signature indicating that a YARA rule was matched.
.google.cloud.securitycenter.v1.Indicator.ProcessSignature.YaraRuleSignature yara_rule_signature = 7;
| Returns | |
|---|---|
| Type | Description |
Indicator.ProcessSignature.YaraRuleSignature |
The yaraRuleSignature. |
getYaraRuleSignatureOrBuilder()
public abstract Indicator.ProcessSignature.YaraRuleSignatureOrBuilder getYaraRuleSignatureOrBuilder()Signature indicating that a YARA rule was matched.
.google.cloud.securitycenter.v1.Indicator.ProcessSignature.YaraRuleSignature yara_rule_signature = 7;
| Returns | |
|---|---|
| Type | Description |
Indicator.ProcessSignature.YaraRuleSignatureOrBuilder |
|
hasMemoryHashSignature()
public abstract boolean hasMemoryHashSignature()Signature indicating that a binary family was matched.
.google.cloud.securitycenter.v1.Indicator.ProcessSignature.MemoryHashSignature memory_hash_signature = 6;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the memoryHashSignature field is set. |
hasYaraRuleSignature()
public abstract boolean hasYaraRuleSignature()Signature indicating that a YARA rule was matched.
.google.cloud.securitycenter.v1.Indicator.ProcessSignature.YaraRuleSignature yara_rule_signature = 7;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the yaraRuleSignature field is set. |