Timestamp

Companion
class
trait Product
trait Mirror
trait JavaProtoSupport[Timestamp, Timestamp]
trait Serializable
class Object
trait Matchable
class Any

Type members

Classlikes

class TimestampLens[UpperPB](_l: Lens[UpperPB, Timestamp]) extends ObjectLens[UpperPB, Timestamp]

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror
type ValueType = A

Value members

Concrete methods

def fromJavaProto(javaPbSource: Timestamp): Timestamp
def javaDescriptor: Descriptor
def of(seconds: Long, nanos: Int): Timestamp
def parseFrom(`_input__`: CodedInputStream): Timestamp
def toJavaProto(scalaPbSource: Timestamp): Timestamp

Inherited methods

def apply(instant: Instant): Timestamp
final def checkValid(timestamp: Timestamp): Timestamp
def enumCompanionForField(field: FieldDescriptor): GeneratedEnumCompanion[_]
def fromAscii(s: String): Timestamp
final def isValid(timestamp: Timestamp): Boolean
final def isValid(seconds: Long, nanos: Int): Boolean
def merge(a: Timestamp, input: CodedInputStream): Timestamp

Merges the given message with the additional fields in the steam.

Merges the given message with the additional fields in the steam.

Inherited from
GeneratedMessageCompanion
def parseDelimitedFrom(input: InputStream): Option[Timestamp]
def parseDelimitedFrom(input: CodedInputStream): Option[Timestamp]
def parseFrom(s: Array[Byte]): Timestamp
def parseFrom(input: InputStream): Timestamp
@nowarn("cat=deprecation")
def streamFromDelimitedInput(input: InputStream): Stream[Timestamp]
def toByteArray(a: Timestamp): Array[Byte]
def validate(s: Array[Byte]): Try[Timestamp]
def validateAscii(s: String): Either[TextFormatError, Timestamp]

Inherited fields

final val MICROS_PER_SECOND: Long
final val MILLIS_PER_SECOND: Long
final val NANOS_PER_SECOND: Long

Implicits

Inherited implicits

final implicit val ordering: Ordering[Timestamp]