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, writeStringNoTag
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public 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.GeneratedMessageV3
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface com.google.protobuf.MessageOrBuilder
getUnknownFields
in class com.google.protobuf.GeneratedMessageV3
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessageV3
public 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.SpanOrBuilder
public long getParentId()
uint64 parent_id = 2;
getParentId
in interface Tracepb.SpanOrBuilder
public long getBeginUnixNs()
uint64 begin_unix_ns = 3;
getBeginUnixNs
in interface Tracepb.SpanOrBuilder
public long getDurationNs()
uint64 duration_ns = 4;
getDurationNs
in interface Tracepb.SpanOrBuilder
public String getEvent()
string event = 5;
getEvent
in interface Tracepb.SpanOrBuilder
public com.google.protobuf.ByteString getEventBytes()
string event = 5;
getEventBytes
in interface Tracepb.SpanOrBuilder
public List<Tracepb.Property> getPropertiesList()
repeated .tracepb.Property properties = 6;
getPropertiesList
in interface Tracepb.SpanOrBuilder
public List<? extends Tracepb.PropertyOrBuilder> getPropertiesOrBuilderList()
repeated .tracepb.Property properties = 6;
getPropertiesOrBuilderList
in interface Tracepb.SpanOrBuilder
public int getPropertiesCount()
repeated .tracepb.Property properties = 6;
getPropertiesCount
in interface Tracepb.SpanOrBuilder
public Tracepb.Property getProperties(int index)
repeated .tracepb.Property properties = 6;
getProperties
in interface Tracepb.SpanOrBuilder
public Tracepb.PropertyOrBuilder getPropertiesOrBuilder(int index)
repeated .tracepb.Property properties = 6;
getPropertiesOrBuilder
in interface Tracepb.SpanOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.GeneratedMessageV3
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.GeneratedMessageV3
public boolean equals(Object obj)
equals
in interface com.google.protobuf.Message
equals
in class com.google.protobuf.AbstractMessage
public int hashCode()
hashCode
in interface com.google.protobuf.Message
hashCode
in class com.google.protobuf.AbstractMessage
public static Tracepb.Span parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Tracepb.Span parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Tracepb.Span parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Tracepb.Span parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Tracepb.Span parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Tracepb.Span parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Tracepb.Span parseFrom(InputStream input) throws IOException
IOException
public static Tracepb.Span parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static Tracepb.Span parseDelimitedFrom(InputStream input) throws IOException
IOException
public static Tracepb.Span parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static Tracepb.Span parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static Tracepb.Span parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public Tracepb.Span.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public 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.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected Tracepb.Span.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessageV3
public 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.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessageV3
public Tracepb.Span getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
Copyright © 2024 PingCAP. All rights reserved.