public sealed class Trace : IMessage<Trace>, IEquatable<Trace>, IDeepCloneable<Trace>, IBufferMessage, IMessage
A trace describes how long it takes for an application to perform an
operation. It consists of a set of spans, each of which represent a single
timed event within the operation.
Globally unique identifier for the trace. This identifier is a 128-bit
numeric value formatted as a 32-byte hex string. For example,
382d4f4c6b7bb2f4a972559d9085001d.
[[["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."],[[["\u003cp\u003eThis webpage details the \u003ccode\u003eTrace\u003c/code\u003e class within the \u003ccode\u003eGoogle.Cloud.Trace.V1\u003c/code\u003e namespace, specifically version 2.3.0, and it is a part of the Google Cloud Trace API for .NET.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eTrace\u003c/code\u003e class is used to represent a trace, which is a collection of spans describing how long an application takes to perform an operation, and is identified by a unique 128-bit numeric \u003ccode\u003eTraceId\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eTrace\u003c/code\u003e class has properties such as \u003ccode\u003eProjectId\u003c/code\u003e, which is a string indicating where the trace is stored, and \u003ccode\u003eSpans\u003c/code\u003e, which is a collection of \u003ccode\u003eTraceSpan\u003c/code\u003e objects.\u003c/p\u003e\n"],["\u003cp\u003eThe most recent version of this API is version 3.4.0, as indicated in the file references provided.\u003c/p\u003e\n"],["\u003cp\u003eThe class has two constructors, one default and one that accepts another \u003ccode\u003eTrace\u003c/code\u003e object.\u003c/p\u003e\n"]]],[],null,[]]