[[["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."],[[["`BoolValue` is a wrapper message for the `bool` type, representing boolean values in JSON as `true` or `false`."],["The `BoolValue` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, to support various functionalities within the Protobuf framework."],["It has constructors to create a new `BoolValue` instance or to clone an existing one, with the `Value` property holding the actual boolean value."],["Key methods include `CalculateSize()`, `Clone()`, `Equals()`, `GetHashCode()`, `MergeFrom()`, `ToString()`, and `WriteTo()`, providing core functionalities for object management and data handling."],["`BoolValue` also has static properties such as `Descriptor` and `Parser` to provide information to the google.protobuf library."]]],[]]