Class ViewType (1.13.2)

ViewType(value)

Type of data returned for traces in the list.

Values: VIEW_TYPE_UNSPECIFIED (0): Default is MINIMAL if unspecified. MINIMAL (1): Minimal view of the trace record that contains only the project and trace IDs. ROOTSPAN (2): Root span view of the trace record that returns the root spans along with the minimal trace data. COMPLETE (3): 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.