Uses of Class
io.helidon.tracing.exporter.jaeger.proto.api_v2.Time.Builder
Packages that use Time.Builder
-
Uses of Time.Builder in io.helidon.tracing.exporter.jaeger.proto.api_v2
Methods in io.helidon.tracing.exporter.jaeger.proto.api_v2 that return Time.BuilderModifier and TypeMethodDescriptionTime.Builder.clear()Time.Builder.clearNanos()Non-negative fractions of a second at nanosecond resolution.Time.Builder.clearSeconds()Represents seconds of UTC time since Unix epoch 1970-01-01T00:00:00Z.Time.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Time.Builder.mergeFrom(com.google.protobuf.Message other) static Time.BuilderTime.newBuilder()static Time.BuilderTime.newBuilder(Time prototype) Time.newBuilderForType()protected Time.BuilderTime.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) Time.Builder.setNanos(int value) Non-negative fractions of a second at nanosecond resolution.Time.Builder.setSeconds(long value) Represents seconds of UTC time since Unix epoch 1970-01-01T00:00:00Z.Time.toBuilder()