Uses of Class
com.google.protobuf.Duration.Builder
Packages that use Duration.Builder
-
Uses of Duration.Builder in com.google.protobuf
Methods in com.google.protobuf that return Duration.BuilderModifier and TypeMethodDescriptionDuration.Builder.clearNanos()
Signed fractions of a second at nanosecond resolution of the span of time.Duration.Builder.clearSeconds()
Signed seconds of the span of time.static Duration.Builder
Duration.newBuilder()
static Duration.Builder
Duration.newBuilder
(Duration prototype) Duration.Builder.setNanos
(int value) Signed fractions of a second at nanosecond resolution of the span of time.Duration.Builder.setSeconds
(long value) Signed seconds of the span of time. -
Uses of Duration.Builder in com.google.protobuf.util
Methods in com.google.protobuf.util with parameters of type Duration.BuilderModifier and TypeMethodDescriptionstatic Duration
Durations.checkValid
(Duration.Builder durationBuilder) Builds the given builder and throws anIllegalArgumentException
if it is not valid.