Protobuf Enumerations

Learn how to add enums in Protobuf and application in C#.

Any C# developer will be familiar with enum types, which represent categorical data. Protobuf has an equivalent, which we'll look at in this lesson.

Adding enum to proto files

We'll use the code widget below to add the enum-related functionality to the gRPC client and serevr applications we built previously:

Get hands-on with 1200+ tech skills courses.