Class: Google::Protobuf::Syntax

Inherits:
Object
  • Object
show all
Extended by:
Protobug::Enum
Defined in:
lib/google/protobuf/type_pb.rb

Overview

The syntax in which a protocol buffer element is defined.

Constant Summary collapse

SYNTAX_PROTO2 =

Syntax ‘proto2`.

new("SYNTAX_PROTO2", 0).freeze
SYNTAX_PROTO3 =

Syntax ‘proto3`.

new("SYNTAX_PROTO3", 1).freeze
SYNTAX_EDITIONS =

Syntax ‘editions`.

new("SYNTAX_EDITIONS", 2).freeze