Uses of Class
io.opentelemetry.proto.trace.v1.Span.Event
-
Packages that use Span.Event Package Description io.opentelemetry.proto.trace.v1 -
-
Uses of Span.Event in io.opentelemetry.proto.trace.v1
Methods in io.opentelemetry.proto.trace.v1 that return Span.Event Modifier and Type Method Description Span.EventSpan.Event.Builder. build()Span.EventSpan.Event.Builder. buildPartial()static Span.EventSpan.Event. getDefaultInstance()Span.EventSpan.Event.Builder. getDefaultInstanceForType()Span.EventSpan.Event. getDefaultInstanceForType()Span.EventSpan.Builder. getEvents(int index)events is a collection of Event items.Span.EventSpan. getEvents(int index)events is a collection of Event items.Span.EventSpanOrBuilder. 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.Event Modifier and Type Method Description List<Span.Event>Span.Builder. getEventsList()events is a collection of Event items.List<Span.Event>Span. getEventsList()events is a collection of Event items.List<Span.Event>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.Event Modifier and Type Method Description Span.BuilderSpan.Builder. addEvents(int index, Span.Event value)events is a collection of Event items.Span.BuilderSpan.Builder. addEvents(Span.Event value)events is a collection of Event items.Span.Event.BuilderSpan.Event.Builder. mergeFrom(Span.Event other)static Span.Event.BuilderSpan.Event. newBuilder(Span.Event prototype)Span.BuilderSpan.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.Event Modifier and Type Method Description Span.BuilderSpan.Builder. addAllEvents(Iterable<? extends Span.Event> values)events is a collection of Event items.
-