Google Business Performance API has a NEW API method that allows fetching multiple `DailyMetrics` in a single API request. Review the deprecation schedule and instructions to migrate over from v4 reportInsights API method to Google Business Profile Performance API.
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.
Fields
hours
int32
Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to allow the value "24:00:00" for scenarios like business closing time.
minutes
int32
Minutes of hour of day. Must be from 0 to 59.
seconds
int32
Seconds of minutes of the time. Must normally be from 0 to 59. An API may allow the value 60 if it allows leap-seconds.
nanos
int32
Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
[[["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-10-16 UTC."],[],["The `TimeOfDay` message represents a time, excluding date and time zone. It includes `hours` (0-23, or 24 for closing), `minutes` (0-59), `seconds` (0-59, or 60 for leap-seconds), and `nanos` (0-999,999,999) fields. These fields define the time's components, using a 24-hour format. The message can be used where date and timezone information are irrelevant or defined elsewhere.\n"]]