capacity property
Channel depth override. Proto3 scalars have no presence bit, so the sentinel value 0 means "use the per-edge default (16 for PCM, 256 for tokens, 32 for sentences)". uint32 keeps the wire representation identical to int32 on the happy path while making negative inputs statically unrepresentable.
Implementation
@$pb.TagNumber(3)
$core.int get capacity => $_getIZ(2);
Implementation
@$pb.TagNumber(3)
set capacity($core.int value) => $_setUnsignedInt32(2, value);