Uses of Class
com.google.protobuf.Duration.Builder
-
-
Uses of Duration.Builder in com.google.protobuf
Methods in com.google.protobuf that return Duration.Builder Modifier and Type Method Description Duration.BuilderDuration.Builder. clearNanos()Signed fractions of a second at nanosecond resolution of the span of time.Duration.BuilderDuration.Builder. clearSeconds()Signed seconds of the span of time.static Duration.BuilderDuration. newBuilder()static Duration.BuilderDuration. newBuilder(Duration prototype)Duration.BuilderDuration.Builder. setNanos(int value)Signed fractions of a second at nanosecond resolution of the span of time.Duration.BuilderDuration.Builder. setSeconds(long value)Signed seconds of the span of time.
-