Class TimeWindow (1.10.0)

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

Interval defining a time window.

Attributes

NameDescription
start_time google.protobuf.timestamp_pb2.Timestamp
The start of the time window.
end_time google.protobuf.timestamp_pb2.Timestamp
The end of the time window.