ListAssetsResponse

  • Response includes a list of EarthEngineAssets and a token for retrieving the next page of results.

  • Each EarthEngineAsset contains information about a specific asset within Google Earth Engine.

  • A nextPageToken is provided if additional results are available and can be used in subsequent requests to retrieve them.

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.