public static final class TracingProtos.RPCTInfo.Builder extends <any> implements TracingProtos.RPCTInfoOrBuilder
RPCTInfo
 Used to pass through the information necessary to continue a trace after an RPC is made. All we need is the traceid (so we know the overarching trace this message is a part of), and the id of the current span when this message was sent, so we know what span caused the new span we will create when this message is received.
| Modifier and Type | Method and Description | 
|---|---|
TracingProtos.RPCTInfo | 
build()  | 
TracingProtos.RPCTInfo | 
buildPartial()  | 
TracingProtos.RPCTInfo.Builder | 
clear()  | 
TracingProtos.RPCTInfo.Builder | 
clearParentId()
optional int64 parent_id = 2; | 
TracingProtos.RPCTInfo.Builder | 
clearTraceId()
optional int64 trace_id = 1; | 
TracingProtos.RPCTInfo.Builder | 
clone()  | 
TracingProtos.RPCTInfo | 
getDefaultInstanceForType()  | 
static com.google.protobuf.Descriptors.Descriptor | 
getDescriptor()  | 
com.google.protobuf.Descriptors.Descriptor | 
getDescriptorForType()  | 
long | 
getParentId()
optional int64 parent_id = 2; | 
long | 
getTraceId()
optional int64 trace_id = 1; | 
boolean | 
hasParentId()
optional int64 parent_id = 2; | 
boolean | 
hasTraceId()
optional int64 trace_id = 1; | 
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable | 
internalGetFieldAccessorTable()  | 
boolean | 
isInitialized()  | 
TracingProtos.RPCTInfo.Builder | 
mergeFrom(com.google.protobuf.CodedInputStream input,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry)  | 
TracingProtos.RPCTInfo.Builder | 
mergeFrom(com.google.protobuf.Message other)  | 
TracingProtos.RPCTInfo.Builder | 
setParentId(long value)
optional int64 parent_id = 2; | 
TracingProtos.RPCTInfo.Builder | 
setTraceId(long value)
optional int64 trace_id = 1; | 
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
public TracingProtos.RPCTInfo.Builder clear()
public TracingProtos.RPCTInfo.Builder clone()
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
public TracingProtos.RPCTInfo getDefaultInstanceForType()
public TracingProtos.RPCTInfo build()
public TracingProtos.RPCTInfo buildPartial()
public TracingProtos.RPCTInfo.Builder mergeFrom(com.google.protobuf.Message other)
public final boolean isInitialized()
public TracingProtos.RPCTInfo.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic boolean hasTraceId()
optional int64 trace_id = 1;hasTraceId in interface TracingProtos.RPCTInfoOrBuilderpublic long getTraceId()
optional int64 trace_id = 1;getTraceId in interface TracingProtos.RPCTInfoOrBuilderpublic TracingProtos.RPCTInfo.Builder setTraceId(long value)
optional int64 trace_id = 1;public TracingProtos.RPCTInfo.Builder clearTraceId()
optional int64 trace_id = 1;public boolean hasParentId()
optional int64 parent_id = 2;hasParentId in interface TracingProtos.RPCTInfoOrBuilderpublic long getParentId()
optional int64 parent_id = 2;getParentId in interface TracingProtos.RPCTInfoOrBuilderpublic TracingProtos.RPCTInfo.Builder setParentId(long value)
optional int64 parent_id = 2;public TracingProtos.RPCTInfo.Builder clearParentId()
optional int64 parent_id = 2;