inputIndex property
Zero-based position in the request batch. ALWAYS set, on every entry point, including index 0.
Implementation
@$pb.TagNumber(2)
$core.int get inputIndex => $_getIZ(1);
Implementation
@$pb.TagNumber(2)
set inputIndex($core.int value) => $_setSignedInt32(1, value);