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