|
|
|
|
|
by violinist
2585 days ago
|
|
Two things:
1) proto buffers intentionally don't allow null values; values that aren't set will return a default value
2) gRPC uses proto3, which does not distinguish between a field unset and a field set to the default value |
|