matchResponseCodes = $matchResponseCodes; } /** * @return string[] */ public function getMatchResponseCodes() { return $this->matchResponseCodes; } /** * @param int */ public function setOverrideResponseCode($overrideResponseCode) { $this->overrideResponseCode = $overrideResponseCode; } /** * @return int */ public function getOverrideResponseCode() { return $this->overrideResponseCode; } /** * @param string */ public function setPath($path) { $this->path = $path; } /** * @return string */ public function getPath() { return $this->path; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(CustomErrorResponsePolicyCustomErrorResponseRule::class, 'Google_Service_Compute_CustomErrorResponsePolicyCustomErrorResponseRule');