Parameter | Description |
---|---|
Filter | An expression for filtering the results of the request by label. The syntax is “labels. name :value ”. Multiple filters can be ANDed together byconnecting with a space. Example: “labels.department:receiving labels.active”. See Filtering datasets using labels for details. |
Project ID | Project ID of the datasets to be listed. |
Return All Pages | Automatically fetch all resources, page by page. |
Parameter | Description |
---|---|
All | Whether to list all datasets, including hidden ones. |
Fields | Selector specifying which fields to include in a partial response. |
Max Results | The maximum number of results to return. |
{
"kind": "bigquery#datasetList",
"etag": "JTA2N6OOwOWmTwxyLqQXgA==",
"datasets": [
{
"kind": "bigquery#dataset",
"id": "project:database",
"datasetReference": {
"datasetId": "Test",
"projectId": "project"
},
"location": "us-central1"
}
]
}
Was this page helpful?