toolExecution = $toolExecution; } /** * @return ToolExecution */ public function getToolExecution() { return $this->toolExecution; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ToolExecutionStep::class, 'Google_Service_ToolResults_ToolExecutionStep');