In proto3, all fields are "optional" (it is not an error if the sender fails to set them). But, fields are no longer "nullable", there's no way to tell the …
In proto3, all fields are "optional" (it is not an error if the sender fails to set them). But, fields are no longer "nullable", there's no way to tell the …