The update time of the entity on the server after processing the mutation.
If the mutation doesn't change anything on the server, then the timestamp
will be the update timestamp of the current entity. This field will not be
set after a 'delete'.
The version of the entity on the server after processing the mutation. If
the mutation doesn't change anything on the server, then the version will
be the version of the current entity or, if no entity is present, a version
that is strictly greater than the version of any previous entity and less
than the version of any possible future entity.
[[["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 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eMutationResult\u003c/code\u003e class represents the outcome of a mutation operation in Google Cloud Datastore, as indicated in the provided documentation.\u003c/p\u003e\n"],["\u003cp\u003eThis class, \u003ccode\u003eMutationResult\u003c/code\u003e, implements multiple interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, enhancing its functionality and compatibility.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eMutationResult\u003c/code\u003e class includes properties like \u003ccode\u003eConflictDetected\u003c/code\u003e, \u003ccode\u003eKey\u003c/code\u003e, \u003ccode\u003eUpdateTime\u003c/code\u003e, and \u003ccode\u003eVersion\u003c/code\u003e, which provide insights into the mutation's effect on the entity.\u003c/p\u003e\n"],["\u003cp\u003eThe documentation covers versions from 4.0.0 up to the latest 4.15.0 of the \u003ccode\u003eGoogle.Cloud.Datastore.V1\u003c/code\u003e, along with earlier releases down to 3.2.0.\u003c/p\u003e\n"],["\u003cp\u003eThe class provides 2 constructors, one being empty and another that takes in another \u003ccode\u003eMutationResult\u003c/code\u003e object as a parameter, and it inherits functionality from \u003ccode\u003eObject\u003c/code\u003e with \u003ccode\u003eGetHashCode()\u003c/code\u003e, \u003ccode\u003eGetType()\u003c/code\u003e, \u003ccode\u003eMemberwiseClone()\u003c/code\u003e, and \u003ccode\u003eToString()\u003c/code\u003e methods.\u003c/p\u003e\n"]]],[],null,[]]