You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 7, 2026. It is now read-only.
@@ -1664,6 +1670,7 @@ export class BigQuery extends Service {
1664
1670
*
1665
1671
* @param {string} id ID of the dataset.
1666
1672
* @param {object} [options] Dataset options.
1673
+
* @param {string} [options.projectId] The GCP project ID.
1667
1674
* @param {string} [options.location] The geographic location of the dataset.
1668
1675
* Required except for US and EU.
1669
1676
*
@@ -1686,12 +1693,13 @@ export class BigQuery extends Service {
1686
1693
}
1687
1694
1688
1695
/**
1689
-
* List all or some of the datasets in your project.
1696
+
* List all or some of the datasets in a project.
1690
1697
*
1691
1698
* See {@link https://cloud.google.com/bigquery/docs/reference/v2/datasets/list| Datasets: list API Documentation}
1692
1699
*
1693
1700
* @param {object} [options] Configuration object.
1694
1701
* @param {boolean} [options.all] List all datasets, including hidden ones.
1702
+
* @param {string} [options.projectId] The GCP project ID.
1695
1703
* @param {boolean} [options.autoPaginate] Have pagination handled automatically.
1696
1704
* Default: true.
1697
1705
* @param {number} [options.maxApiCalls] Maximum number of API calls to make.
@@ -1746,40 +1754,45 @@ export class BigQuery extends Service {
0 commit comments