The syntax in which a protocol buffer element is defined.

Generated

from enum google.protobuf.Syntax

Enumeration Members

Enumeration Members

EDITIONS: 2

Syntax editions.

Generated

from enum value: SYNTAX_EDITIONS = 2;

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