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;
    }