latencyMs property

  1. @TagNumber.new(6)
Int64 get latencyMs

For REQUEST_COMPLETED — response time in ms (canonical addition, implied by Kotlin/iOS request timing instrumentation).

Implementation

@$pb.TagNumber(6)
$fixnum.Int64 get latencyMs => $_getI64(5);
  1. @TagNumber.new(6)
set latencyMs (Int64 value)

Implementation

@$pb.TagNumber(6)
set latencyMs($fixnum.Int64 value) => $_setInt64(5, value);