streamedResponseProcessorValue property
@doc The relevant callback functions for processing a streamed response. This is only used by streaming API endpoints using the Server Sent Event protocol.
Implementation
@$pb.TagNumber(4)
FFStreamedResponseProcessorValue get streamedResponseProcessorValue =>
$_getN(3);
Implementation
@$pb.TagNumber(4)
set streamedResponseProcessorValue(FFStreamedResponseProcessorValue value) =>
$_setField(4, value);