ListAssetsResponse
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."],[[["This response provides a list of Earth Engine assets within a project."],["The response includes details about each asset, such as its type and properties."],["A pagination token is included if more results are available, allowing retrieval of subsequent pages."]]],["The `ListAssets` response includes an array of `assets`, each representing an Earth Engine Asset. It also contains `nextPageToken`, a string used to retrieve subsequent pages of results. This token should be passed within the `ListAssetsRequest.page_token` field during the next `ListAssets` call to access the next result set. The `assets` field is a list of Earth Engine assets.\n"]]