BigQuery - can a project be created using the API?

70 Views Asked by At

I'm using com.google.api.services.bigquery.Bigquery and the projects() method only has list():

bigquery.projects().list();.

How to create a project using the API?

0

There are 0 best solutions below