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 |
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 |