Using the Ruby gem (https://rubygems.org/gems/bigquery) I can get a list of all tables in a given bigquery dataset like so:
(Hash) tables(dataset = @dataset)
the gem doesn't seem to have support for listing all datasets in a given project in a similar fashion, but it's a feature on the API explorer though.
Is it possible to return a list of all datasets in Ruby?