memoryHashSignature = $memoryHashSignature; } /** * @return GoogleCloudSecuritycenterV2MemoryHashSignature */ public function getMemoryHashSignature() { return $this->memoryHashSignature; } /** * @param string */ public function setSignatureType($signatureType) { $this->signatureType = $signatureType; } /** * @return string */ public function getSignatureType() { return $this->signatureType; } /** * @param GoogleCloudSecuritycenterV2YaraRuleSignature */ public function setYaraRuleSignature(GoogleCloudSecuritycenterV2YaraRuleSignature $yaraRuleSignature) { $this->yaraRuleSignature = $yaraRuleSignature; } /** * @return GoogleCloudSecuritycenterV2YaraRuleSignature */ public function getYaraRuleSignature() { return $this->yaraRuleSignature; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudSecuritycenterV2ProcessSignature::class, 'Google_Service_SecurityCommandCenter_GoogleCloudSecuritycenterV2ProcessSignature');