list_dataset_ids
List BigQuery dataset IDs and BigLake namespaces in a Google Cloud project.
Supports pagination. Use page_size to limit results and page_token to retrieve next page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pageSize | No | Optional. The maximum number of results to return in a single response page. If unset, the default page size of 5000 is used. | |
| pageToken | No | Optional. Page token, returned by a previous call, to request the next page of results. | |
| projectId | Yes | Required. Project ID of the dataset request. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| datasets | No | The datasets that matched the request. | |
| nextPageToken | No | A token that can be used to request the next results page. |