gRPC Protobuf Data Types

Manish Tiwari
bitesinbyte
Published in
2 min readMar 21, 2022

--

the goal of this article is to get a complete list of gRPC data type in a single document, kind of cheat sheet.

There are 3 type of protobuf data types
1. Scalar Value types
2. Well known types
3. Google common types
4. Custom types

Scalar Value types

these are common data types used in protobuf. scalar data type does not support null values.
you can find more complete list here .

--

--