The message constructor is incompatible with message.to_dict
and the actual REST API payloads
#344
Labels
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
The message constructor is incompatible with
message.to_dict
(whenpreserving_proto_field_name
is used) and the actual REST API payloads. Meanwhile,.from_json
is compatible with.to_json
.Environment details
Steps to reproduce
This works:
This does not work:
The text was updated successfully, but these errors were encountered: