{"type": enum (Type),"name": string,"id": string,"updateTime": string,"properties": {object},"startTime": string,"endTime": string,"geometry": {object},"bands": [{object (ImageBand)}],"sizeBytes": string,"featureCount": string,"quota": {object (FolderQuota)},"tilesets": [{object (Tileset)}],// Union field location can be only one of the following:"cloudStorageLocation": {object (CloudStorageLocation)},"featureViewAssetLocation": {object (FeatureViewLocation)}// End of list of possible types for union field location.}
[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["必要な情報がない","missingTheInformationINeed","thumb-down"],["複雑すぎる / 手順が多すぎる","tooComplicatedTooManySteps","thumb-down"],["最新ではない","outOfDate","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["サンプル / コードに問題がある","samplesCodeIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2025-07-25 UTC。"],[[["Earth Engine assets can represent various data types like images, tables, and folders, each with unique properties."],["Asset metadata includes details such as type, name, ID, update time, spatial footprint, and size."],["Image assets contain bands with specific data information, while table assets store features."],["Assets can have associated properties and temporal information like start and end times."],["Storage location information is provided for assets, including Cloud Storage for image tiles and Earth Engine for feature views."]]],["This document describes the structure of an Earth Engine asset, detailing its properties and methods. Key information includes the asset's `type`, `name`, `id`, and `updateTime`. It contains temporal data like `startTime` and `endTime`, a spatial `geometry`, and data band information. Assets include `sizeBytes`, `featureCount`, `quota`, and `tilesets`. Location can be a Cloud Storage or FeatureView. The sole method listed is to `create` a new asset.\n"]]