Interval
An interval is meant to denote an interval of time whose begin and end is defined by Timestamps.
message Interval {
google.protobuf.Timestamp start = 1;
google.protobuf.Timestamp end = 2;
}
An interval is meant to denote an interval of time whose begin and end is defined by Timestamps.
message Interval {
google.protobuf.Timestamp start = 1;
google.protobuf.Timestamp end = 2;
}