공지사항:
2025년 4월 15일 전에 Earth Engine 사용을 위해 등록된 모든 비상업용 프로젝트는 Earth Engine 액세스를 유지하기 위해
비상업용 자격 요건을 인증해야 합니다.
EarthEngineAssetView
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
EarthEngineAsset
의 리소스 뷰입니다.
뷰는 API 작업의 최대 페이지 크기를 결정하며, 일반적으로 제한적인 뷰의 경우 한도가 더 높습니다. - BASIC의 경우 10000 - 그 외의 경우 100
열거형 |
EARTH_ENGINE_ASSET_VIEW_UNSPECIFIED |
지정되지 않음, FULL 과 동일합니다. |
FULL |
모든 필드는 응답에 반환된 각 EarthEngineAsset 에 설정됩니다. 기본값입니다. |
BASIC |
응답에 반환된 각 EarthEngineAsset 에는 type , name , id 필드만 설정됩니다. |
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-07-26(UTC)
[null,null,["최종 업데이트: 2025-07-26(UTC)"],[[["\u003cp\u003eEarthEngineAsset resource views control the amount of data returned in API responses, impacting page size limits.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eFULL\u003c/code\u003e view returns all asset fields and is the default, while \u003ccode\u003eBASIC\u003c/code\u003e view only returns essential fields like type, name, and ID for a more concise response.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eBASIC\u003c/code\u003e view allows for larger page sizes in API operations compared to other views.\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. |"]]