Google Cloud Trace v1 API - Enum ListTracesRequest.Types.ViewType (3.3.0)

public enum ListTracesRequest.Types.ViewType

Reference documentation and code samples for the Google Cloud Trace v1 API enum ListTracesRequest.Types.ViewType.

Type of data returned for traces in the list.

Namespace

Google.Cloud.Trace.V1

Assembly

Google.Cloud.Trace.V1.dll

Fields

NameDescription
Complete

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.

Unspecified

Default is MINIMAL if unspecified.