Whether this request should be traced or not.
May be null, which means that there's not enough information to know
whether this request should be traced or not.
[[["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-04-17 UTC."],[[["The latest version of the `ITraceContext` interface is 5.2.0, while the currently viewed version is 4.3.1, with other previous versions available, including 5.1.0, 5.0.0, and 4.4.0."],["`ITraceContext` is an interface within the `Google.Cloud.Diagnostics.Common` namespace, part of the `Google.Cloud.Diagnostics.Common.dll` assembly."],["The `ShouldTrace` property, of nullable boolean type, indicates whether a request should be traced, or if there is insufficient information available to determine it."],["The `SpanId` property, a nullable 64-bit unsigned integer, represents the span identifier, corresponding to the `span_id` field in the TraceSpan API message."],["The `TraceId` property, a string type, holds the trace identifier and matches the `trace_id` field of the Trace API message."]]],[]]