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
"description": "The structure is pretty close of the Timestamp one. For clarity, a second type\n of message is used.",
"required": [
"seconds",
"nanos"
],
"properties": {
"seconds": {
"type": "integer"
},
"nanos": {
"description": "Non-negative fractions of a second at nanosecond resolution. Negative\n second values with fractions must still have non-negative nanos values\n that count forward in time. Must be from 0 to 999,999,999\n inclusive.",