[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Informasi yang saya butuhkan tidak ada","missingTheInformationINeed","thumb-down"],["Terlalu rumit/langkahnya terlalu banyak","tooComplicatedTooManySteps","thumb-down"],["Sudah usang","outOfDate","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Masalah kode / contoh","samplesCodeIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 2024-06-26 UTC."],[[["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 and `mapsplatformdatasets.datasets.get` IAM permission for access."],["Utilizes gRPC Transcoding syntax in the HTTP request URL for resource identification."]]],["This outlines how to retrieve a dataset using a `GET` HTTP request to a specific URL, defined by a dataset `name` in the format `projects/{project}/datasets/{datasetId}`. The request body must be empty. A successful response returns a `Dataset` instance. Authorization requires the OAuth scope `https://www.googleapis.com/auth/cloud-platform` and the IAM permission `mapsplatformdatasets.datasets.get` on the dataset resource. You can fetch special versions by adding a tag.\n"]]