Class TimeWindow (3.9.1)

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

A time window of (start_time, end_time].

Attributes

NameDescription
start_time google.protobuf.timestamp_pb2.Timestamp
Start time of the time window (exclusive).
end_time google.protobuf.timestamp_pb2.Timestamp
End time of the time window (inclusive). Current timestamp if not specified.