customOutput = $customOutput; } /** * @return GoogleCloudSecuritycenterV1CustomOutputSpec */ public function getCustomOutput() { return $this->customOutput; } /** * @param string */ public function setDescription($description) { $this->description = $description; } /** * @return string */ public function getDescription() { return $this->description; } /** * @param Expr */ public function setPredicate(Expr $predicate) { $this->predicate = $predicate; } /** * @return Expr */ public function getPredicate() { return $this->predicate; } /** * @param string */ public function setRecommendation($recommendation) { $this->recommendation = $recommendation; } /** * @return string */ public function getRecommendation() { return $this->recommendation; } /** * @param GoogleCloudSecuritycenterV1ResourceSelector */ public function setResourceSelector(GoogleCloudSecuritycenterV1ResourceSelector $resourceSelector) { $this->resourceSelector = $resourceSelector; } /** * @return GoogleCloudSecuritycenterV1ResourceSelector */ public function getResourceSelector() { return $this->resourceSelector; } /** * @param string */ public function setSeverity($severity) { $this->severity = $severity; } /** * @return string */ public function getSeverity() { return $this->severity; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudSecuritycenterV1CustomConfig::class, 'Google_Service_SecurityCommandCenter_GoogleCloudSecuritycenterV1CustomConfig');