allowed = $allowed; } /** * @return bool */ public function getAllowed() { return $this->allowed; } /** * @param string */ public function setDeliveryPipeline($deliveryPipeline) { $this->deliveryPipeline = $deliveryPipeline; } /** * @return string */ public function getDeliveryPipeline() { return $this->deliveryPipeline; } /** * @param string */ public function setDeployPolicy($deployPolicy) { $this->deployPolicy = $deployPolicy; } /** * @return string */ public function getDeployPolicy() { return $this->deployPolicy; } /** * @param string */ public function setDeployPolicyUid($deployPolicyUid) { $this->deployPolicyUid = $deployPolicyUid; } /** * @return string */ public function getDeployPolicyUid() { return $this->deployPolicyUid; } /** * @param string */ public function setInvoker($invoker) { $this->invoker = $invoker; } /** * @return string */ public function getInvoker() { return $this->invoker; } /** * @param string */ public function setMessage($message) { $this->message = $message; } /** * @return string */ public function getMessage() { return $this->message; } /** * @param string[] */ public function setOverrides($overrides) { $this->overrides = $overrides; } /** * @return string[] */ public function getOverrides() { return $this->overrides; } /** * @param string */ public function setPipelineUid($pipelineUid) { $this->pipelineUid = $pipelineUid; } /** * @return string */ public function getPipelineUid() { return $this->pipelineUid; } /** * @param string */ public function setRule($rule) { $this->rule = $rule; } /** * @return string */ public function getRule() { return $this->rule; } /** * @param string */ public function setRuleType($ruleType) { $this->ruleType = $ruleType; } /** * @return string */ public function getRuleType() { return $this->ruleType; } /** * @param string */ public function setTarget($target) { $this->target = $target; } /** * @return string */ public function getTarget() { return $this->target; } /** * @param string */ public function setTargetUid($targetUid) { $this->targetUid = $targetUid; } /** * @return string */ public function getTargetUid() { return $this->targetUid; } /** * @param string */ public function setVerdict($verdict) { $this->verdict = $verdict; } /** * @return string */ public function getVerdict() { return $this->verdict; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(DeployPolicyEvaluationEvent::class, 'Google_Service_CloudDeploy_DeployPolicyEvaluationEvent');