[[["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 `Int64Value` class is a wrapper for `int64` values, using JSON strings for its JSON representation."],["This class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It has a `Value` property of type `Int64`, and it includes methods for calculations, cloning, equality checks, merging, and outputting to strings."],["The `Int64Value` class also defines constants for `ValueFieldNumber` which helps specify the field number, and has properties such as `Descriptor` and `Parser` to help manage data."],["There are two constructors, `Int64Value()` and `Int64Value(Int64Value other)`, used to create new instances of the `Int64Value` object."]]],[]]