Announcement: On
November 13, 2024, all users will need to
use a Cloud project in order to access Earth Engine. After this date, continued individual access without a Cloud project will require
an exception.
EarthEngineAssetView
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."],[[["The EarthEngineAsset resource view dictates the amount of data returned for each asset, impacting API response size and performance."],["The `FULL` view returns all asset details and is the default, while `BASIC` only provides essential identifiers (`type`, `name`, `id`) for a more concise response."],["`BASIC` view allows for retrieving up to 10,000 assets, whereas other views have a limit of 1,000, making it suitable for large-scale asset searches."]]],[]]