ListAssetsResponse

  • The response message for EarthEngineService.ListAssets contains a list of assets and an optional token for retrieving the next page of results.

  • The assets field is an array of EarthEngineAsset objects representing the listed assets.

  • The nextPageToken field is a string used to paginate through results by including it in a subsequent ListAssetsRequest.

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.

Create a Mobile Website
View Site in Mobile | Classic
Share by: