Represents a time interval, encoded as a Timestamp start (inclusive) and a Timestamp end (exclusive).
The start must be less than or equal to the end. When the start equals the end, the interval is empty (matches no time). When both start and end are unspecified, the interval matches any time.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-20 UTC."],[[["\u003cp\u003eIntervals represent a time range defined by a start and end timestamp.\u003c/p\u003e\n"],["\u003cp\u003eThe start timestamp is inclusive, and the end timestamp is exclusive.\u003c/p\u003e\n"],["\u003cp\u003eAn interval is considered empty if the start and end times are identical.\u003c/p\u003e\n"],["\u003cp\u003eIf both start and end times are unspecified, the interval matches any time.\u003c/p\u003e\n"]]],[],null,["# Package google.type\n\nIndex\n-----\n\n- [Interval](/dataproc/docs/reference/rpc/google.type#google.type.Interval) (message)\n\nInterval\n--------\n\nRepresents a time interval, encoded as a Timestamp start (inclusive) and a Timestamp end (exclusive).\n\nThe start must be less than or equal to the end. When the start equals the end, the interval is empty (matches no time). When both start and end are unspecified, the interval matches any time."]]