EarthEngineAssetView
Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
Widok zasobów dla EarthEngineAsset
.
Widok określa maksymalny rozmiar strony w przypadku operacji interfejsu API. Zwykle wyższe limity obowiązują w przypadku bardziej restrykcyjnych widoków: – 10 000 w przypadku widoku BASIC; – 1000 w przypadku pozostałych widoków.
Wartości w polu enum |
EARTH_ENGINE_ASSET_VIEW_UNSPECIFIED |
Nieokreślony, odpowiednik FULL . |
FULL |
Wszystkie pola są ustawione w każdym obiekcie EarthEngineAsset zwróconym w odpowiedzi. Wartość domyślna. |
BASIC |
W każdym obiekcie EarthEngineAsset zwróconym w odpowiedzi ustawione są tylko pola type , name i id . |
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2025-07-26 UTC.
[null,null,["Ostatnia aktualizacja: 2025-07-26 UTC."],[[["\u003cp\u003eThe EarthEngineAsset resource view dictates the amount of data returned for API operations, with the BASIC view offering higher limits but returning less data.\u003c/p\u003e\n"],["\u003cp\u003eThe default view is FULL, which returns all fields for each EarthEngineAsset in the response.\u003c/p\u003e\n"],["\u003cp\u003eThe BASIC view only returns the type, name, and ID for each asset, enabling higher page sizes for queries.\u003c/p\u003e\n"]]],["The `EarthEngineAsset` resource view has two main types: `FULL` and `BASIC`. `FULL` displays all fields, while `BASIC` shows only `type`, `name`, and `id`. The default view is `FULL`. The maximum page size for API operations varies by view, with `BASIC` allowing up to 10,000 items per page and other views limited to 1,000. An unspecified view defaults to `FULL`.\n"],null,["# EarthEngineAssetView\n\nA resource view for `EarthEngineAsset`.\n\nThe view determines the maximum page size for API operations, with generally higher limits for more restrictive views: - 10000 for BASIC - 1000 otherwise\n\n| Enums ||\n|---------------------------------------|-------------------------------------------------------------------------------------------------------|\n| `EARTH_ENGINE_ASSET_VIEW_UNSPECIFIED` | Not specified, equivalent to `FULL`. |\n| `FULL` | All fields are set in each `EarthEngineAsset` returned in the response. The default value. |\n| `BASIC` | Only the fields `type`, `name`, and `id` are set in each `EarthEngineAsset` returned in the response. |"]]