필수입니다. 가져올 애셋의 이름입니다. name는 'projects/*/assets/**' 형식입니다(예: "projects/earthengine-legacy/assets/users/[USER]/[ASSET]"). 모든 사용자 소유 애셋은 'earthengine-legacy' 프로젝트에 속합니다(예: "projects/earthengine-legacy/assets/users/foo/bar"). 그 밖의 모든 애셋은 'earthengine-public' 프로젝트에 속합니다(예: "projects/earthengine-public/assets/LANDSAT").
[[["이해하기 쉬움","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"]],["최종 업데이트: 2025-03-06(UTC)"],[[["Retrieves detailed information about an Earth Engine asset using a GET request."],["Requires providing the asset's name in the URL, following a specific format."],["The response includes the EarthEngineAsset object if the request is successful."],["Requires proper authorization with specific OAuth scopes for access."],["User-owned assets reside under the \"earthengine-legacy\" project, while other assets are under the \"earthengine-public\" project."]]],["This API call retrieves detailed information about a specific asset. A `GET` request is made to the provided URL, including the asset's name in the format \"projects/*/assets/**\". User-owned assets reside under the \"earthengine-legacy\" project, while others are in \"earthengine-public\". The request body is empty, and successful responses provide an `EarthEngineAsset` instance. Authorization requires the `earthengine.assets.get` IAM permission and one of several specified OAuth scopes.\n"]]