You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a wrapper type field like google.protobuf.StringValue is not set and accessed on a protobuf message field, the evaluator should return a null value for the field to be consistent with the spec, and with wrapper behavior in protobuf generated code.