Uses of Class
io.opentelemetry.proto.trace.v1.Span.Event
Packages that use Span.Event
-
Uses of Span.Event in io.opentelemetry.proto.trace.v1
Methods in io.opentelemetry.proto.trace.v1 that return Span.EventModifier and TypeMethodDescriptionSpan.Event.Builder.build()Span.Event.Builder.buildPartial()static Span.EventSpan.Event.getDefaultInstance()Span.Event.Builder.getDefaultInstanceForType()Span.Event.getDefaultInstanceForType()Span.Builder.getEvents(int index) events is a collection of Event items.Span.getEvents(int index) events is a collection of Event items.SpanOrBuilder.getEvents(int index) events is a collection of Event items.static Span.EventSpan.Event.parseDelimitedFrom(InputStream input) static Span.EventSpan.Event.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Span.EventSpan.Event.parseFrom(byte[] data) static Span.EventSpan.Event.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Span.EventSpan.Event.parseFrom(com.google.protobuf.ByteString data) static Span.EventSpan.Event.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Span.EventSpan.Event.parseFrom(com.google.protobuf.CodedInputStream input) static Span.EventSpan.Event.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Span.EventSpan.Event.parseFrom(InputStream input) static Span.EventSpan.Event.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Span.EventSpan.Event.parseFrom(ByteBuffer data) static Span.EventSpan.Event.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.opentelemetry.proto.trace.v1 that return types with arguments of type Span.EventModifier and TypeMethodDescriptionSpan.Builder.getEventsList()events is a collection of Event items.Span.getEventsList()events is a collection of Event items.SpanOrBuilder.getEventsList()events is a collection of Event items.com.google.protobuf.Parser<Span.Event>Span.Event.getParserForType()static com.google.protobuf.Parser<Span.Event>Span.Event.parser()Methods in io.opentelemetry.proto.trace.v1 with parameters of type Span.EventModifier and TypeMethodDescriptionSpan.Builder.addEvents(int index, Span.Event value) events is a collection of Event items.Span.Builder.addEvents(Span.Event value) events is a collection of Event items.Span.Event.Builder.mergeFrom(Span.Event other) static Span.Event.BuilderSpan.Event.newBuilder(Span.Event prototype) Span.Builder.setEvents(int index, Span.Event value) events is a collection of Event items.Method parameters in io.opentelemetry.proto.trace.v1 with type arguments of type Span.EventModifier and TypeMethodDescriptionSpan.Builder.addAllEvents(Iterable<? extends Span.Event> values) events is a collection of Event items.