class Syntax

The syntax in which a protocol buffer element is defined.

Protobuf enum Google\Protobuf\Syntax

Constants

SYNTAX_PROTO2

Syntax proto2.

Generated from protobuf enum SYNTAX_PROTO2 = 0;

SYNTAX_PROTO3

Syntax proto3.

Generated from protobuf enum SYNTAX_PROTO3 = 1;