The updated version of the asset, containing only the new values of the fields to be updated. Only the
"start_time", "end_time", and "properties" fields can be updated. If a value is named in "updateMask", but is unset in "asset", then that value will be deleted from the asset.
updateFields
List
A list of the field names to update. This may contain:
"start_time" or "end_time" to update the corresponding timestamp,
"properties.PROPERTY_NAME" to update a given property, or
"properties" to update all properties. If the list is empty, all properties and both timestamps will be updated.
callback
Function, optional
An optional callback. If not supplied, the call is made synchronously.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-10-06 UTC."],[[["Updates specified fields or all properties and timestamps of an Earth Engine asset."],["Requires writer or owner authentication for the asset being updated."],["Allows updating start/end times and properties, with the option to delete values by specifying them in `updateFields` but omitting them in `asset`."],["Utilizes the `ee.data.updateAsset` function with asset ID, updated asset details, and optional fields to update and callback."]]],[]]