TimeRange
טווח זמן. הנתונים יישלפו מהטווח כמרווח חצי פתוח (כלומר, [startTime, endTime]).
ייצוג ב-JSON |
{
"startTime": string,
"endTime": string
} |
שדות |
startTime |
string (Timestamp format)
חותמת זמן של תחילת הטווח (כולל). חותמת זמן בפורמט UTC 'Zulu' של RFC3339, עם רזולוציה של ננו-שנייה ועד תשע ספרות עשרוניות. דוגמאות: "2014-10-02T15:01:23Z" ו-"2014-10-02T15:01:23.045123456Z" .
|
endTime |
string (Timestamp format)
חותמת זמן של תחילת המרווח (לא כולל). חותמת זמן בפורמט UTC 'Zulu' של RFC3339, עם רזולוציה של ננו-שנייה ועד תשע ספרות עשרוניות. דוגמאות: "2014-10-02T15:01:23Z" ו-"2014-10-02T15:01:23.045123456Z" .
|
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2024-10-11 (שעון UTC).
[null,null,["עדכון אחרון: 2024-10-11 (שעון UTC)."],[[["The Time Range is defined by a start and end time, represented in JSON format using the `startTime` and `endTime` fields."],["Data is extracted within a half-open interval, including the `startTime` but excluding the `endTime`."],["Both `startTime` and `endTime` utilize the RFC3339 UTC \"Zulu\" format with nanosecond resolution for precision."],["The Time Range leverages Google Protocol Buffers' Timestamp format for consistent and standardized representation."]]],[]]