time property

  1. @TagNumber.new(4)
Timestamp get time

The timestamp when the destination service generates the first byte of the response.

Implementation

@$pb.TagNumber(4)
$2.Timestamp get time => $_getN(3);
  1. @TagNumber.new(4)
set time (Timestamp v)

Implementation

@$pb.TagNumber(4)
set time($2.Timestamp v) { setField(4, v); }