Class TimeWindow (3.6.1)

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

A time window specified by its start_time and end_time. .. attribute:: start_time

Start time of the time window (exclusive).

:type: google.protobuf.timestamp_pb2.Timestamp

Attribute

NameDescription
end_time google.protobuf.timestamp_pb2.Timestamp
End time of the time window (inclusive). If not specified, the current timestamp is used instead.