public static final class Tracepb.Span extends com.google.protobuf.GeneratedMessageV3 implements Tracepb.SpanOrBuilder
tracepb.Span| Modifier and Type | Class and Description |
|---|---|
static class |
Tracepb.Span.Builder
Protobuf type
tracepb.Span |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
BEGIN_UNIX_NS_FIELD_NUMBER |
static int |
DURATION_NS_FIELD_NUMBER |
static int |
EVENT_FIELD_NUMBER |
static int |
PARENT_ID_FIELD_NUMBER |
static int |
PROPERTIES_FIELD_NUMBER |
static int |
SPAN_ID_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
long |
getBeginUnixNs()
uint64 begin_unix_ns = 3; |
static Tracepb.Span |
getDefaultInstance() |
Tracepb.Span |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
long |
getDurationNs()
uint64 duration_ns = 4; |
String |
getEvent()
string event = 5; |
com.google.protobuf.ByteString |
getEventBytes()
string event = 5; |
long |
getParentId()
uint64 parent_id = 2; |
com.google.protobuf.Parser<Tracepb.Span> |
getParserForType() |
Tracepb.Property |
getProperties(int index)
repeated .tracepb.Property properties = 6; |
int |
getPropertiesCount()
repeated .tracepb.Property properties = 6; |
List<Tracepb.Property> |
getPropertiesList()
repeated .tracepb.Property properties = 6; |
Tracepb.PropertyOrBuilder |
getPropertiesOrBuilder(int index)
repeated .tracepb.Property properties = 6; |
List<? extends Tracepb.PropertyOrBuilder> |
getPropertiesOrBuilderList()
repeated .tracepb.Property properties = 6; |
int |
getSerializedSize() |
long |
getSpanId()
The unique span id within the spans with the same `trace_id`.
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Tracepb.Span.Builder |
newBuilder() |
static Tracepb.Span.Builder |
newBuilder(Tracepb.Span prototype) |
Tracepb.Span.Builder |
newBuilderForType() |
protected Tracepb.Span.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static Tracepb.Span |
parseDelimitedFrom(InputStream input) |
static Tracepb.Span |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Tracepb.Span |
parseFrom(byte[] data) |
static Tracepb.Span |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Tracepb.Span |
parseFrom(ByteBuffer data) |
static Tracepb.Span |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Tracepb.Span |
parseFrom(com.google.protobuf.ByteString data) |
static Tracepb.Span |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Tracepb.Span |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Tracepb.Span |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Tracepb.Span |
parseFrom(InputStream input) |
static Tracepb.Span |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<Tracepb.Span> |
parser() |
Tracepb.Span.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int SPAN_ID_FIELD_NUMBER
public static final int PARENT_ID_FIELD_NUMBER
public static final int BEGIN_UNIX_NS_FIELD_NUMBER
public static final int DURATION_NS_FIELD_NUMBER
public static final int EVENT_FIELD_NUMBER
public static final int PROPERTIES_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public long getSpanId()
The unique span id within the spans with the same `trace_id`. The most significant 32 bits should be random number generated by each service instance.
uint64 span_id = 1;getSpanId in interface Tracepb.SpanOrBuilderpublic long getParentId()
uint64 parent_id = 2;getParentId in interface Tracepb.SpanOrBuilderpublic long getBeginUnixNs()
uint64 begin_unix_ns = 3;getBeginUnixNs in interface Tracepb.SpanOrBuilderpublic long getDurationNs()
uint64 duration_ns = 4;getDurationNs in interface Tracepb.SpanOrBuilderpublic String getEvent()
string event = 5;getEvent in interface Tracepb.SpanOrBuilderpublic com.google.protobuf.ByteString getEventBytes()
string event = 5;getEventBytes in interface Tracepb.SpanOrBuilderpublic List<Tracepb.Property> getPropertiesList()
repeated .tracepb.Property properties = 6;getPropertiesList in interface Tracepb.SpanOrBuilderpublic List<? extends Tracepb.PropertyOrBuilder> getPropertiesOrBuilderList()
repeated .tracepb.Property properties = 6;getPropertiesOrBuilderList in interface Tracepb.SpanOrBuilderpublic int getPropertiesCount()
repeated .tracepb.Property properties = 6;getPropertiesCount in interface Tracepb.SpanOrBuilderpublic Tracepb.Property getProperties(int index)
repeated .tracepb.Property properties = 6;getProperties in interface Tracepb.SpanOrBuilderpublic Tracepb.PropertyOrBuilder getPropertiesOrBuilder(int index)
repeated .tracepb.Property properties = 6;getPropertiesOrBuilder in interface Tracepb.SpanOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static Tracepb.Span parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Tracepb.Span parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Tracepb.Span parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Tracepb.Span parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Tracepb.Span parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Tracepb.Span parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Tracepb.Span parseFrom(InputStream input) throws IOException
IOExceptionpublic static Tracepb.Span parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Tracepb.Span parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static Tracepb.Span parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Tracepb.Span parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static Tracepb.Span parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic Tracepb.Span.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static Tracepb.Span.Builder newBuilder()
public static Tracepb.Span.Builder newBuilder(Tracepb.Span prototype)
public Tracepb.Span.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected Tracepb.Span.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static Tracepb.Span getDefaultInstance()
public static com.google.protobuf.Parser<Tracepb.Span> parser()
public com.google.protobuf.Parser<Tracepb.Span> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public Tracepb.Span getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2025 PingCAP. All rights reserved.