Durations
Timestamps
add(com.google.protobuf.Duration, com.google.protobuf.Duration)
Timestamps.add(com.google.protobuf.Timestamp, com.google.protobuf.Duration)
fromMicros(long)
fromMillis(long)
fromNanos(long)
Timestamps.fromMicros(long)
Timestamps.fromMillis(long)
Timestamps.fromNanos(long)
Timestamps.between(com.google.protobuf.Timestamp, com.google.protobuf.Timestamp)
Timestamps.fromMillis(System.currentTimeMillis())
Timestamps.fromMillis(0)
parse(java.lang.String)
Timestamps.parse(java.lang.String)
subtract(com.google.protobuf.Duration, com.google.protobuf.Duration)
Timestamps.subtract(com.google.protobuf.Timestamp, com.google.protobuf.Duration)
toMicros(com.google.protobuf.Duration)
Timestamps.toMicros(com.google.protobuf.Timestamp)
toMillis(com.google.protobuf.Duration)
Timestamps.toMillis(com.google.protobuf.Timestamp)
toNanos(com.google.protobuf.Duration)
Timestamps.toNanos(com.google.protobuf.Timestamp)
toString(com.google.protobuf.Duration)
Timestamps.toString(com.google.protobuf.Timestamp)
Copyright © 2008–2017 Google. All rights reserved.