add preserving_proto_field_name
option to to_dict
methods
#166
Labels
P2
A nice-to-fix bug
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
MessageToDict provides a
preserving_proto_field_name
option to either preserve proto (snake_case) names or convert tolowerCamelCase
.This is blocking
google-cloud-bigquery
migration toproto-plus
classes googleapis/python-bigquery#319 as the existing client is relying on the default protobuf behavior (converts tolowerCamelCase
)The text was updated successfully, but these errors were encountered: