enabled = $enabled; } /** * @return bool */ public function getEnabled() { return $this->enabled; } /** * @param string */ public function setEvaluationMode($evaluationMode) { $this->evaluationMode = $evaluationMode; } /** * @return string */ public function getEvaluationMode() { return $this->evaluationMode; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(BinaryAuthorization::class, 'Google_Service_Container_BinaryAuthorization');