Announcement: All noncommercial projects registered to use Earth Engine before
April 15, 2025 must
verify noncommercial eligibility to maintain Earth Engine access.
EarthEngineAssetView
Stay organized with collections
Save and categorize content based on your preferences.
A resource view for EarthEngineAsset
.
The view determines the maximum page size for API operations, with generally higher limits for more restrictive views: - 10000 for BASIC - 1000 otherwise
Enums |
EARTH_ENGINE_ASSET_VIEW_UNSPECIFIED |
Not specified, equivalent to FULL . |
FULL |
All fields are set in each EarthEngineAsset returned in the response. The default value. |
BASIC |
Only the fields type , name , and id are set in each EarthEngineAsset returned in the response. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-06-05 UTC.
[null,null,["Last updated 2024-06-05 UTC."],[[["\u003cp\u003eEarthEngineAsset resource views control the amount of data returned in API responses, impacting page size limits.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eFULL\u003c/code\u003e view returns all asset fields and is the default, while \u003ccode\u003eBASIC\u003c/code\u003e view only returns essential fields like type, name, and ID for a more concise response.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eBASIC\u003c/code\u003e view allows for larger page sizes in API operations compared to other views.\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. |"]]