fixedDelay = $fixedDelay; } /** * @return string */ public function getFixedDelay() { return $this->fixedDelay; } /** * @param int */ 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(GrpcRouteFaultInjectionPolicyDelay::class, 'Google_Service_NetworkServices_GrpcRouteFaultInjectionPolicyDelay');