Interval
タイムスタンプの開始値(この値を含む)とタイムスタンプ終了値(値を含まない)としてエンコードされる時間間隔を表します。
開始は終了以下にしてください。開始と終了が等しい場合、間隔は空になります(時間には一致しません)。開始と終了の両方が指定されていない場合、間隔は任意の時刻と一致します。
JSON 表現 |
{
"startTime": string,
"endTime": string
} |
フィールド |
startTime |
string (Timestamp format)
省略可。期間の包含的な開始。 指定する場合、この間隔に一致するタイムスタンプは開始時と同じか、それよりも後である必要があります。
|
endTime |
string (Timestamp format)
省略可。区間の終端(排他的)です。 指定する場合、この間隔に一致するタイムスタンプは終了時刻より前にする必要があります。
|
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-08-22 UTC。
[null,null,["最終更新日 2024-08-22 UTC。"],[[["Represents a time interval with an inclusive start and exclusive end, encoded as Timestamps."],["Start must be less than or equal to the end; equality implies an empty interval matching no time."],["Unspecified start and end signify an interval matching any time."],["The interval is represented by a JSON object with optional `startTime` and `endTime` fields in Timestamp format."]]],[]]