Class TimestampRange (2.13.2)

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

Message representing a period of time between two timestamps.

Attributes

NameDescription
start_time google.protobuf.timestamp_pb2.Timestamp
Begin of the period (inclusive).
end_time google.protobuf.timestamp_pb2.Timestamp
End of the period (exclusive).