TimeWindow
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-11-06 UTC。
[null,null,["最終更新日 2024-11-06 UTC。"],[[["Defines a time range with a start and end time."],["Uses JSON representation for the time range with `startTime` and `endTime` fields."],["Requires both `startTime` and `endTime` to be in RFC3339 UTC \"Zulu\" format with nanosecond resolution."],["Time window includes both the start and end times (inclusive)."]]],[]]