Uses of Class
com.google.protobuf.Timestamp.Builder
Packages that use Timestamp.Builder
-
Uses of Timestamp.Builder in com.google.protobuf
Subclasses with type arguments of type Timestamp.Builder in com.google.protobufModifier and TypeClassDescriptionstatic final classA Timestamp represents a point in time independent of any time zone or local calendar, encoded as a count of seconds and fractions of seconds at nanosecond resolution.Methods in com.google.protobuf that return Timestamp.BuilderModifier and TypeMethodDescriptionTimestamp.Builder.clear()Timestamp.Builder.clearNanos()Non-negative fractions of a second at nanosecond resolution.Timestamp.Builder.clearSeconds()Represents seconds of UTC time since Unix epoch 1970-01-01T00:00:00Z.Timestamp.Builder.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) static Timestamp.BuilderTimestamp.newBuilder()static Timestamp.BuilderTimestamp.newBuilder(Timestamp prototype) Timestamp.newBuilderForType()protected Timestamp.BuilderTimestamp.newBuilderForType(AbstractMessage.BuilderParent parent) Timestamp.Builder.setNanos(int value) Non-negative fractions of a second at nanosecond resolution.Timestamp.Builder.setSeconds(long value) Represents seconds of UTC time since Unix epoch 1970-01-01T00:00:00Z.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 TimestampTimestamps.checkValid(Timestamp.Builder timestampBuilder) Builds the given builder and throws anIllegalArgumentExceptionif it is not valid.