Uses of Class
com.google.protobuf.Timestamp.Builder
Packages that use Timestamp.Builder
-
Uses of Timestamp.Builder in com.google.protobuf
Methods in com.google.protobuf that return Timestamp.BuilderModifier and TypeMethodDescriptionTimestamp.Builder.addRepeatedField
(Descriptors.FieldDescriptor field, Object value) Timestamp.Builder.clear()
Timestamp.Builder.clearField
(Descriptors.FieldDescriptor field) Timestamp.Builder.clearNanos()
Non-negative fractions of a second at nanosecond resolution.Timestamp.Builder.clearOneof
(Descriptors.OneofDescriptor oneof) Timestamp.Builder.clearSeconds()
Represents seconds of UTC time since Unix epoch 1970-01-01T00:00:00Z.Timestamp.Builder.clone()
Timestamp.Builder.mergeFrom
(CodedInputStream input, ExtensionRegistryLite extensionRegistry) final Timestamp.Builder
Timestamp.Builder.mergeUnknownFields
(UnknownFieldSet unknownFields) static Timestamp.Builder
Timestamp.newBuilder()
static Timestamp.Builder
Timestamp.newBuilder
(Timestamp prototype) Timestamp.newBuilderForType()
protected Timestamp.Builder
Timestamp.newBuilderForType
(GeneratedMessageV3.BuilderParent parent) Timestamp.Builder.setField
(Descriptors.FieldDescriptor field, Object value) Timestamp.Builder.setNanos
(int value) Non-negative fractions of a second at nanosecond resolution.Timestamp.Builder.setRepeatedField
(Descriptors.FieldDescriptor field, int index, Object value) Timestamp.Builder.setSeconds
(long value) Represents seconds of UTC time since Unix epoch 1970-01-01T00:00:00Z.final Timestamp.Builder
Timestamp.Builder.setUnknownFields
(UnknownFieldSet unknownFields) Timestamp.toBuilder()
-
Uses of Timestamp.Builder in com.google.protobuf.util
Methods in com.google.protobuf.util with parameters of type Timestamp.BuilderModifier and TypeMethodDescriptionstatic Timestamp
Timestamps.checkValid
(Timestamp.Builder timestampBuilder) Builds the given builder and throws anIllegalArgumentException
if it is not valid.