streamToken property

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

A token that represents the position of this response in the stream. This can be used by a client to resume the stream at this point.

This field is always set.

Implementation

@$pb.TagNumber(2)
$core.List<$core.int> get streamToken => $_getN(1);
  1. @TagNumber(2)
set streamToken (List<int> v)

Implementation

@$pb.TagNumber(2)
set streamToken($core.List<$core.int> v) {
  $_setBytes(1, v);
}