Show / Hide Table of Contents

Enum ProjectsResource.TracesResource.ListRequest.ViewEnum

Optional. Type of data returned for traces in the list. Default is MINIMAL.

Namespace: Google.Apis.CloudTrace.v1
Assembly: Google.Apis.CloudTrace.v1.dll
Syntax
public enum ProjectsResource.TracesResource.ListRequest.ViewEnum

Fields

Name Description
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.

VIEWTYPEUNSPECIFIED

Default is MINIMAL if unspecified.

In this article
Back to top Generated by DocFX