AI-generated Key Takeaways
-
Retrieves a specific dataset's information using its resource name, including optional version tags.
-
Requires an empty request body and returns a
Dataset
object upon success. -
Needs
cloud-platform
OAuth scope andmapsplatformdatasets.datasets.get
IAM permission for access. -
Utilizes gRPC Transcoding syntax in the HTTP request URL for resource identification.
Gets the dataset.
HTTP request
GET https://mapsplatformdatasets.googleapis.com/v1/{name=projects/*/datasets/*}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
name |
Required. Resource name. Format: projects/{project}/datasets/{datasetId} Can also fetch some special versions by appending "@" and a tag. Format: projects/{project}/datasets/{datasetId}@{tag} Tag "active": The info of the latest completed version will be included, and NOT_FOUND if the dataset does not have one. |
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.