com.google.type.interval

Members list

Concise view

Type members

Classlikes

final case class Interval(startTime: Option[Timestamp], endTime: Option[Timestamp], unknownFields: UnknownFieldSet) extends GeneratedMessage with Updatable[Interval]

Represents a time interval, encoded as a Timestamp start (inclusive) and a Timestamp end (exclusive).

Represents a time interval, encoded as a Timestamp start (inclusive) and a Timestamp end (exclusive).

The start must be less than or equal to the end. When the start equals the end, the interval is empty (matches no time). When both start and end are unspecified, the interval matches any time.

Attributes

endTime

Optional. Exclusive end of the interval. If specified, a Timestamp matching this interval will have to be before the end.

startTime

Optional. Inclusive start of the interval. If specified, a Timestamp matching this interval will have to be the same or after the start.

Companion:
object
Source:
Interval.scala
Graph
Supertypes
trait Updatable[Interval]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object Interval extends GeneratedMessageCompanion[Interval]

Attributes

Companion:
class
Source:
Interval.scala
Graph
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[Interval]
trait Serializable
class Object
trait Matchable
class Any
Self type
object IntervalProto extends GeneratedFileObject

Attributes

Source:
IntervalProto.scala
Graph
Supertypes
class GeneratedFileObject
class Object
trait Matchable
class Any
Self type