Class TimeWindow (2.2.1)

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

A time window specified by its start_time and end_time.

Attributes

NameDescription
start_time `.timestamp.Timestamp`
Start time of the time window (exclusive).
end_time `.timestamp.Timestamp`
End time of the time window (inclusive). If not specified, the current timestamp is used instead.

Inheritance

builtins.object > proto.message.Message > TimeWindow