Google\Cloud\BigQuery\Job::id PHP Method

id() public method

Example: echo $job->id();
public id ( ) : string
return string
    public function id()
    {
        return $this->identity['jobId'];
    }