public interface TraceOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getProjectId()
public abstract String getProjectId()Project ID of the Cloud project where the trace data is stored.
string project_id = 1;
| Type | Description |
| String | The projectId. |
getProjectIdBytes()
public abstract ByteString getProjectIdBytes()Project ID of the Cloud project where the trace data is stored.
string project_id = 1;
| Type | Description |
| 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;
| Name | Description |
| index | int |
| Type | Description |
| TraceSpan |
getSpansCount()
public abstract int getSpansCount()Collection of spans in the trace.
repeated .google.devtools.cloudtrace.v1.TraceSpan spans = 3;
| Type | Description |
| int |
getSpansList()
public abstract List<TraceSpan> getSpansList()Collection of spans in the trace.
repeated .google.devtools.cloudtrace.v1.TraceSpan spans = 3;
| Type | Description |
| 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;
| Name | Description |
| index | int |
| Type | Description |
| TraceSpanOrBuilder |
getSpansOrBuilderList()
public abstract List<? extends TraceSpanOrBuilder> getSpansOrBuilderList()Collection of spans in the trace.
repeated .google.devtools.cloudtrace.v1.TraceSpan spans = 3;
| Type | Description |
| 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;
| Type | Description |
| 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;
| Type | Description |
| ByteString | The bytes for traceId. |