branch = $branch; } /** * @return string */ public function getBranch() { return $this->branch; } /** * @param bool */ public function setInvertRegex($invertRegex) { $this->invertRegex = $invertRegex; } /** * @return bool */ public function getInvertRegex() { return $this->invertRegex; } /** * @param string */ public function setTag($tag) { $this->tag = $tag; } /** * @return string */ public function getTag() { return $this->tag; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(PushFilter::class, 'Google_Service_CloudBuild_PushFilter');