ListAssetsResponse

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

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

  • The nextPageToken field is a string used to request the subsequent page of results in a ListAssets call.

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.