Complete view of the trace record that contains the actual trace data.
This is equivalent to calling the REST get or RPC GetTrace method
using the ID of each listed trace.
Minimal
Minimal view of the trace record that contains only the project
and trace IDs.
Rootspan
Root span view of the trace record that returns the root spans along
with the minimal trace data.
[[["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-21 UTC."],[[["Version 3.4.0 is the latest release for the `Google.Cloud.Trace.V1` library, with previous versions dating back to 2.2.0 being available."],["The `ViewType` enum determines the type of data returned for traces, which include `Complete`, `Minimal`, and `Rootspan`."],["The `Complete` view provides the full trace data, mirroring the output of the REST `get` or RPC `GetTrace` method."],["The `Minimal` view offers only project and trace IDs, while `Rootspan` returns root spans and minimal trace information."],["If `ViewType` is not specified, it defaults to the `MINIMAL` view."]]],[]]