ListAssetsResponse
Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
Antwortnachricht für EarthEngineService.ListAssets
JSON-Darstellung |
{
"assets": [
{
object (EarthEngineAsset )
}
],
"nextPageToken": string
} |
Felder |
assets[] |
object (EarthEngineAsset )
Die Liste der Assets.
|
nextPageToken |
string
Ein Token, mit dem die nächste Ergebnisseite abgerufen werden kann. Übergeben Sie diesen Wert im Feld ListAssetsRequest.page_token im nachfolgenden Aufruf der Methode ListAssets , um die nächste Ergebnisseite abzurufen.
|
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2025-07-25 (UTC).
[null,null,["Zuletzt aktualisiert: 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. |"]]