Durations
Timestamps
Durations.add(com.google.protobuf.Duration, com.google.protobuf.Duration)
Timestamps.add(com.google.protobuf.Timestamp, com.google.protobuf.Duration)
Durations.fromMicros(long)
Durations.fromMillis(long)
Durations.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)
Durations.parse(java.lang.String)
Timestamps.parse(java.lang.String)
Durations.subtract(com.google.protobuf.Duration, com.google.protobuf.Duration)
Timestamps.subtract(com.google.protobuf.Timestamp, com.google.protobuf.Duration)
Durations.toMicros(com.google.protobuf.Duration)
Timestamps.toMicros(com.google.protobuf.Timestamp)
Durations.toMillis(com.google.protobuf.Duration)
Timestamps.toMillis(com.google.protobuf.Timestamp)
Durations.toNanos(com.google.protobuf.Duration)
Timestamps.toNanos(com.google.protobuf.Timestamp)
Durations.toString(com.google.protobuf.Duration)
Timestamps.toString(com.google.protobuf.Timestamp)
Copyright © 2008–2016 Google. All rights reserved.