Hi I am using gRPC Ruby plugin to communicate to a service. The proto definition contains(proto3):
uint32 id = 1;
But, when I assign nil to id, it throws an error - expected number for integral field. But for strings, nil values work fine. How do I allow nil values for integral / float fields?