ListAssetsResponse

  • 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.

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.