公告:所有在
2025 年 4 月 15 日之前注册使用 Earth Engine 的非商业项目都必须
验证是否符合非商业性质的资格条件,才能继续使用 Earth Engine。
REST Resource: projects
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
方法 |
|
获取项目的配置状态。 |
|
列出任何容器素材资源,例如文件夹或合集。 |
|
更新项目的配置状态。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-25。
[null,null,["最后更新时间 (UTC):2025-07-25。"],[[["\u003cp\u003eThis resource manages project configuration and asset organization within Earth Engine.\u003c/p\u003e\n"],["\u003cp\u003eIt provides methods for retrieving and updating project configurations.\u003c/p\u003e\n"],["\u003cp\u003eUsers can utilize this resource to list container assets such as folders and collections.\u003c/p\u003e\n"],["\u003cp\u003eNotably, this resource does not store persistent data itself.\u003c/p\u003e\n"]]],["This resource lacks persistent data. It provides three main methods for interacting with project configurations and assets. `getConfig` retrieves a project's configuration state, while `updateConfig` modifies it. `listAssets` is used to retrieve a list of container assets, including folders and collections, associated with a project. These methods define the primary actions possible with the resource.\n"],null,["# REST Resource: projects\n\nResource\n--------\n\nThere is no persistent data associated with this resource.\n\n| Methods ------- ||\n|--------------------------------------------------------------------------------|------------------------------------------------------------|\n| ### [getConfig](/earth-engine/reference/rest/v1alpha/projects/getConfig) | Gets the config state of a project. |\n| ### [listAssets](/earth-engine/reference/rest/v1alpha/projects/listAssets) | Lists any container asset, such as a folder or collection. |\n| ### [updateConfig](/earth-engine/reference/rest/v1alpha/projects/updateConfig) | Updates the config state of a project. |"]]