[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage details the `ValueExtensions` class, which provides extension methods for the `Value` type within the `Google.Cloud.Datastore.V1` namespace."],["The latest version documented is 4.15.0, with a range of versions from 3.2.0 up to the current latest, all of which are available for reference on this page."],["The `ValueExtensions` class inherits from the base `Object` class and includes inherited members such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["The primary method offered by `ValueExtensions` is `OrNull(Value)`, which returns the input `value` if it is not of the `NullValue` kind, otherwise returning `null`, and it also returns null if the provided value is null."],["The `OrNull(Value)` method's documentation provides information about the return type, a description of what it returns in different cases, and explains the reverse operation, showcasing how to convert it back to the `NullValue` when needed."]]],[]]