[[["易于理解","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"]],["最后更新时间 (UTC):2024-09-11。"],[[["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"]]