Represents a time of day. The date and time zone are either not significant or are specified elsewhere. An API may choose to allow leap seconds. Related types are google.type.Date and google.protobuf.Timestamp.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-18 UTC."],[],["This content defines the representation of a time of day, excluding date and time zone. It's represented in JSON as an object with `hours`, `minutes`, `seconds`, and `nanos` fields. `hours` are in 24-hour format (0-23, with an optional 24 for closing times). `minutes` range from 0-59. `seconds` typically range from 0-59, but can extend to 60 for leap seconds. `nanos` represent nanoseconds (0-999,999,999).\n"]]