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

identity() 공개 메소드

An identity provides a description of a nested resource. Example: echo $job->identity()['projectId'];
public identity ( ) : array
리턴 array
    public function identity()
    {
        return $this->identity;
    }