Interface Indicator.ProcessSignature.MemoryHashSignatureOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Indicator.ProcessSignature.MemoryHashSignature
,Indicator.ProcessSignature.MemoryHashSignature.Builder
- Enclosing class:
- Indicator.ProcessSignature
public static interface Indicator.ProcessSignature.MemoryHashSignatureOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getBinaryFamily()
The binary family.com.google.protobuf.ByteString
getBinaryFamilyBytes()
The binary family.Indicator.ProcessSignature.MemoryHashSignature.Detection
getDetections(int index)
The list of memory hash detections contributing to the binary family match.int
getDetectionsCount()
The list of memory hash detections contributing to the binary family match.List<Indicator.ProcessSignature.MemoryHashSignature.Detection>
getDetectionsList()
The list of memory hash detections contributing to the binary family match.Indicator.ProcessSignature.MemoryHashSignature.DetectionOrBuilder
getDetectionsOrBuilder(int index)
The list of memory hash detections contributing to the binary family match.List<? extends Indicator.ProcessSignature.MemoryHashSignature.DetectionOrBuilder>
getDetectionsOrBuilderList()
The list of memory hash detections contributing to the binary family match.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getBinaryFamily
String getBinaryFamily()
The binary family.
string binary_family = 1;
- Returns:
- The binaryFamily.
-
getBinaryFamilyBytes
com.google.protobuf.ByteString getBinaryFamilyBytes()
The binary family.
string binary_family = 1;
- Returns:
- The bytes for binaryFamily.
-
getDetectionsList
List<Indicator.ProcessSignature.MemoryHashSignature.Detection> getDetectionsList()
The list of memory hash detections contributing to the binary family match.
repeated .google.cloud.securitycenter.v1.Indicator.ProcessSignature.MemoryHashSignature.Detection detections = 4;
-
getDetections
Indicator.ProcessSignature.MemoryHashSignature.Detection getDetections(int index)
The list of memory hash detections contributing to the binary family match.
repeated .google.cloud.securitycenter.v1.Indicator.ProcessSignature.MemoryHashSignature.Detection detections = 4;
-
getDetectionsCount
int getDetectionsCount()
The list of memory hash detections contributing to the binary family match.
repeated .google.cloud.securitycenter.v1.Indicator.ProcessSignature.MemoryHashSignature.Detection detections = 4;
-
getDetectionsOrBuilderList
List<? extends Indicator.ProcessSignature.MemoryHashSignature.DetectionOrBuilder> getDetectionsOrBuilderList()
The list of memory hash detections contributing to the binary family match.
repeated .google.cloud.securitycenter.v1.Indicator.ProcessSignature.MemoryHashSignature.Detection detections = 4;
-
getDetectionsOrBuilder
Indicator.ProcessSignature.MemoryHashSignature.DetectionOrBuilder getDetectionsOrBuilder(int index)
The list of memory hash detections contributing to the binary family match.
repeated .google.cloud.securitycenter.v1.Indicator.ProcessSignature.MemoryHashSignature.Detection detections = 4;
-
-