TimeRange
期間。範囲のデータは、半開間隔(つまり [startTime, endTime)] として pull されます。
JSON 表現 |
{
"startTime": string,
"endTime": string
} |
フィールド |
startTime |
string (Timestamp format)
範囲の開始時点のエポック タイムスタンプ(両端を含む)。 RFC3339 UTC「Zulu」形式のタイムスタンプ。精度はナノ秒まで、小数点以下は最大 9 桁。例: "2014-10-02T15:01:23Z" 、"2014-10-02T15:01:23.045123456Z" 。
|
endTime |
string (Timestamp format)
範囲の終わりのエポック タイムスタンプ(その時間を含まない)。 RFC3339 UTC「Zulu」形式のタイムスタンプ。精度はナノ秒まで、小数点以下は最大 9 桁。例: "2014-10-02T15:01:23Z" 、"2014-10-02T15:01:23.045123456Z" 。
|
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-07-25 UTC。
[null,null,["最終更新日 2025-07-25 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."]]],["Data is retrieved over a time range defined by a half-open interval, \\[startTime, endTime). The JSON representation includes `startTime` and `endTime` fields, both strings in RFC3339 UTC \"Zulu\" timestamp format. `startTime` marks the inclusive beginning of the range, and `endTime` marks the exclusive end. These timestamps use nanosecond resolution with up to nine fractional digits, as demonstrated by the given examples.\n"]]