httpStatus = $httpStatus; } /** * @return int */ public function getHttpStatus() { return $this->httpStatus; } /** * The percentage of traffic which will be aborted. The value must be between * [0, 100] * * @param int $percentage */ public function setPercentage($percentage) { $this->percentage = $percentage; } /** * @return int */ public function getPercentage() { return $this->percentage; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GrpcRouteFaultInjectionPolicyAbort::class, 'Google_Service_NetworkServices_GrpcRouteFaultInjectionPolicyAbort');