Google\Cloud\BigQuery\QueryResults::identity PHP Method

identity() public method

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