[[["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-05 UTC."],[[["The `TracingOptions` class configures parameters for RPC/protobuf tracing, with default settings including `single_line_mode=on`, `use_short_repeated_primitives=on`, and `truncate_string_field_longer_than=128`."],["There are multiple versions of `TracingOptions`, with the latest version being `2.37.0-rc`, and it can be modified using `SetOptions`, passing the desired options as a string."],["Constructors are available for `TracingOptions` which allow instantiation with no arguments, copy construction, and move construction."],["Operators are available for `TracingOptions`, allowing both copy assignment and move assignment."],["The user can configure if the entire message will be output on a single line with no line breaks, if repeated primitives will be printed in a compact format, and if strings/bytes fields will be truncated."]]],[]]