[[["이해하기 쉬움","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"]]