Show / Hide Table of Contents

Enum Syntax

The syntax of a .proto file

Namespace: Google.Protobuf.Reflection
Assembly: Google.Protobuf.dll
Syntax
public enum Syntax

Fields

Name Description
Proto2

Proto2 syntax

Proto3

Proto3 syntax

Unknown

An unknown declared syntax

Back to top