Anúncio: todos os projetos não comerciais registrados para usar o Earth Engine antes de
15 de abril de 2025 precisam
verificar a qualificação não comercial para manter o acesso ao Earth Engine.
ListAssetsResponse
Mantenha tudo organizado com as coleções
Salve e categorize o conteúdo com base nas suas preferências.
Mensagem de resposta para EarthEngineService.ListAssets.
Representação JSON |
{
"assets": [
{
object (EarthEngineAsset )
}
],
"nextPageToken": string
} |
Campos |
assets[] |
object (EarthEngineAsset )
Lista de recursos.
|
nextPageToken |
string
Um token para recuperar a próxima página de resultados. Transmita esse valor no campo ListAssetsRequest.page_token na chamada subsequente para o método ListAssets para recuperar a próxima página de resultados.
|
Exceto em caso de indicação contrária, o conteúdo desta página é licenciado de acordo com a Licença de atribuição 4.0 do Creative Commons, e as amostras de código são licenciadas de acordo com a Licença Apache 2.0. Para mais detalhes, consulte as políticas do site do Google Developers. Java é uma marca registrada da Oracle e/ou afiliadas.
Última atualização 2025-07-25 UTC.
[null,null,["Última atualização 2025-07-25 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eListAssets\u003c/code\u003e response includes a list of Earth Engine assets and a token for retrieving subsequent pages.\u003c/p\u003e\n"],["\u003cp\u003eEach asset is represented by an \u003ccode\u003eEarthEngineAsset\u003c/code\u003e object containing its details.\u003c/p\u003e\n"],["\u003cp\u003eUse the \u003ccode\u003enextPageToken\u003c/code\u003e in the \u003ccode\u003epage_token\u003c/code\u003e field of a subsequent \u003ccode\u003eListAssets\u003c/code\u003e request to access the next page of results if available.\u003c/p\u003e\n"]]],["The response for `EarthEngineService.ListAssets` contains a list of assets and a potential token for pagination. The `assets` field provides an array of EarthEngineAsset objects. The `nextPageToken` field, if present, is a string used to retrieve the subsequent page of results by including it in the `ListAssetsRequest.page_token` parameter of the next `ListAssets` method call.\n"],null,["# ListAssetsResponse\n\nResponse message for EarthEngineService.ListAssets.\n\n| JSON representation |\n|---------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"assets\": [ { object (/earth-engine/reference/rest/v1alpha/projects.assets#EarthEngineAsset) } ], \"nextPageToken\": string } ``` |\n\n| Fields ||\n|-----------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `assets[]` | `object (`[EarthEngineAsset](/earth-engine/reference/rest/v1alpha/projects.assets#EarthEngineAsset)`)` The list of assets. |\n| `nextPageToken` | `string` A token to retrieve the next page of results. Pass this value in the [ListAssetsRequest.page_token](/earth-engine/reference/rest/v1alpha/projects.assets/listAssets#body.QUERY_PARAMETERS.page_token) field in the subsequent call to the `ListAssets` method to retrieve the next page of results. |"]]