parentSpanId property

  1. @TagNumber(4)
List<int> get parentSpanId

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);
  1. @TagNumber(4)
set parentSpanId (List<int> v)

Implementation

@$pb.TagNumber(4)
set parentSpanId($core.List<$core.int> v) { $_setBytes(3, v); }