Interface Indicator.ProcessSignature.MemoryHashSignatureOrBuilder (2.49.0)

public static interface Indicator.ProcessSignature.MemoryHashSignatureOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBinaryFamily()

public abstract String getBinaryFamily()

The binary family.

string binary_family = 1;

Returns
TypeDescription
String

The binaryFamily.

getBinaryFamilyBytes()

public abstract ByteString getBinaryFamilyBytes()

The binary family.

string binary_family = 1;

Returns
TypeDescription
ByteString

The bytes for binaryFamily.

getDetections(int index)

public abstract Indicator.ProcessSignature.MemoryHashSignature.Detection getDetections(int index)

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

repeated .google.cloud.securitycenter.v2.Indicator.ProcessSignature.MemoryHashSignature.Detection detections = 4;

Parameter
NameDescription
indexint
Returns
TypeDescription
Indicator.ProcessSignature.MemoryHashSignature.Detection

getDetectionsCount()

public abstract int getDetectionsCount()

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

repeated .google.cloud.securitycenter.v2.Indicator.ProcessSignature.MemoryHashSignature.Detection detections = 4;

Returns
TypeDescription
int

getDetectionsList()

public abstract List<Indicator.ProcessSignature.MemoryHashSignature.Detection> getDetectionsList()

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

repeated .google.cloud.securitycenter.v2.Indicator.ProcessSignature.MemoryHashSignature.Detection detections = 4;

Returns
TypeDescription
List<Detection>

getDetectionsOrBuilder(int index)

public abstract Indicator.ProcessSignature.MemoryHashSignature.DetectionOrBuilder getDetectionsOrBuilder(int index)

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

repeated .google.cloud.securitycenter.v2.Indicator.ProcessSignature.MemoryHashSignature.Detection detections = 4;

Parameter
NameDescription
indexint
Returns
TypeDescription
Indicator.ProcessSignature.MemoryHashSignature.DetectionOrBuilder

getDetectionsOrBuilderList()

public abstract List<? extends Indicator.ProcessSignature.MemoryHashSignature.DetectionOrBuilder> getDetectionsOrBuilderList()

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

repeated .google.cloud.securitycenter.v2.Indicator.ProcessSignature.MemoryHashSignature.Detection detections = 4;

Returns
TypeDescription
List<? extends com.google.cloud.securitycenter.v2.Indicator.ProcessSignature.MemoryHashSignature.DetectionOrBuilder>