Maps Platform Datasets API

mapsplatformdatasets.googleapis.com API.

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: v1alpha.media

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

REST Resource: v1alpha.projects.datasets

Methods
create POST /v1alpha/{parent=projects/*}/datasets
Create a new dataset for the specified project.
delete DELETE /v1alpha/{name=projects/*/datasets/*}
Delete the specified dataset .
get GET /v1alpha/{name=projects/*/datasets/*}
Get the dataset.
list GET /v1alpha/{parent=projects/*}/datasets
List all the datasets for the specified project.
patch PATCH /v1alpha/{dataset.name=projects/*/datasets/*}
Update the metadata for the dataset.

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
Create a new dataset for the specified project.
delete DELETE /v1/{name=projects/*/datasets/*}
Delete the specified dataset .
get GET /v1/{name=projects/*/datasets/*}
Get the dataset.
list GET /v1/{parent=projects/*}/datasets
List all the datasets for the specified project.
patch PATCH /v1/{dataset.name=projects/*/datasets/*}
Update the metadata for the dataset.