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.BuilderDuration.newBuilder()static Duration.BuilderDuration.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 DurationDurations.checkValid(Duration.Builder durationBuilder) Builds the given builder and throws anIllegalArgumentExceptionif it is not valid.