configVersion property
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);
Implementation
@$pb.TagNumber(20)
set configVersion($10.UInt32Value value) => $_setField(20, value);