spanId property

  1. @TagNumber.new(2)
List<int> get spanId

A unique identifier for the linked span. The ID is an 8-byte array.

Implementation

@$pb.TagNumber(2)
$core.List<$core.int> get spanId => $_getN(1);
  1. @TagNumber.new(2)
set spanId (List<int> value)

Implementation

@$pb.TagNumber(2)
set spanId($core.List<$core.int> value) => $_setBytes(1, value);