com.google.protobuf

timestamp

package timestamp

Visibility
  1. Public
  2. All

Type Members

  1. final case class Timestamp(seconds: Long = 0L, nanos: Int = 0) extends scalapb.GeneratedMessage with scalapb.Message[Timestamp] with Updatable[Timestamp] with Product with Serializable

    A Timestamp represents a point in time independent of any time zone or calendar, represented as seconds and fractions of seconds at nanosecond resolution in UTC Epoch time.

Value Members

  1. object Timestamp extends GeneratedMessageCompanion[Timestamp] with Serializable

  2. object TimestampProto extends GeneratedFileObject

Ungrouped