Announcement: All noncommercial projects registered to use Earth Engine before
April 15, 2025 must
verify noncommercial eligibility to maintain Earth Engine access.
ListAssetsResponse
Stay organized with collections
Save and categorize content based on your preferences.
Response message for EarthEngineService.ListAssets.
JSON representation |
{
"assets": [
{
object (EarthEngineAsset )
}
],
"nextPageToken": string
} |
Fields |
assets[] |
object (EarthEngineAsset )
The list of assets.
|
nextPageToken |
string
A token to retrieve the next page of results. Pass this value in the ListAssetsRequest.page_token field in the subsequent call to the ListAssets method to retrieve the next page of results.
|
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 2025-03-06 UTC.
[null,null,["Last updated 2025-03-06 UTC."],[[["\u003cp\u003eResponse includes a list of EarthEngineAssets and a token for retrieving the next page of results.\u003c/p\u003e\n"],["\u003cp\u003eEach EarthEngineAsset contains information about a specific asset within Google Earth Engine.\u003c/p\u003e\n"],["\u003cp\u003eA nextPageToken is provided if additional results are available and can be used in subsequent requests to retrieve them.\u003c/p\u003e\n"]]],[],null,["# ListAssetsResponse\n\nResponse message for EarthEngineService.ListAssets.\n\n| JSON representation |\n|--------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"assets\": [ { object (/earth-engine/reference/rest/v1beta/projects.assets#EarthEngineAsset) } ], \"nextPageToken\": string } ``` |\n\n| Fields ||\n|-----------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `assets[]` | `object (`[EarthEngineAsset](/earth-engine/reference/rest/v1beta/projects.assets#EarthEngineAsset)`)` The list of assets. |\n| `nextPageToken` | `string` A token to retrieve the next page of results. Pass this value in the [ListAssetsRequest.page_token](/earth-engine/reference/rest/v1beta/projects.assets/listAssets#body.QUERY_PARAMETERS.page_token) field in the subsequent call to the `ListAssets` method to retrieve the next page of results. |"]]