필수입니다. 가져올 애셋의 이름입니다. 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 comprehensive details about a specified Earth Engine asset using a GET request."],["Requires the asset's name in the format \"projects/*/assets/**\" as a path parameter."],["Successful responses return an EarthEngineAsset object containing the asset's information."],["Authorization is necessary and can be achieved using various OAuth scopes, including `earthengine`, `earthengine.readonly`, `cloud-platform`, or `cloud-platform.read-only`."]]],["This documentation details how to retrieve information about an asset using a `GET` request to the Earth Engine API. The `name` parameter, formatted as \"projects/*/assets/**\", is required to specify the asset. User-owned assets fall under the \"earthengine-legacy\" project, while others are under \"earthengine-public\". Authorization needs the `earthengine.assets.get` IAM permission. The request body is empty, and a successful response contains an `EarthEngineAsset` instance. OAuth scopes are required for authentication.\n"]]