Class TimeWindow (2.7.1)

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

Represents an arbitrary window of time. .. attribute:: start_time

The time that the window first starts.

:type: google.protobuf.timestamp_pb2.Timestamp

Attribute

NameDescription
end_time google.protobuf.timestamp_pb2.Timestamp
The time that the window ends. The end time should take place after the start time.