public static interface Indicator.ProcessSignature.MemoryHashSignatureOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getBinaryFamily()
The binary family.
|
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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
String getBinaryFamily()
The binary family.
string binary_family = 1;
ByteString getBinaryFamilyBytes()
The binary family.
string binary_family = 1;
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;
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;
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;
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;
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;
Copyright © 2022 Google LLC. All rights reserved.