Class TimeWindow (0.2.0)

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

Represents an arbitrary window of time.

Attributes

NameDescription
start_time google.protobuf.timestamp_pb2.Timestamp
The time that the window first starts.
end_time google.protobuf.timestamp_pb2.Timestamp
The time that the window ends. The end time must take place after the start time.

Inheritance

builtins.object > proto.message.Message > TimeWindow