مورد نیاز. شناسه پروژه یا شماره پروژه پروژه Google Cloud Platform که باید به عنوان مصرف کننده سرویس برای این درخواست در نظر گرفته شود. قالب projects/{project-id} است.
مجوز نیاز به مجوز IAM زیر در parent منبع مشخص شده دارد:
earthengine.computations.create
درخواست بدن
بدنه درخواست باید خالی باشد.
بدن پاسخگو
تمام الگوریتم های موجود برای استفاده در Expressions.
در صورت موفقیت آمیز بودن، بدنه پاسخ حاوی داده هایی با ساختار زیر است:
تاریخ آخرین بهروزرسانی 2025-07-24 بهوقت ساعت هماهنگ جهانی.
[[["درک آسان","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-07-24 بهوقت ساعت هماهنگ جهانی."],[[["Retrieves a comprehensive list of all algorithms available for use within Earth Engine Expressions."],["Uses a standard HTTP GET request to a specific Earth Engine API endpoint, requiring project identification."],["Returns a JSON response containing detailed information for each algorithm, including its name, description, arguments, and return type."],["Requires appropriate authorization with specific OAuth scopes to access the Earth Engine API."],["Algorithm descriptions also indicate if they are deprecated, hidden, or in preview, offering transparency into their development status."]]],["To retrieve all algorithms, a `GET` request is sent to `https://earthengine.googleapis.com/v1beta/{parent=projects/*}/algorithms`, where `parent` specifies the project. The response, containing a list of algorithms, includes each algorithm's name, description, return type, arguments, deprecation status, visibility, preview status, and source code URI. Each algorithm's argument also has a name, type, description, optionality, and default value. Authorization requires specific OAuth scopes.\n"]]