公告:所有在
2025 年 4 月 15 日之前注册使用 Earth Engine 的非商业项目都必须
验证是否符合非商业性质的资格条件,才能继续使用 Earth Engine。
EarthEngineAssetView
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
EarthEngineAsset
的资源视图。
视图决定了 API 操作的最大网页大小,一般来说,限制性越强的视图,上限越高:- BASIC 为 10000 - 其他视图为 1000
枚举 |
EARTH_ENGINE_ASSET_VIEW_UNSPECIFIED |
未指定,相当于 FULL 。 |
FULL |
所有字段均在响应中返回的每个 EarthEngineAsset 中设置。默认值。 |
BASIC |
在响应中返回的每个 EarthEngineAsset 中,仅设置了 type 、name 和 id 字段。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-26。
[null,null,["最后更新时间 (UTC):2025-07-26。"],[[["\u003cp\u003eThe EarthEngineAsset resource view dictates the amount of data returned for API operations, with the BASIC view offering higher limits but returning less data.\u003c/p\u003e\n"],["\u003cp\u003eThe default view is FULL, which returns all fields for each EarthEngineAsset in the response.\u003c/p\u003e\n"],["\u003cp\u003eThe BASIC view only returns the type, name, and ID for each asset, enabling higher page sizes for queries.\u003c/p\u003e\n"]]],["The `EarthEngineAsset` resource view has two main types: `FULL` and `BASIC`. `FULL` displays all fields, while `BASIC` shows only `type`, `name`, and `id`. The default view is `FULL`. The maximum page size for API operations varies by view, with `BASIC` allowing up to 10,000 items per page and other views limited to 1,000. An unspecified view defaults to `FULL`.\n"],null,["# EarthEngineAssetView\n\nA resource view for `EarthEngineAsset`.\n\nThe view determines the maximum page size for API operations, with generally higher limits for more restrictive views: - 10000 for BASIC - 1000 otherwise\n\n| Enums ||\n|---------------------------------------|-------------------------------------------------------------------------------------------------------|\n| `EARTH_ENGINE_ASSET_VIEW_UNSPECIFIED` | Not specified, equivalent to `FULL`. |\n| `FULL` | All fields are set in each `EarthEngineAsset` returned in the response. The default value. |\n| `BASIC` | Only the fields `type`, `name`, and `id` are set in each `EarthEngineAsset` returned in the response. |"]]