| Package | Description |
|---|---|
| com.lightstep.tracer.grpc |
| Modifier and Type | Method and Description |
|---|---|
KeyValue.Builder |
Log.Builder.addFieldsBuilder()
repeated .lightstep.collector.KeyValue fields = 2; |
KeyValue.Builder |
Log.Builder.addFieldsBuilder(int index)
repeated .lightstep.collector.KeyValue fields = 2; |
KeyValue.Builder |
KeyValue.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
KeyValue.Builder |
Span.Builder.addTagsBuilder()
repeated .lightstep.collector.KeyValue tags = 6; |
KeyValue.Builder |
Reporter.Builder.addTagsBuilder()
repeated .lightstep.collector.KeyValue tags = 4; |
KeyValue.Builder |
Span.Builder.addTagsBuilder(int index)
repeated .lightstep.collector.KeyValue tags = 6; |
KeyValue.Builder |
Reporter.Builder.addTagsBuilder(int index)
repeated .lightstep.collector.KeyValue tags = 4; |
KeyValue.Builder |
KeyValue.Builder.clear() |
KeyValue.Builder |
KeyValue.Builder.clearBoolValue()
bool bool_value = 5; |
KeyValue.Builder |
KeyValue.Builder.clearDoubleValue()
double double_value = 4; |
KeyValue.Builder |
KeyValue.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
KeyValue.Builder |
KeyValue.Builder.clearIntValue()
int64 int_value = 3; |
KeyValue.Builder |
KeyValue.Builder.clearJsonValue()
Must be a well-formed JSON value.
|
KeyValue.Builder |
KeyValue.Builder.clearKey()
string key = 1; |
KeyValue.Builder |
KeyValue.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
KeyValue.Builder |
KeyValue.Builder.clearStringValue()
Holds arbitrary string data; well-formed JSON strings should go in
json_value.
|
KeyValue.Builder |
KeyValue.Builder.clearValue() |
KeyValue.Builder |
KeyValue.Builder.clone() |
KeyValue.Builder |
Log.Builder.getFieldsBuilder(int index)
repeated .lightstep.collector.KeyValue fields = 2; |
KeyValue.Builder |
Span.Builder.getTagsBuilder(int index)
repeated .lightstep.collector.KeyValue tags = 6; |
KeyValue.Builder |
Reporter.Builder.getTagsBuilder(int index)
repeated .lightstep.collector.KeyValue tags = 4; |
KeyValue.Builder |
KeyValue.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
KeyValue.Builder |
KeyValue.Builder.mergeFrom(KeyValue other) |
KeyValue.Builder |
KeyValue.Builder.mergeFrom(com.google.protobuf.Message other) |
KeyValue.Builder |
KeyValue.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static KeyValue.Builder |
KeyValue.newBuilder() |
static KeyValue.Builder |
KeyValue.newBuilder(KeyValue prototype) |
KeyValue.Builder |
KeyValue.newBuilderForType() |
protected KeyValue.Builder |
KeyValue.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
KeyValue.Builder |
KeyValue.Builder.setBoolValue(boolean value)
bool bool_value = 5; |
KeyValue.Builder |
KeyValue.Builder.setDoubleValue(double value)
double double_value = 4; |
KeyValue.Builder |
KeyValue.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
KeyValue.Builder |
KeyValue.Builder.setIntValue(long value)
int64 int_value = 3; |
KeyValue.Builder |
KeyValue.Builder.setJsonValue(String value)
Must be a well-formed JSON value.
|
KeyValue.Builder |
KeyValue.Builder.setJsonValueBytes(com.google.protobuf.ByteString value)
Must be a well-formed JSON value.
|
KeyValue.Builder |
KeyValue.Builder.setKey(String value)
string key = 1; |
KeyValue.Builder |
KeyValue.Builder.setKeyBytes(com.google.protobuf.ByteString value)
string key = 1; |
KeyValue.Builder |
KeyValue.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
KeyValue.Builder |
KeyValue.Builder.setStringValue(String value)
Holds arbitrary string data; well-formed JSON strings should go in
json_value.
|
KeyValue.Builder |
KeyValue.Builder.setStringValueBytes(com.google.protobuf.ByteString value)
Holds arbitrary string data; well-formed JSON strings should go in
json_value.
|
KeyValue.Builder |
KeyValue.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
KeyValue.Builder |
KeyValue.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
List<KeyValue.Builder> |
Log.Builder.getFieldsBuilderList()
repeated .lightstep.collector.KeyValue fields = 2; |
List<KeyValue.Builder> |
Span.Builder.getTagsBuilderList()
repeated .lightstep.collector.KeyValue tags = 6; |
List<KeyValue.Builder> |
Reporter.Builder.getTagsBuilderList()
repeated .lightstep.collector.KeyValue tags = 4; |
| Modifier and Type | Method and Description |
|---|---|
Log.Builder |
Log.Builder.addFields(int index,
KeyValue.Builder builderForValue)
repeated .lightstep.collector.KeyValue fields = 2; |
Log.Builder |
Log.Builder.addFields(KeyValue.Builder builderForValue)
repeated .lightstep.collector.KeyValue fields = 2; |
Span.Builder |
Span.Builder.addTags(int index,
KeyValue.Builder builderForValue)
repeated .lightstep.collector.KeyValue tags = 6; |
Reporter.Builder |
Reporter.Builder.addTags(int index,
KeyValue.Builder builderForValue)
repeated .lightstep.collector.KeyValue tags = 4; |
Span.Builder |
Span.Builder.addTags(KeyValue.Builder builderForValue)
repeated .lightstep.collector.KeyValue tags = 6; |
Reporter.Builder |
Reporter.Builder.addTags(KeyValue.Builder builderForValue)
repeated .lightstep.collector.KeyValue tags = 4; |
Log.Builder |
Log.Builder.setFields(int index,
KeyValue.Builder builderForValue)
repeated .lightstep.collector.KeyValue fields = 2; |
Span.Builder |
Span.Builder.setTags(int index,
KeyValue.Builder builderForValue)
repeated .lightstep.collector.KeyValue tags = 6; |
Reporter.Builder |
Reporter.Builder.setTags(int index,
KeyValue.Builder builderForValue)
repeated .lightstep.collector.KeyValue tags = 4; |
Copyright © 2023 LightStep. All rights reserved.