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.BuilderTimestamp.Builder. clear()Timestamp.BuilderTimestamp.Builder. clearNanos()int32 nanos = 2 [json_name = "nanos"];Timestamp.BuilderTimestamp.Builder. clearSeconds()int64 seconds = 1 [json_name = "seconds"];Timestamp.BuilderTimestamp.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Timestamp.BuilderTimestamp.Builder. mergeFrom(Message other)Timestamp.BuilderTimestamp.Builder. mergeFrom(Timestamp other)static Timestamp.BuilderTimestamp. newBuilder()static Timestamp.BuilderTimestamp. newBuilder(Timestamp prototype)Timestamp.BuilderTimestamp. newBuilderForType()protected Timestamp.BuilderTimestamp. newBuilderForType(AbstractMessage.BuilderParent parent)Timestamp.BuilderTimestamp.Builder. setNanos(int value)int32 nanos = 2 [json_name = "nanos"];Timestamp.BuilderTimestamp.Builder. setSeconds(long value)int64 seconds = 1 [json_name = "seconds"];Timestamp.BuilderTimestamp. 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 TimestampTimestamps. checkValid(Timestamp.Builder timestampBuilder)Builds the given builder and throws anIllegalArgumentExceptionif it is not valid.
-