Cloud Trace V1 API - Module Google::Cloud::Trace::V1::ListTracesRequest::ViewType (v0.9.0)

Reference documentation and code samples for the Cloud Trace V1 API module Google::Cloud::Trace::V1::ListTracesRequest::ViewType.

Type of data returned for traces in the list.

Constants

VIEW_TYPE_UNSPECIFIED

value: 0
Default is MINIMAL if unspecified.

MINIMAL

value: 1
Minimal view of the trace record that contains only the project and trace IDs.

ROOTSPAN

value: 2
Root span view of the trace record that returns the root spans along with the minimal trace data.

COMPLETE

value: 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.