status property

  1. @TagNumber.new(4)
CLIENT_STREAM_LIFECYCLE get status

The status of this client stream

Implementation

@$pb.TagNumber(4)
CLIENT_STREAM_LIFECYCLE get status => $_getN(2);
  1. @TagNumber.new(4)
set status (CLIENT_STREAM_LIFECYCLE value)

Implementation

@$pb.TagNumber(4)
set status(CLIENT_STREAM_LIFECYCLE value) => $_setField(4, value);