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 the protobuf specifies the fields in snake_case the JSON parser and Java utilities will interpret it to the more conventional (for those systems) camelCase. It would be nice if this interpretation extended to the query parameter parsing.
The text was updated successfully, but these errors were encountered:
When the protobuf specifies the fields in
snake_case
the JSON parser and Java utilities will interpret it to the more conventional (for those systems)camelCase
. It would be nice if this interpretation extended to the query parameter parsing.The text was updated successfully, but these errors were encountered: