Package | Description |
---|---|
com.google.protobuf |
Modifier and Type | Method and 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.
|
Copyright © 2008–2021. All rights reserved.