[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["必要な情報がない","missingTheInformationINeed","thumb-down"],["複雑すぎる / 手順が多すぎる","tooComplicatedTooManySteps","thumb-down"],["最新ではない","outOfDate","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["サンプル / コードに問題がある","samplesCodeIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2024-09-11 UTC。"],[[["Lists all datasets within a specified Google Cloud project, returning details like dataset information and pagination tokens for accessing further results."],["Allows filtering by page size, page token, and version tag to customize the dataset retrieval process."],["Requires authorization with the `cloud-platform` OAuth scope and the `mapsplatformdatasets.datasets.list` IAM permission on the target project."],["Uses a simple HTTP GET request with path and query parameters to specify the project and filtering criteria."],["Returns a JSON response containing an array of datasets and a token for retrieving subsequent pages if available."]]],["This document outlines the process of listing datasets within a specified project. It uses a `GET` request to the provided URL, including the project name as a required path parameter. Optional query parameters like `pageSize`, `pageToken`, and `tag` can filter and paginate results. The request body must be empty. The response includes an array of dataset objects and a `nextPageToken` for further pagination. The request requires the `mapsplatformdatasets.datasets.list` IAM permission and `https://www.googleapis.com/auth/cloud-platform` OAuth scope.\n"]]