TimeRange
期間。指定した期間について、データが半開区間([startTime, endTime])として取得されます。
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 および関連会社の登録商標です。
最終更新日 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."]]],[]]