By default, ScalaPB generates default values for required fields, therefore making them optional to the user. This behavior can be disabled via: ``` import "scalapb/scalapb.proto"; option (scalapb.options) = { no_default_values_in_constructor: true; }; ```