oneofIndex property
If set, gives the index of a oneof in the containing type's oneof_decl list. This field is a member of that oneof.
Implementation
@$pb.TagNumber(9)
$core.int get oneofIndex => $_getIZ(8);
Implementation
@$pb.TagNumber(9)
set oneofIndex($core.int value) => $_setSignedInt32(8, value);