Span.Event.Builder |
Span.Event.Builder.addAllAttributes(Iterable<? extends KeyValue> values) |
attributes is a collection of attribute key/value pairs on the event.
|
Span.Event.Builder |
Span.Event.Builder.addAttributes(int index,
KeyValue value) |
attributes is a collection of attribute key/value pairs on the event.
|
Span.Event.Builder |
Span.Event.Builder.addAttributes(int index,
KeyValue.Builder builderForValue) |
attributes is a collection of attribute key/value pairs on the event.
|
Span.Event.Builder |
Span.Event.Builder.addAttributes(KeyValue value) |
attributes is a collection of attribute key/value pairs on the event.
|
Span.Event.Builder |
Span.Event.Builder.addAttributes(KeyValue.Builder builderForValue) |
attributes is a collection of attribute key/value pairs on the event.
|
Span.Event.Builder |
Span.Builder.addEventsBuilder() |
events is a collection of Event items.
|
Span.Event.Builder |
Span.Builder.addEventsBuilder(int index) |
events is a collection of Event items.
|
Span.Event.Builder |
Span.Event.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
Span.Event.Builder |
Span.Event.Builder.clear() |
|
Span.Event.Builder |
Span.Event.Builder.clearAttributes() |
attributes is a collection of attribute key/value pairs on the event.
|
Span.Event.Builder |
Span.Event.Builder.clearDroppedAttributesCount() |
dropped_attributes_count is the number of dropped attributes.
|
Span.Event.Builder |
Span.Event.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
Span.Event.Builder |
Span.Event.Builder.clearName() |
name of the event.
|
Span.Event.Builder |
Span.Event.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
Span.Event.Builder |
Span.Event.Builder.clearTimeUnixNano() |
time_unix_nano is the time the event occurred.
|
Span.Event.Builder |
Span.Event.Builder.clone() |
|
Span.Event.Builder |
Span.Builder.getEventsBuilder(int index) |
events is a collection of Event items.
|
Span.Event.Builder |
Span.Event.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
Span.Event.Builder |
Span.Event.Builder.mergeFrom(com.google.protobuf.Message other) |
|
Span.Event.Builder |
Span.Event.Builder.mergeFrom(Span.Event other) |
|
Span.Event.Builder |
Span.Event.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static Span.Event.Builder |
Span.Event.newBuilder() |
|
static Span.Event.Builder |
Span.Event.newBuilder(Span.Event prototype) |
|
Span.Event.Builder |
Span.Event.newBuilderForType() |
|
protected Span.Event.Builder |
Span.Event.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
Span.Event.Builder |
Span.Event.Builder.removeAttributes(int index) |
attributes is a collection of attribute key/value pairs on the event.
|
Span.Event.Builder |
Span.Event.Builder.setAttributes(int index,
KeyValue value) |
attributes is a collection of attribute key/value pairs on the event.
|
Span.Event.Builder |
Span.Event.Builder.setAttributes(int index,
KeyValue.Builder builderForValue) |
attributes is a collection of attribute key/value pairs on the event.
|
Span.Event.Builder |
Span.Event.Builder.setDroppedAttributesCount(int value) |
dropped_attributes_count is the number of dropped attributes.
|
Span.Event.Builder |
Span.Event.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
Span.Event.Builder |
Span.Event.Builder.setName(String value) |
name of the event.
|
Span.Event.Builder |
Span.Event.Builder.setNameBytes(com.google.protobuf.ByteString value) |
name of the event.
|
Span.Event.Builder |
Span.Event.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
Span.Event.Builder |
Span.Event.Builder.setTimeUnixNano(long value) |
time_unix_nano is the time the event occurred.
|
Span.Event.Builder |
Span.Event.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
Span.Event.Builder |
Span.Event.toBuilder() |
|