syntax property
The syntax of the proto file. The supported values are "proto2", "proto3", and "editions".
If edition is present, this value must be "editions".
WARNING: This field should only be used by protobuf plugins or special
cases like the proto compiler. Other uses are discouraged and
developers should rely on the protoreflect APIs for their client language.
Implementation
@$pb.TagNumber(12)
$core.String get syntax => $_getSZ(11);
Implementation
@$pb.TagNumber(12)
set syntax($core.String value) => $_setString(11, value);