job = $job; } /** * @return Job */ public function getJob() { return $this->job; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(LaunchTemplateResponse::class, 'Google_Service_Dataflow_LaunchTemplateResponse');