[[["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."],[[["The `UInt32Value` class is a wrapper message for `uint32` values, designed to represent unsigned 32-bit integers within Protocol Buffers and its JSON representation is a JSON number."],["This class implements multiple interfaces, including `IMessage`, `IEquatable\u003cUInt32Value\u003e`, `IDeepCloneable\u003cUInt32Value\u003e`, and `IBufferMessage`, enabling it to function within the Protocol Buffers framework."],["`UInt32Value` includes methods for size calculation (`CalculateSize`), deep cloning (`Clone`), equality comparison (`Equals`), hash code generation (`GetHashCode`), merging from streams or other `UInt32Value` instances (`MergeFrom`), and string representation (`ToString`), among others."],["The class contains a static `Parser` property to allow parsing, a static `Descriptor` property to access the data schema and a `Value` property that gets or sets the unsigned 32-bit integer value."],["The `ValueFieldNumber` field is a constant integer that defines the field number for the \"value\" field."]]],[]]