configVersion property

  1. @TagNumber.new(20)
UInt32Value get configVersion

The semantic version of the service configuration. The config version affects the interpretation of the service configuration. For example, certain features are enabled by default for certain config versions. The latest config version is 3.

Implementation

@$pb.TagNumber(20)
$10.UInt32Value get configVersion => $_getN(13);
  1. @TagNumber.new(20)
set configVersion (UInt32Value value)

Implementation

@$pb.TagNumber(20)
set configVersion($10.UInt32Value value) => $_setField(20, value);