The syntax in which a protocol buffer element is defined.

Generated

from enum google.protobuf.Syntax

Enumeration Members

Enumeration Members

PROTO2: 0

Syntax proto2.

Generated

from enum value: SYNTAX_PROTO2 = 0;

PROTO3: 1

Syntax proto3.

Generated

from enum value: SYNTAX_PROTO3 = 1;

Generated using TypeDoc