مورد نیاز. نام دارایی برای دریافت. name از قالب "projects/*/assets/**" است (به عنوان مثال، "projects/earthengine-legacy/assets/users/[USER]/[ASSET]"). همه داراییهای متعلق به کاربر تحت پروژه "میراث زمینی" قرار دارند (به عنوان مثال، "پروژهها/جنبه-میراث/دارایی/کاربران/foo/bar"). همه دارایی های دیگر تحت پروژه "Earthengine-Public" هستند (به عنوان مثال، "projects/earthengine-public/assets/LANDSAT").
مجوز نیاز به مجوز IAM زیر در name منبع مشخص شده دارد:
earthengine.assets.get
درخواست بدن
بدنه درخواست باید خالی باشد.
بدن پاسخگو
در صورت موفقیت آمیز بودن، بدنه پاسخ حاوی نمونه ای از EarthEngineAsset است.
تاریخ آخرین بهروزرسانی 2025-03-07 بهوقت ساعت هماهنگ جهانی.
[[["درک آسان","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-07 بهوقت ساعت هماهنگ جهانی."],[[["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"]]