Created
April 4, 2021 07:48
-
-
Save nvinayshetty/cd0cb1de87d58909d4f5db16d3278cd9 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
| syntax = "proto3"; | |
| import "google/protobuf/duration.proto"; | |
| message MyMessage { | |
| google.protobuf.Duration duration = 1; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment