EarthEngineAssetView
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
มุมมองทรัพยากรสำหรับ EarthEngineAsset
มุมมองจะกำหนดขนาดหน้าเว็บสูงสุดสำหรับการดำเนินการ API โดยทั่วไปแล้วมุมมองที่มีการจำกัดมากกว่าจะมีขีดจำกัดสูงกว่า - 10000 สำหรับ BASIC - 1000 สำหรับมุมมองอื่นๆ
Enum |
EARTH_ENGINE_ASSET_VIEW_UNSPECIFIED |
ไม่ได้ระบุ เทียบเท่ากับ FULL |
FULL |
ระบบจะตั้งค่าช่องทั้งหมดในแต่ละ EarthEngineAsset ที่แสดงในคำตอบ ค่าเริ่มต้น |
BASIC |
เฉพาะฟิลด์ type , name และ id เท่านั้นที่จะตั้งค่าในแต่ละ EarthEngineAsset ที่แสดงในคำตอบ |
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-26 UTC
[null,null,["อัปเดตล่าสุด 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. |"]]