public sealed class Trace : IMessage<Trace>, IEquatable<Trace>, IDeepCloneable<Trace>, IBufferMessage, IMessage
Trace represents one simulated packet forwarding path.
Each trace contains multiple ordered steps.
Each step is in a particular state with associated configuration.
State is categorized as final or non-final states.
Each final state has a reason associated.
Each trace must end with a final state (the last step).
|---------------------Trace----------------------|
Step1(State) Step2(State) --- StepN(State(final))
Derived from the source and destination endpoints definition specified by
user request, and validated by the data plane model.
If there are multiple traces starting from different source locations, then
the endpoint_info may be different between traces.
A trace of a test contains multiple steps from the initial state to the
final state (delivered, dropped, forwarded, or aborted).
The steps are ordered by the processing sequence within the simulated
network state machine. It is critical to preserve the order of the steps
and avoid reordering or sorting them.
[[["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-12 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eTrace\u003c/code\u003e class represents a simulated packet forwarding path, which is composed of multiple ordered steps, each in a specific state.\u003c/p\u003e\n"],["\u003cp\u003eEach step in a \u003ccode\u003eTrace\u003c/code\u003e can be in a final or non-final state, with each final state having an associated reason, and every trace ends with a final state.\u003c/p\u003e\n"],["\u003cp\u003eThe webpage provides access to different versions of the documentation for \u003ccode\u003eGoogle.Cloud.NetworkManagement.V1.Trace\u003c/code\u003e, ranging from version 1.0.0 to the latest version 2.13.0.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eTrace\u003c/code\u003e implements interfaces such as \u003ccode\u003eIMessage<Trace>\u003c/code\u003e, \u003ccode\u003eIEquatable<Trace>\u003c/code\u003e, \u003ccode\u003eIDeepCloneable<Trace>\u003c/code\u003e, \u003ccode\u003eIBufferMessage\u003c/code\u003e, and \u003ccode\u003eIMessage\u003c/code\u003e, indicating its capabilities for message handling, comparison, cloning, and buffer management.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eTrace\u003c/code\u003e class has properties like \u003ccode\u003eEndpointInfo\u003c/code\u003e, which provides information about the source and destination, and \u003ccode\u003eSteps\u003c/code\u003e, which contains the ordered sequence of steps in the trace, and the steps must be preserved in their order.\u003c/p\u003e\n"]]],[],null,[]]