The syntax in which a protocol buffer element is defined.
from enum google.protobuf.Syntax
Syntax proto2.
proto2
from enum value: SYNTAX_PROTO2 = 0;
Syntax proto3.
proto3
from enum value: SYNTAX_PROTO3 = 1;
Generated using TypeDoc
The syntax in which a protocol buffer element is defined.
Generated
from enum google.protobuf.Syntax