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.Builder
Duration.Builder. clear()
Duration.Builder
Duration.Builder. clearNanos()
Signed fractions of a second at nanosecond resolution of the span of time.Duration.Builder
Duration.Builder. clearSeconds()
Signed seconds of the span of time.Duration.Builder
Duration.Builder. mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Duration.Builder
Duration.Builder. mergeFrom(Duration other)
Duration.Builder
Duration.Builder. mergeFrom(Message other)
static Duration.Builder
Duration. newBuilder()
static Duration.Builder
Duration. newBuilder(Duration prototype)
Duration.Builder
Duration. newBuilderForType()
protected Duration.Builder
Duration. newBuilderForType(AbstractMessage.BuilderParent parent)
Duration.Builder
Duration.Builder. setNanos(int value)
Signed fractions of a second at nanosecond resolution of the span of time.Duration.Builder
Duration.Builder. setSeconds(long value)
Signed seconds of the span of time.Duration.Builder
Duration. 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 Duration
Durations. checkValid(Duration.Builder durationBuilder)
Builds the given builder and throws anIllegalArgumentException
if it is not valid.
-