Maps Platform Datasets API

mapsplatformdatasets.googleapis.com API.

Service: mapsplatformdatasets.googleapis.com

To call this service, we recommend that you use the Google-provided client libraries. If your application needs to use your own libraries to call this service, use the following information when you make the API requests.

Service endpoint

A service endpoint is a base URL that specifies the network address of an API service. One service might have multiple service endpoints. This service has the following service endpoint and all URIs below are relative to this service endpoint:

  • https://mapsplatformdatasets.googleapis.com

REST Resource: v1.media

Methods
download GET /v1/{name=projects/*/datasets/*}:download
Downloads a dataset.
upload POST /v1/{name=projects/*/datasets/*}:import
POST /upload/v1/{name=projects/*/datasets/*}:import
Imports a new version of the data for the dataset.

REST Resource: v1.projects.datasets

Methods
create POST /v1/{parent=projects/*}/datasets
Creates a new dataset for the specified project.
delete DELETE /v1/{name=projects/*/datasets/*}
Deletes the specified dataset.
get GET /v1/{name=projects/*/datasets/*}
Gets the dataset.
list GET /v1/{parent=projects/*}/datasets
Lists all the datasets for the specified project.
patch PATCH /v1/{dataset.name=projects/*/datasets/*}
Updates the metadata for the dataset.