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\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. |"]]