JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3RbrjobId = $jobId; } /** * @return string */ public function getJobId() { return $this->jobId; } /** * @param string */ public function setSqlScript($sqlScript) { $this->sqlScript = $sqlScript; } /** * @return string */ public function getSqlScript() { return $this->sqlScript; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(BigQueryAction::class, 'Google_Service_Dataform_BigQueryAction');