- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
Lists all the datasets for the specified project.
HTTP request
GET https://mapsplatformdatasets.googleapis.com/v1/{parent=projects/*}/datasets
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. The name of the project to list all the datasets for. Format: projects/{project} |
Query parameters
Parameters | |
---|---|
pageSize |
The maximum number of datasets to return per page. If unspecified (or zero), all datasets will be returned. |
pageToken |
The page token, received from a previous datasets.list call. Provide this to retrieve the subsequent page. |
tag |
The tag that specifies the desired version for each dataset. Note that when pagination is also specified, some filtering can happen after pagination, which may cause the response to contain fewer datasets than the page size, even if it's not the last page. Tag "active": Each dataset in the response will include the info of its latest completed version, and the dataset will be skipped if it does not have one. |
Request body
The request body must be empty.
Response body
Response object of datasets.list.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"datasets": [
{
object ( |
Fields | |
---|---|
datasets[] |
All the datasets for the project. |
nextPageToken |
A token that can be sent as If this field is omitted, there are no subsequent pages. |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
IAM Permissions
Requires the following IAM permission on the parent
resource:
mapsplatformdatasets.datasets.list
For more information, see the IAM documentation.