Created
May 11, 2017 16:48
-
-
Save thagomizer/441c28b7a57a35566e89773cd196dc28 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
interval = Google::Monitoring::V3::TimeInterval.new | |
interval.start_time = Google::Protobuf::Timestamp.new(seconds: start_time) | |
interval.end_time = Google::Protobuf::Timestamp.new(seconds: end_time) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment