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-09 UTC."],[[["`SimpleTraceContext` is a class within the Google.Cloud.Diagnostics.Common namespace that provides a straightforward implementation of the `ITraceContext` interface for managing trace context."],["The `SimpleTraceContext` class offers a constructor to create new instances, requiring parameters for `traceId` (string), `spanId` (ulong?), and `shouldTrace` (bool?) to initialize a trace context."],["It exposes read-only properties like `ShouldTrace` (bool?), `SpanId` (ulong?), and `TraceId` (string) to provide information about whether a request should be traced, its span identifier, and its trace identifier, respectively."],["This class is part of the `Google.Cloud.Diagnostics.Common.dll` assembly and its properties correspond to the trace_id and span_id fields in the Trace and TraceSpan messages within the Google Cloud Trace API."],["Several versions of this resource are available, with version `5.2.0` being the most recent."]]],[]]