TraceSpan.Builder |
TraceSpan.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
TraceSpan.Builder |
Trace.Builder.addSpansBuilder() |
Collection of spans in the trace.
|
TraceSpan.Builder |
Trace.Builder.addSpansBuilder(int index) |
Collection of spans in the trace.
|
TraceSpan.Builder |
TraceSpan.Builder.clear() |
|
TraceSpan.Builder |
TraceSpan.Builder.clearEndTime() |
End time of the span in nanoseconds from the UNIX epoch.
|
TraceSpan.Builder |
TraceSpan.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
TraceSpan.Builder |
TraceSpan.Builder.clearKind() |
Distinguishes between spans generated in a particular context.
|
TraceSpan.Builder |
TraceSpan.Builder.clearLabels() |
|
TraceSpan.Builder |
TraceSpan.Builder.clearName() |
Name of the span.
|
TraceSpan.Builder |
TraceSpan.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
TraceSpan.Builder |
TraceSpan.Builder.clearParentSpanId() |
Optional.
|
TraceSpan.Builder |
TraceSpan.Builder.clearSpanId() |
Identifier for the span.
|
TraceSpan.Builder |
TraceSpan.Builder.clearStartTime() |
Start time of the span in nanoseconds from the UNIX epoch.
|
TraceSpan.Builder |
TraceSpan.Builder.clone() |
|
TraceSpan.Builder |
Trace.Builder.getSpansBuilder(int index) |
Collection of spans in the trace.
|
TraceSpan.Builder |
TraceSpan.Builder.mergeEndTime(com.google.protobuf.Timestamp value) |
End time of the span in nanoseconds from the UNIX epoch.
|
TraceSpan.Builder |
TraceSpan.Builder.mergeFrom(TraceSpan other) |
|
TraceSpan.Builder |
TraceSpan.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
TraceSpan.Builder |
TraceSpan.Builder.mergeFrom(com.google.protobuf.Message other) |
|
TraceSpan.Builder |
TraceSpan.Builder.mergeStartTime(com.google.protobuf.Timestamp value) |
Start time of the span in nanoseconds from the UNIX epoch.
|
TraceSpan.Builder |
TraceSpan.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static TraceSpan.Builder |
TraceSpan.newBuilder() |
|
static TraceSpan.Builder |
TraceSpan.newBuilder(TraceSpan prototype) |
|
TraceSpan.Builder |
TraceSpan.newBuilderForType() |
|
protected TraceSpan.Builder |
TraceSpan.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
TraceSpan.Builder |
TraceSpan.Builder.putAllLabels(Map<String,String> values) |
Collection of labels associated with the span.
|
TraceSpan.Builder |
TraceSpan.Builder.putLabels(String key,
String value) |
Collection of labels associated with the span.
|
TraceSpan.Builder |
TraceSpan.Builder.removeLabels(String key) |
Collection of labels associated with the span.
|
TraceSpan.Builder |
TraceSpan.Builder.setEndTime(com.google.protobuf.Timestamp value) |
End time of the span in nanoseconds from the UNIX epoch.
|
TraceSpan.Builder |
TraceSpan.Builder.setEndTime(com.google.protobuf.Timestamp.Builder builderForValue) |
End time of the span in nanoseconds from the UNIX epoch.
|
TraceSpan.Builder |
TraceSpan.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
TraceSpan.Builder |
TraceSpan.Builder.setKind(TraceSpan.SpanKind value) |
Distinguishes between spans generated in a particular context.
|
TraceSpan.Builder |
TraceSpan.Builder.setKindValue(int value) |
Distinguishes between spans generated in a particular context.
|
TraceSpan.Builder |
TraceSpan.Builder.setName(String value) |
Name of the span.
|
TraceSpan.Builder |
TraceSpan.Builder.setNameBytes(com.google.protobuf.ByteString value) |
Name of the span.
|
TraceSpan.Builder |
TraceSpan.Builder.setParentSpanId(long value) |
Optional.
|
TraceSpan.Builder |
TraceSpan.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
TraceSpan.Builder |
TraceSpan.Builder.setSpanId(long value) |
Identifier for the span.
|
TraceSpan.Builder |
TraceSpan.Builder.setStartTime(com.google.protobuf.Timestamp value) |
Start time of the span in nanoseconds from the UNIX epoch.
|
TraceSpan.Builder |
TraceSpan.Builder.setStartTime(com.google.protobuf.Timestamp.Builder builderForValue) |
Start time of the span in nanoseconds from the UNIX epoch.
|
TraceSpan.Builder |
TraceSpan.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
TraceSpan.Builder |
TraceSpan.toBuilder() |
|