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."],[[["This webpage provides documentation for the `ListTracesRequest.Types.ViewType` enum within the Google Cloud Trace v1 API."],["The enum defines the level of detail returned for traces when listing them, with versions ranging from 2.2.0 to the latest 3.4.0."],["The available `ViewType` options are `Complete`, `Minimal`, `Rootspan`, and `Unspecified`, each returning a different scope of data."],["`Complete` view contains the entire trace data, `Minimal` contains the project and trace ID, and `Rootspan` contains the root span and the minimal trace data."],["The default view returned if not specified is `MINIMAL`."]]],[]]