Enum ListTracesRequest.ViewType (2.15.0)

public enum ListTracesRequest.ViewType extends Enum<ListTracesRequest.ViewType> implements ProtocolMessageEnum

Type of data returned for traces in the list.

Protobuf enum google.devtools.cloudtrace.v1.ListTracesRequest.ViewType

Implements

ProtocolMessageEnum

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

COMPLETE = 3;

COMPLETE_VALUE

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.

COMPLETE = 3;

MINIMAL

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

MINIMAL = 1;

MINIMAL_VALUE

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

MINIMAL = 1;

ROOTSPAN

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

ROOTSPAN = 2;

ROOTSPAN_VALUE

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

ROOTSPAN = 2;

UNRECOGNIZED
VIEW_TYPE_UNSPECIFIED

Default is MINIMAL if unspecified.

VIEW_TYPE_UNSPECIFIED = 0;

VIEW_TYPE_UNSPECIFIED_VALUE

Default is MINIMAL if unspecified.

VIEW_TYPE_UNSPECIFIED = 0;

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()