spanId property

  1. @TagNumber.new(27)
String get spanId

Optional. The span ID within the trace associated with the log entry.

For Trace spans, this is the same format that the Trace API v2 uses: a 16-character hexadecimal encoding of an 8-byte array, such as 000000000000004a.

Implementation

@$pb.TagNumber(27)
$core.String get spanId => $_getSZ(14);
  1. @TagNumber.new(27)
set spanId (String value)

Implementation

@$pb.TagNumber(27)
set spanId($core.String value) => $_setString(14, value);