error = $error; } /** * @return string */ public function getError() { return $this->error; } /** * @param string */ public function setExecutionId($executionId) { $this->executionId = $executionId; } /** * @return string */ public function getExecutionId() { return $this->executionId; } /** * @param string */ public function setResult($result) { $this->result = $result; } /** * @return string */ public function getResult() { return $this->result; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(CallFunctionResponse::class, 'Google_Service_CloudFunctions_CallFunctionResponse');