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 2023-03-24 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 2023-03-24 UTC."],[[["Retrieves a specific dataset using its resource name (`projects/*/datasets/*`)."],["Requires an empty request body and returns a `Dataset` object on success."],["Needs `cloud-platform` OAuth scope and `mapsplatformdatasets.datasets.get` IAM permission for authorization."]]],["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"]]