Duyuru:
15 Nisan 2025'ten önce Earth Engine'i kullanmak için kaydedilen tüm ticari olmayan projelerin Earth Engine erişimini sürdürmek için
ticari olmayan uygunluğu doğrulaması gerekir.
ListAssetsResponse
Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
EarthEngineService.ListAssets için yanıt mesajı.
JSON gösterimi |
{
"assets": [
{
object (EarthEngineAsset )
}
],
"nextPageToken": string
} |
Alanlar |
assets[] |
object (EarthEngineAsset )
Öğelerin listesi.
|
nextPageToken |
string
Sonuçların bir sonraki sayfasını almak için kullanılan jeton. Sonuçların bir sonraki sayfasını almak için ListAssets yönteminin sonraki çağrısında ListAssetsRequest.page_token alanında bu değeri iletin.
|
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2025-07-25 UTC.
[null,null,["Son güncelleme tarihi: 2025-07-25 UTC."],[[["\u003cp\u003eResponse includes a list of EarthEngineAssets and a token for retrieving the next page of results.\u003c/p\u003e\n"],["\u003cp\u003eEach EarthEngineAsset contains information about a specific asset within Google Earth Engine.\u003c/p\u003e\n"],["\u003cp\u003eA nextPageToken is provided if additional results are available and can be used in subsequent requests to retrieve them.\u003c/p\u003e\n"]]],[],null,["# ListAssetsResponse\n\nResponse message for EarthEngineService.ListAssets.\n\n| JSON representation |\n|--------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"assets\": [ { object (/earth-engine/reference/rest/v1beta/projects.assets#EarthEngineAsset) } ], \"nextPageToken\": string } ``` |\n\n| Fields ||\n|-----------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `assets[]` | `object (`[EarthEngineAsset](/earth-engine/reference/rest/v1beta/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/v1beta/projects.assets/listAssets#body.QUERY_PARAMETERS.page_token) field in the subsequent call to the `ListAssets` method to retrieve the next page of results. |"]]