お知らせ:
2025 年 4 月 15 日より前に Earth Engine の使用を登録したすべての非商用プロジェクトは、Earth Engine へのアクセスを維持するために
非商用目的での利用資格を確認する必要があります。
ListAssetsResponse
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
EarthEngineService.ListAssets に対するレスポンス メッセージ。
JSON 表現 |
{
"assets": [
{
object (EarthEngineAsset )
}
],
"nextPageToken": string
} |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-07-25 UTC。
[null,null,["最終更新日 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. |"]]