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.clear()
Timestamp.Builder.clearNanos()
int32 nanos = 2 [json_name = "nanos"];
Timestamp.Builder.clearSeconds()
int64 seconds = 1 [json_name = "seconds"];
Timestamp.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Timestamp.Builder
Timestamp.newBuilder()
static Timestamp.Builder
Timestamp.newBuilder
(Timestamp prototype) Timestamp.newBuilderForType()
protected Timestamp.Builder
Timestamp.newBuilderForType
(AbstractMessage.BuilderParent parent) Timestamp.Builder.setNanos
(int value) int32 nanos = 2 [json_name = "nanos"];
Timestamp.Builder.setSeconds
(long value) int64 seconds = 1 [json_name = "seconds"];
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. -
Uses of Timestamp.Builder in dev.enola.core.util.proto
Methods in dev.enola.core.util.proto that return Timestamp.BuilderModifier and TypeMethodDescriptionLog.Entry.Builder.getTsBuilder()
.google.protobuf.Timestamp ts = 1;
Methods in dev.enola.core.util.proto with parameters of type Timestamp.BuilderModifier and TypeMethodDescriptionLog.Entry.Builder.setTs
(Timestamp.Builder builderForValue) .google.protobuf.Timestamp ts = 1;