Interface Indicator.ProcessSignature.MemoryHashSignatureOrBuilder

    • 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.
      • 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;