Google\Cloud\BigQuery\Job::id PHP 메소드

id() 공개 메소드

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