faultType = $faultType; } /** * @return string */ public function getFaultType() { return $this->faultType; } /** * @param string */ public function setRequestId($requestId) { $this->requestId = $requestId; } /** * @return string */ public function getRequestId() { return $this->requestId; } /** * @param bool */ public function setValidateOnly($validateOnly) { $this->validateOnly = $validateOnly; } /** * @return bool */ public function getValidateOnly() { return $this->validateOnly; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(InjectFaultRequest::class, 'Google_Service_CloudAlloyDBAdmin_InjectFaultRequest');