ListAssetsResponse
Restez organisé à l'aide des collections
Enregistrez et classez les contenus selon vos préférences.
Message de réponse pour EarthEngineService.ListAssets.
Représentation JSON |
{
"assets": [
{
object (EarthEngineAsset )
}
],
"nextPageToken": string
} |
Champs |
assets[] |
object (EarthEngineAsset )
Liste des éléments.
|
nextPageToken |
string
Jeton permettant de récupérer la page de résultats suivante. Transmettez cette valeur dans le champ ListAssetsRequest.page_token de l'appel suivant de la méthode ListAssets pour récupérer la page de résultats suivante.
|
Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
Dernière mise à jour le 2025/07/25 (UTC).
[null,null,["Dernière mise à jour le 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. |"]]