Uses of Class
com.google.protobuf.Duration.Builder
-
Packages that use Duration.Builder Package Description com.google.protobuf -
-
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. 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.static Duration.Builder
Duration. newBuilder()
static Duration.Builder
Duration. newBuilder(Duration prototype)
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.
-