Uses of Class
com.google.protobuf.Timestamp.Builder
-
Packages that use Timestamp.Builder Package Description com.google.protobuf com.google.protobuf.util -
-
Uses of Timestamp.Builder in com.google.protobuf
Methods in com.google.protobuf that return Timestamp.Builder Modifier and Type Method Description Timestamp.Builder
Timestamp.Builder. clear()
Timestamp.Builder
Timestamp.Builder. clearNanos()
Non-negative fractions of a second at nanosecond resolution.Timestamp.Builder
Timestamp.Builder. clearSeconds()
Represents seconds of UTC time since Unix epoch 1970-01-01T00:00:00Z.Timestamp.Builder
Timestamp.Builder. mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Timestamp.Builder
Timestamp.Builder. mergeFrom(Message other)
Timestamp.Builder
Timestamp.Builder. mergeFrom(Timestamp other)
static Timestamp.Builder
Timestamp. newBuilder()
static Timestamp.Builder
Timestamp. newBuilder(Timestamp prototype)
Timestamp.Builder
Timestamp. newBuilderForType()
protected Timestamp.Builder
Timestamp. newBuilderForType(AbstractMessage.BuilderParent parent)
Timestamp.Builder
Timestamp.Builder. setNanos(int value)
Non-negative fractions of a second at nanosecond resolution.Timestamp.Builder
Timestamp.Builder. setSeconds(long value)
Represents seconds of UTC time since Unix epoch 1970-01-01T00:00:00Z.Timestamp.Builder
Timestamp. toBuilder()
-
Uses of Timestamp.Builder in com.google.protobuf.util
Methods in com.google.protobuf.util with parameters of type Timestamp.Builder Modifier and Type Method Description static Timestamp
Timestamps. checkValid(Timestamp.Builder timestampBuilder)
Builds the given builder and throws anIllegalArgumentException
if it is not valid.
-