Class TimeWindow (2.1.0)

TimeWindow(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Represents an arbitrary window of time.

Attributes

NameDescription
start_time .timestamp.Timestamp
The time that the window first starts.
end_time .timestamp.Timestamp
The time that the window ends. The end time should take place after the start time.