Google\Cloud\Tests\Snippets\BigQuery\DatasetTest::getDataset PHP Method

getDataset() public method

public getDataset ( $connection, array $info = [] )
$info array
    public function getDataset($connection, array $info = [])
    {
        return new Dataset($connection->reveal(), $this->identity['datasetId'], $this->identity['projectId'], $info);
    }