public static final class Lightstep.BasicTracerCarrier extends com.google.protobuf.GeneratedMessageV3 implements Lightstep.BasicTracerCarrierOrBuilder
Copy of https://github.com/opentracing/basictracer-go/blob/master/wire/wire.protoProtobuf type
lightstep.BasicTracerCarrier| Modifier and Type | Class and Description |
|---|---|
static class |
Lightstep.BasicTracerCarrier.Builder
Copy of https://github.com/opentracing/basictracer-go/blob/master/wire/wire.proto
|
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 |
BAGGAGE_ITEMS_FIELD_NUMBER |
static int |
SAMPLED_FIELD_NUMBER |
static int |
SPAN_ID_FIELD_NUMBER |
static int |
TRACE_ID_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsBaggageItems(String key)
map<string, string> baggage_items = 4; |
boolean |
equals(Object obj) |
Map<String,String> |
getBaggageItems()
Deprecated.
|
int |
getBaggageItemsCount()
map<string, string> baggage_items = 4; |
Map<String,String> |
getBaggageItemsMap()
map<string, string> baggage_items = 4; |
String |
getBaggageItemsOrDefault(String key,
String defaultValue)
map<string, string> baggage_items = 4; |
String |
getBaggageItemsOrThrow(String key)
map<string, string> baggage_items = 4; |
static Lightstep.BasicTracerCarrier |
getDefaultInstance() |
Lightstep.BasicTracerCarrier |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Parser<Lightstep.BasicTracerCarrier> |
getParserForType() |
boolean |
getSampled()
bool sampled = 3; |
int |
getSerializedSize() |
long |
getSpanId()
fixed64 span_id = 2; |
long |
getTraceId()
fixed64 trace_id = 1; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
protected com.google.protobuf.MapField |
internalGetMapField(int number) |
boolean |
isInitialized() |
static Lightstep.BasicTracerCarrier.Builder |
newBuilder() |
static Lightstep.BasicTracerCarrier.Builder |
newBuilder(Lightstep.BasicTracerCarrier prototype) |
Lightstep.BasicTracerCarrier.Builder |
newBuilderForType() |
protected Lightstep.BasicTracerCarrier.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static Lightstep.BasicTracerCarrier |
parseDelimitedFrom(InputStream input) |
static Lightstep.BasicTracerCarrier |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Lightstep.BasicTracerCarrier |
parseFrom(byte[] data) |
static Lightstep.BasicTracerCarrier |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Lightstep.BasicTracerCarrier |
parseFrom(ByteBuffer data) |
static Lightstep.BasicTracerCarrier |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Lightstep.BasicTracerCarrier |
parseFrom(com.google.protobuf.ByteString data) |
static Lightstep.BasicTracerCarrier |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Lightstep.BasicTracerCarrier |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Lightstep.BasicTracerCarrier |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Lightstep.BasicTracerCarrier |
parseFrom(InputStream input) |
static Lightstep.BasicTracerCarrier |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<Lightstep.BasicTracerCarrier> |
parser() |
Lightstep.BasicTracerCarrier.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, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newInstance, 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 TRACE_ID_FIELD_NUMBER
public static final int SPAN_ID_FIELD_NUMBER
public static final int SAMPLED_FIELD_NUMBER
public static final int BAGGAGE_ITEMS_FIELD_NUMBER
public 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.MapField internalGetMapField(int number)
internalGetMapField in class com.google.protobuf.GeneratedMessageV3protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public long getTraceId()
fixed64 trace_id = 1;getTraceId in interface Lightstep.BasicTracerCarrierOrBuilderpublic long getSpanId()
fixed64 span_id = 2;getSpanId in interface Lightstep.BasicTracerCarrierOrBuilderpublic boolean getSampled()
bool sampled = 3;getSampled in interface Lightstep.BasicTracerCarrierOrBuilderpublic int getBaggageItemsCount()
Lightstep.BasicTracerCarrierOrBuildermap<string, string> baggage_items = 4;getBaggageItemsCount in interface Lightstep.BasicTracerCarrierOrBuilderpublic boolean containsBaggageItems(String key)
map<string, string> baggage_items = 4;containsBaggageItems in interface Lightstep.BasicTracerCarrierOrBuilder@Deprecated public Map<String,String> getBaggageItems()
getBaggageItemsMap() instead.getBaggageItems in interface Lightstep.BasicTracerCarrierOrBuilderpublic Map<String,String> getBaggageItemsMap()
map<string, string> baggage_items = 4;getBaggageItemsMap in interface Lightstep.BasicTracerCarrierOrBuilderpublic String getBaggageItemsOrDefault(String key, String defaultValue)
map<string, string> baggage_items = 4;getBaggageItemsOrDefault in interface Lightstep.BasicTracerCarrierOrBuilderpublic String getBaggageItemsOrThrow(String key)
map<string, string> baggage_items = 4;getBaggageItemsOrThrow in interface Lightstep.BasicTracerCarrierOrBuilderpublic 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 Lightstep.BasicTracerCarrier parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Lightstep.BasicTracerCarrier parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Lightstep.BasicTracerCarrier parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Lightstep.BasicTracerCarrier parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Lightstep.BasicTracerCarrier parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Lightstep.BasicTracerCarrier parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Lightstep.BasicTracerCarrier parseFrom(InputStream input) throws IOException
IOExceptionpublic static Lightstep.BasicTracerCarrier parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Lightstep.BasicTracerCarrier parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static Lightstep.BasicTracerCarrier parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Lightstep.BasicTracerCarrier parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static Lightstep.BasicTracerCarrier parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic Lightstep.BasicTracerCarrier.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static Lightstep.BasicTracerCarrier.Builder newBuilder()
public static Lightstep.BasicTracerCarrier.Builder newBuilder(Lightstep.BasicTracerCarrier prototype)
public Lightstep.BasicTracerCarrier.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected Lightstep.BasicTracerCarrier.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static Lightstep.BasicTracerCarrier getDefaultInstance()
public static com.google.protobuf.Parser<Lightstep.BasicTracerCarrier> parser()
public com.google.protobuf.Parser<Lightstep.BasicTracerCarrier> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public Lightstep.BasicTracerCarrier getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2023 LightStep. All rights reserved.