Interface TraceOrBuilder (2.41.0)

public interface TraceOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getProjectId()

public abstract String getProjectId()

Project ID of the Cloud project where the trace data is stored.

string project_id = 1;

Returns
TypeDescription
String

The projectId.

getProjectIdBytes()

public abstract ByteString getProjectIdBytes()

Project ID of the Cloud project where the trace data is stored.

string project_id = 1;

Returns
TypeDescription
ByteString

The bytes for projectId.

getSpans(int index)

public abstract TraceSpan getSpans(int index)

Collection of spans in the trace.

repeated .google.devtools.cloudtrace.v1.TraceSpan spans = 3;

Parameter
NameDescription
indexint
Returns
TypeDescription
TraceSpan

getSpansCount()

public abstract int getSpansCount()

Collection of spans in the trace.

repeated .google.devtools.cloudtrace.v1.TraceSpan spans = 3;

Returns
TypeDescription
int

getSpansList()

public abstract List<TraceSpan> getSpansList()

Collection of spans in the trace.

repeated .google.devtools.cloudtrace.v1.TraceSpan spans = 3;

Returns
TypeDescription
List<TraceSpan>

getSpansOrBuilder(int index)

public abstract TraceSpanOrBuilder getSpansOrBuilder(int index)

Collection of spans in the trace.

repeated .google.devtools.cloudtrace.v1.TraceSpan spans = 3;

Parameter
NameDescription
indexint
Returns
TypeDescription
TraceSpanOrBuilder

getSpansOrBuilderList()

public abstract List<? extends TraceSpanOrBuilder> getSpansOrBuilderList()

Collection of spans in the trace.

repeated .google.devtools.cloudtrace.v1.TraceSpan spans = 3;

Returns
TypeDescription
List<? extends com.google.devtools.cloudtrace.v1.TraceSpanOrBuilder>

getTraceId()

public abstract String getTraceId()

Globally unique identifier for the trace. This identifier is a 128-bit numeric value formatted as a 32-byte hex string. For example, 382d4f4c6b7bb2f4a972559d9085001d.

string trace_id = 2;

Returns
TypeDescription
String

The traceId.

getTraceIdBytes()

public abstract ByteString getTraceIdBytes()

Globally unique identifier for the trace. This identifier is a 128-bit numeric value formatted as a 32-byte hex string. For example, 382d4f4c6b7bb2f4a972559d9085001d.

string trace_id = 2;

Returns
TypeDescription
ByteString

The bytes for traceId.