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
Map fields are represented as (synthetic) child messages of the message that contains the field. Then in the Mustache templates we need to ignore them:
We should consider adding these messages to the MessageById table, but not to the child messages. We can simplify the mustache templates, and avoid thinking about these so much.
The text was updated successfully, but these errors were encountered:
Map fields are represented as (synthetic) child messages of the message that contains the field. Then in the Mustache templates we need to ignore them:
google-cloud-rust/generator/internal/rust/templates/common/message.mustache
Line 16 in 4f1dadc
We should consider adding these messages to the
MessageById
table, but not to the child messages. We can simplify the mustache templates, and avoid thinking about these so much.The text was updated successfully, but these errors were encountered: