time property

  1. @TagNumber(9)
Timestamp time

The timestamp when the destination service receives the first byte of the request.

Implementation

@$pb.TagNumber(9)
$2.Timestamp get time => $_getN(7);
  1. @TagNumber(9)
void time=(Timestamp v)

Implementation

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