Method: projects.datasets.get
Stay organized with collections
Save and categorize content based on your preferences.
HTTP request
GET https://mapsplatformdatasets.googleapis.com/v1alpha/{name=projects/*/datasets/*}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters |
name |
string
Required. Resource name. projects/{project}/datasets/{dataset_id}
|
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of Dataset
.
Authorization Scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
IAM Permissions
Requires the following IAM permission on the name
resource:
mapsplatformdatasets.datasets.get
For more information, see the IAM documentation.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-27 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-27 UTC."],[[["\u003cp\u003eRetrieves a specific dataset using its resource name (\u003ccode\u003eprojects/*/datasets/*\u003c/code\u003e).\u003c/p\u003e\n"],["\u003cp\u003eRequires an empty request body and returns a \u003ccode\u003eDataset\u003c/code\u003e object on success.\u003c/p\u003e\n"],["\u003cp\u003eNeeds \u003ccode\u003ecloud-platform\u003c/code\u003e OAuth scope and \u003ccode\u003emapsplatformdatasets.datasets.get\u003c/code\u003e IAM permission for authorization.\u003c/p\u003e\n"]]],["The core action is to retrieve a dataset using a `GET` HTTP request to a specific URL, structured with gRPC Transcoding syntax. The request requires a `name` path parameter, formatted as `projects/{project}/datasets/{dataset_id}`. The request body must be empty. A successful response returns a `Dataset` instance. Access requires the OAuth scope `https://www.googleapis.com/auth/cloud-platform` and the IAM permission `mapsplatformdatasets.datasets.get` on the specified resource.\n"],null,[]]