AI-generated Key Takeaways
-
The
mapsplatformdatasets.googleapis.com
API provides programmatic access to manage and interact with datasets, using a RESTful interface with a base endpoint ofhttps://mapsplatformdatasets.googleapis.com
. -
The API allows for downloading and uploading dataset media through the
v1.media
resource, enabling data transfer and versioning. -
Developers can create, delete, retrieve, update, and list datasets using the
v1.projects.datasets
resource, offering comprehensive dataset management capabilities. -
It's recommended to use Google-provided client libraries for easier integration, but direct API calls are also supported using the documented service endpoint and resource paths.
-
Dataset error information can be retrieved using the
fetchDatasetErrors
method, aiding in troubleshooting and data validation.
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. |
fetchDatasetErrors |
GET /v1/{dataset=projects/*/datasets/*}:fetchDatasetErrors Gets all the errors of a 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. |