Interface Indicator.ProcessSignatureOrBuilder (2.49.0)

public static interface Indicator.ProcessSignatureOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getMemoryHashSignature()

public abstract Indicator.ProcessSignature.MemoryHashSignature getMemoryHashSignature()

Signature indicating that a binary family was matched.

.google.cloud.securitycenter.v2.Indicator.ProcessSignature.MemoryHashSignature memory_hash_signature = 6;

Returns
TypeDescription
Indicator.ProcessSignature.MemoryHashSignature

The memoryHashSignature.

getMemoryHashSignatureOrBuilder()

public abstract Indicator.ProcessSignature.MemoryHashSignatureOrBuilder getMemoryHashSignatureOrBuilder()

Signature indicating that a binary family was matched.

.google.cloud.securitycenter.v2.Indicator.ProcessSignature.MemoryHashSignature memory_hash_signature = 6;

Returns
TypeDescription
Indicator.ProcessSignature.MemoryHashSignatureOrBuilder

getSignatureCase()

public abstract Indicator.ProcessSignature.SignatureCase getSignatureCase()
Returns
TypeDescription
Indicator.ProcessSignature.SignatureCase

getSignatureType()

public abstract Indicator.ProcessSignature.SignatureType getSignatureType()

Describes the type of resource associated with the signature.

.google.cloud.securitycenter.v2.Indicator.ProcessSignature.SignatureType signature_type = 8;

Returns
TypeDescription
Indicator.ProcessSignature.SignatureType

The signatureType.

getSignatureTypeValue()

public abstract int getSignatureTypeValue()

Describes the type of resource associated with the signature.

.google.cloud.securitycenter.v2.Indicator.ProcessSignature.SignatureType signature_type = 8;

Returns
TypeDescription
int

The enum numeric value on the wire for signatureType.

getYaraRuleSignature()

public abstract Indicator.ProcessSignature.YaraRuleSignature getYaraRuleSignature()

Signature indicating that a YARA rule was matched.

.google.cloud.securitycenter.v2.Indicator.ProcessSignature.YaraRuleSignature yara_rule_signature = 7;

Returns
TypeDescription
Indicator.ProcessSignature.YaraRuleSignature

The yaraRuleSignature.

getYaraRuleSignatureOrBuilder()

public abstract Indicator.ProcessSignature.YaraRuleSignatureOrBuilder getYaraRuleSignatureOrBuilder()

Signature indicating that a YARA rule was matched.

.google.cloud.securitycenter.v2.Indicator.ProcessSignature.YaraRuleSignature yara_rule_signature = 7;

Returns
TypeDescription
Indicator.ProcessSignature.YaraRuleSignatureOrBuilder

hasMemoryHashSignature()

public abstract boolean hasMemoryHashSignature()

Signature indicating that a binary family was matched.

.google.cloud.securitycenter.v2.Indicator.ProcessSignature.MemoryHashSignature memory_hash_signature = 6;

Returns
TypeDescription
boolean

Whether the memoryHashSignature field is set.

hasYaraRuleSignature()

public abstract boolean hasYaraRuleSignature()

Signature indicating that a YARA rule was matched.

.google.cloud.securitycenter.v2.Indicator.ProcessSignature.YaraRuleSignature yara_rule_signature = 7;

Returns
TypeDescription
boolean

Whether the yaraRuleSignature field is set.