public static final class SpanProtos.Span extends com.google.protobuf.GeneratedMessage implements SpanProtos.SpanOrBuilder
Span| Modifier and Type | Class and Description |
|---|---|
static class |
SpanProtos.Span.Builder
Protobuf type
Span |
com.google.protobuf.GeneratedMessage.BuilderParent, com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>| Modifier and Type | Field and Description |
|---|---|
static int |
DESCRIPTION_FIELD_NUMBER |
static int |
PARENT_ID_FIELD_NUMBER |
static com.google.protobuf.Parser<SpanProtos.Span> |
PARSER |
static int |
PROCESS_ID_FIELD_NUMBER |
static int |
SPAN_ID_FIELD_NUMBER |
static int |
START_FIELD_NUMBER |
static int |
STOP_FIELD_NUMBER |
static int |
TIMELINE_FIELD_NUMBER |
static int |
TRACE_ID_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static SpanProtos.Span |
getDefaultInstance() |
SpanProtos.Span |
getDefaultInstanceForType() |
String |
getDescription()
required string description = 7; |
com.google.protobuf.ByteString |
getDescriptionBytes()
required string description = 7; |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
long |
getParentId()
required int64 parent_id = 2; |
com.google.protobuf.Parser<SpanProtos.Span> |
getParserForType() |
String |
getProcessId()
required string process_id = 6; |
com.google.protobuf.ByteString |
getProcessIdBytes()
required string process_id = 6; |
int |
getSerializedSize() |
long |
getSpanId()
required int64 span_id = 5; |
long |
getStart()
required int64 start = 3; |
long |
getStop()
required int64 stop = 4; |
SpanProtos.TimelineAnnotation |
getTimeline(int index)
repeated .TimelineAnnotation timeline = 8; |
int |
getTimelineCount()
repeated .TimelineAnnotation timeline = 8; |
List<SpanProtos.TimelineAnnotation> |
getTimelineList()
repeated .TimelineAnnotation timeline = 8; |
SpanProtos.TimelineAnnotationOrBuilder |
getTimelineOrBuilder(int index)
repeated .TimelineAnnotation timeline = 8; |
List<? extends SpanProtos.TimelineAnnotationOrBuilder> |
getTimelineOrBuilderList()
repeated .TimelineAnnotation timeline = 8; |
long |
getTraceId()
required int64 trace_id = 1; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasDescription()
required string description = 7; |
int |
hashCode() |
boolean |
hasParentId()
required int64 parent_id = 2; |
boolean |
hasProcessId()
required string process_id = 6; |
boolean |
hasSpanId()
required int64 span_id = 5; |
boolean |
hasStart()
required int64 start = 3; |
boolean |
hasStop()
required int64 stop = 4; |
boolean |
hasTraceId()
required int64 trace_id = 1; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static SpanProtos.Span.Builder |
newBuilder() |
static SpanProtos.Span.Builder |
newBuilder(SpanProtos.Span prototype) |
SpanProtos.Span.Builder |
newBuilderForType() |
protected SpanProtos.Span.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static SpanProtos.Span |
parseDelimitedFrom(InputStream input) |
static SpanProtos.Span |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SpanProtos.Span |
parseFrom(byte[] data) |
static SpanProtos.Span |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SpanProtos.Span |
parseFrom(com.google.protobuf.ByteString data) |
static SpanProtos.Span |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SpanProtos.Span |
parseFrom(com.google.protobuf.CodedInputStream input) |
static SpanProtos.Span |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SpanProtos.Span |
parseFrom(InputStream input) |
static SpanProtos.Span |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
SpanProtos.Span.Builder |
toBuilder() |
protected Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, hasField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownFieldfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringtoByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static com.google.protobuf.Parser<SpanProtos.Span> PARSER
public static final int TRACE_ID_FIELD_NUMBER
public static final int PARENT_ID_FIELD_NUMBER
public static final int START_FIELD_NUMBER
public static final int STOP_FIELD_NUMBER
public static final int SPAN_ID_FIELD_NUMBER
public static final int PROCESS_ID_FIELD_NUMBER
public static final int DESCRIPTION_FIELD_NUMBER
public static final int TIMELINE_FIELD_NUMBER
public static SpanProtos.Span getDefaultInstance()
public SpanProtos.Span getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessagepublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessagepublic com.google.protobuf.Parser<SpanProtos.Span> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessagepublic boolean hasTraceId()
required int64 trace_id = 1;hasTraceId in interface SpanProtos.SpanOrBuilderpublic long getTraceId()
required int64 trace_id = 1;getTraceId in interface SpanProtos.SpanOrBuilderpublic boolean hasParentId()
required int64 parent_id = 2;hasParentId in interface SpanProtos.SpanOrBuilderpublic long getParentId()
required int64 parent_id = 2;getParentId in interface SpanProtos.SpanOrBuilderpublic boolean hasStart()
required int64 start = 3;hasStart in interface SpanProtos.SpanOrBuilderpublic long getStart()
required int64 start = 3;getStart in interface SpanProtos.SpanOrBuilderpublic boolean hasStop()
required int64 stop = 4;hasStop in interface SpanProtos.SpanOrBuilderpublic long getStop()
required int64 stop = 4;getStop in interface SpanProtos.SpanOrBuilderpublic boolean hasSpanId()
required int64 span_id = 5;hasSpanId in interface SpanProtos.SpanOrBuilderpublic long getSpanId()
required int64 span_id = 5;getSpanId in interface SpanProtos.SpanOrBuilderpublic boolean hasProcessId()
required string process_id = 6;hasProcessId in interface SpanProtos.SpanOrBuilderpublic String getProcessId()
required string process_id = 6;getProcessId in interface SpanProtos.SpanOrBuilderpublic com.google.protobuf.ByteString getProcessIdBytes()
required string process_id = 6;getProcessIdBytes in interface SpanProtos.SpanOrBuilderpublic boolean hasDescription()
required string description = 7;hasDescription in interface SpanProtos.SpanOrBuilderpublic String getDescription()
required string description = 7;getDescription in interface SpanProtos.SpanOrBuilderpublic com.google.protobuf.ByteString getDescriptionBytes()
required string description = 7;getDescriptionBytes in interface SpanProtos.SpanOrBuilderpublic List<SpanProtos.TimelineAnnotation> getTimelineList()
repeated .TimelineAnnotation timeline = 8;getTimelineList in interface SpanProtos.SpanOrBuilderpublic List<? extends SpanProtos.TimelineAnnotationOrBuilder> getTimelineOrBuilderList()
repeated .TimelineAnnotation timeline = 8;getTimelineOrBuilderList in interface SpanProtos.SpanOrBuilderpublic int getTimelineCount()
repeated .TimelineAnnotation timeline = 8;getTimelineCount in interface SpanProtos.SpanOrBuilderpublic SpanProtos.TimelineAnnotation getTimeline(int index)
repeated .TimelineAnnotation timeline = 8;getTimeline in interface SpanProtos.SpanOrBuilderpublic SpanProtos.TimelineAnnotationOrBuilder getTimelineOrBuilder(int index)
repeated .TimelineAnnotation timeline = 8;getTimelineOrBuilder in interface SpanProtos.SpanOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessagepublic void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.AbstractMessageIOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.AbstractMessageprotected Object writeReplace() throws ObjectStreamException
writeReplace in class com.google.protobuf.GeneratedMessageObjectStreamExceptionpublic 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 SpanProtos.Span parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static SpanProtos.Span parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static SpanProtos.Span parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static SpanProtos.Span parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static SpanProtos.Span parseFrom(InputStream input) throws IOException
IOExceptionpublic static SpanProtos.Span parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static SpanProtos.Span parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static SpanProtos.Span parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static SpanProtos.Span parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static SpanProtos.Span parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static SpanProtos.Span.Builder newBuilder()
public SpanProtos.Span.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static SpanProtos.Span.Builder newBuilder(SpanProtos.Span prototype)
public SpanProtos.Span.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected SpanProtos.Span.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageCopyright © 2016 The Apache Software Foundation. All Rights Reserved.