Uses of Class
com.google.protobuf.Timestamp.Builder
-
-
Uses of Timestamp.Builder in com.google.protobuf
Methods in com.google.protobuf that return Timestamp.Builder Modifier and Type Method Description Timestamp.BuilderTimestamp.Builder. clearNanos()Non-negative fractions of a second at nanosecond resolution.Timestamp.BuilderTimestamp.Builder. clearSeconds()Represents seconds of UTC time since Unix epoch 1970-01-01T00:00:00Z.static Timestamp.BuilderTimestamp. newBuilder()static Timestamp.BuilderTimestamp. newBuilder(Timestamp prototype)Timestamp.BuilderTimestamp.Builder. setNanos(int value)Non-negative fractions of a second at nanosecond resolution.Timestamp.BuilderTimestamp.Builder. setSeconds(long value)Represents seconds of UTC time since Unix epoch 1970-01-01T00:00:00Z.
-