googleapis / gax-ruby

Google API Extensions for Ruby
https://rubygems.org/gems/google-gax
BSD 3-Clause "New" or "Revised" License
20 stars 22 forks source link

Helper to convert Ruby Time object <-> google.protobuf.timestamp #98

Closed geigerj closed 6 years ago

geigerj commented 7 years ago

A method should be provided to convert instances of Time to google.protobuf.Timestamp and vice versa. This should be used in the coercion logic to provide automatic conversion in request messages.

geigerj commented 6 years ago

Fixed by #113