parentSpanId property
The span_id
of this span's parent span. If this is a root span, then this
field must be empty. The ID is an 8-byte array.
Implementation
@$pb.TagNumber(4)
$core.List<$core.int> get parentSpanId => $_getN(3);
The span_id
of this span's parent span. If this is a root span, then this
field must be empty. The ID is an 8-byte array.
@$pb.TagNumber(4)
$core.List<$core.int> get parentSpanId => $_getN(3);