Annuncio: tutti i progetti non commerciali registrati per l'utilizzo di Earth Engine prima del
15 aprile 2025 devono
verificare l'idoneità non commerciale per mantenere l'accesso a Earth Engine.
ListAssetsResponse
Mantieni tutto organizzato con le raccolte
Salva e classifica i contenuti in base alle tue preferenze.
Messaggio di risposta per EarthEngineService.ListAssets.
Rappresentazione JSON |
{
"assets": [
{
object (EarthEngineAsset )
}
],
"nextPageToken": string
} |
Campi |
assets[] |
object (EarthEngineAsset )
L'elenco delle risorse.
|
nextPageToken |
string
Un token per recuperare la pagina di risultati successiva. Passa questo valore nel campo ListAssetsRequest.page_token nella chiamata successiva al metodo ListAssets per recuperare la pagina di risultati successiva.
|
Salvo quando diversamente specificato, i contenuti di questa pagina sono concessi in base alla licenza Creative Commons Attribution 4.0, mentre gli esempi di codice sono concessi in base alla licenza Apache 2.0. Per ulteriori dettagli, consulta le norme del sito di Google Developers. Java è un marchio registrato di Oracle e/o delle sue consociate.
Ultimo aggiornamento 2025-07-25 UTC.
[null,null,["Ultimo aggiornamento 2025-07-25 UTC."],[[["\u003cp\u003eThis response provides a list of Earth Engine assets within a project.\u003c/p\u003e\n"],["\u003cp\u003eThe response includes details about each asset, such as its type and properties.\u003c/p\u003e\n"],["\u003cp\u003eA pagination token is included if more results are available, allowing retrieval of subsequent pages.\u003c/p\u003e\n"]]],["The `ListAssets` response includes an array of `assets`, each representing an Earth Engine Asset. It also contains `nextPageToken`, a string used to retrieve subsequent pages of results. This token should be passed within the `ListAssetsRequest.page_token` field during the next `ListAssets` call to access the next result set. The `assets` field is a list of Earth Engine assets.\n"],null,["# ListAssetsResponse\n\nResponse message for EarthEngineService.ListAssets.\n\n| JSON representation |\n|----------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"assets\": [ { object (/earth-engine/reference/rest/v1/projects.assets#EarthEngineAsset) } ], \"nextPageToken\": string } ``` |\n\n| Fields ||\n|-----------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `assets[]` | `object (`[EarthEngineAsset](/earth-engine/reference/rest/v1/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/v1/projects.assets/listAssets#body.QUERY_PARAMETERS.page_token) field in the subsequent call to the `ListAssets` method to retrieve the next page of results. |"]]