Uses of Class
com.google.protobuf.Timestamp.Builder
-
Packages that use Timestamp.Builder Package Description com.google.protobuf -
-
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. addRepeatedField(Descriptors.FieldDescriptor field, java.lang.Object value)Timestamp.BuilderTimestamp.Builder. clear()Timestamp.BuilderTimestamp.Builder. clearField(Descriptors.FieldDescriptor field)Timestamp.BuilderTimestamp.Builder. clearNanos()Non-negative fractions of a second at nanosecond resolution.Timestamp.BuilderTimestamp.Builder. clearOneof(Descriptors.OneofDescriptor oneof)Timestamp.BuilderTimestamp.Builder. clearSeconds()Represents seconds of UTC time since Unix epoch 1970-01-01T00:00:00Z.Timestamp.BuilderTimestamp.Builder. clone()Timestamp.BuilderTimestamp.Builder. mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)Timestamp.BuilderTimestamp.Builder. mergeFrom(Message other)Timestamp.BuilderTimestamp.Builder. mergeFrom(Timestamp other)Timestamp.BuilderTimestamp.Builder. mergeUnknownFields(UnknownFieldSet unknownFields)static Timestamp.BuilderTimestamp. newBuilder()static Timestamp.BuilderTimestamp. newBuilder(Timestamp prototype)Timestamp.BuilderTimestamp. newBuilderForType()protected Timestamp.BuilderTimestamp. newBuilderForType(GeneratedMessageV3.BuilderParent parent)Timestamp.BuilderTimestamp.Builder. setField(Descriptors.FieldDescriptor field, java.lang.Object value)Timestamp.BuilderTimestamp.Builder. setNanos(int value)Non-negative fractions of a second at nanosecond resolution.Timestamp.BuilderTimestamp.Builder. setRepeatedField(Descriptors.FieldDescriptor field, int index, java.lang.Object value)Timestamp.BuilderTimestamp.Builder. setSeconds(long value)Represents seconds of UTC time since Unix epoch 1970-01-01T00:00:00Z.Timestamp.BuilderTimestamp.Builder. setUnknownFields(UnknownFieldSet unknownFields)Timestamp.BuilderTimestamp. toBuilder()
-