Durations
Timestamps
add(com.google.protobuf.Timestamp, com.google.protobuf.Duration)
Durations.fromMicros(long)
Durations.fromMillis(long)
Durations.fromNanos(long)
fromMicros(long)
fromMillis(long)
fromNanos(long)
between(com.google.protobuf.Timestamp, com.google.protobuf.Timestamp)
Timestamps.fromMillis(System.currentTimeMillis())
Timestamps.fromMillis(0)
Durations.parse(java.lang.String)
parse(java.lang.String)
subtract(com.google.protobuf.Timestamp, com.google.protobuf.Duration)
toMicros(com.google.protobuf.Timestamp)
toMillis(com.google.protobuf.Timestamp)
toNanos(com.google.protobuf.Timestamp)
toString(com.google.protobuf.Timestamp)