Uses of Class
com.google.protobuf.Duration.Builder
-
Packages that use Duration.Builder Package Description com.google.protobuf com.google.protobuf.util -
-
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. clear()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.Duration.BuilderDuration.Builder. mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)Duration.BuilderDuration.Builder. mergeFrom(Duration other)Duration.BuilderDuration.Builder. mergeFrom(Message other)static Duration.BuilderDuration. newBuilder()static Duration.BuilderDuration. newBuilder(Duration prototype)Duration.BuilderDuration. newBuilderForType()protected Duration.BuilderDuration. newBuilderForType(AbstractMessage.BuilderParent parent)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.Duration.BuilderDuration. toBuilder() -
Uses of Duration.Builder in com.google.protobuf.util
Methods in com.google.protobuf.util with parameters of type Duration.Builder Modifier and Type Method Description static DurationDurations. checkValid(Duration.Builder durationBuilder)Builds the given builder and throws anIllegalArgumentExceptionif it is not valid.
-