allocatedContextLength property

  1. @TagNumber.new(19)
int get allocatedContextLength

What context length the runtime actually allocated -- a request is not a promise.

Implementation

@$pb.TagNumber(19)
$core.int get allocatedContextLength => $_getIZ(16);
  1. @TagNumber.new(19)
set allocatedContextLength (int value)

Implementation

@$pb.TagNumber(19)
set allocatedContextLength($core.int value) => $_setSignedInt32(16, value);