חובה. שם הנכס שרוצים לקבל. 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").
כדי לקבל הרשאה, נדרשת ההרשאה הבאה ב-IAM למשאב שצוין name:
[[["התוכן קל להבנה","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"]]