Uses of Class
io.opentelemetry.proto.common.v1.KeyValue.Builder
-
-
Uses of KeyValue.Builder in io.opentelemetry.proto.common.v1
Methods in io.opentelemetry.proto.common.v1 that return KeyValue.Builder Modifier and Type Method Description KeyValue.BuilderKeyValue.Builder. addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)KeyValue.BuilderKeyValueList.Builder. addValuesBuilder()A collection of key/value pairs of key-value pairs.KeyValue.BuilderKeyValueList.Builder. addValuesBuilder(int index)A collection of key/value pairs of key-value pairs.KeyValue.BuilderKeyValue.Builder. clear()KeyValue.BuilderKeyValue.Builder. clearField(com.google.protobuf.Descriptors.FieldDescriptor field)KeyValue.BuilderKeyValue.Builder. clearKey()string key = 1;KeyValue.BuilderKeyValue.Builder. clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)KeyValue.BuilderKeyValue.Builder. clearValue().opentelemetry.proto.common.v1.AnyValue value = 2;KeyValue.BuilderKeyValue.Builder. clone()KeyValue.BuilderKeyValueList.Builder. getValuesBuilder(int index)A collection of key/value pairs of key-value pairs.KeyValue.BuilderKeyValue.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)KeyValue.BuilderKeyValue.Builder. mergeFrom(com.google.protobuf.Message other)KeyValue.BuilderKeyValue.Builder. mergeFrom(KeyValue other)KeyValue.BuilderKeyValue.Builder. mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)KeyValue.BuilderKeyValue.Builder. mergeValue(AnyValue value).opentelemetry.proto.common.v1.AnyValue value = 2;static KeyValue.BuilderKeyValue. newBuilder()static KeyValue.BuilderKeyValue. newBuilder(KeyValue prototype)KeyValue.BuilderKeyValue. newBuilderForType()protected KeyValue.BuilderKeyValue. newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)KeyValue.BuilderKeyValue.Builder. setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)KeyValue.BuilderKeyValue.Builder. setKey(String value)string key = 1;KeyValue.BuilderKeyValue.Builder. setKeyBytes(com.google.protobuf.ByteString value)string key = 1;KeyValue.BuilderKeyValue.Builder. setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)KeyValue.BuilderKeyValue.Builder. setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)KeyValue.BuilderKeyValue.Builder. setValue(AnyValue value).opentelemetry.proto.common.v1.AnyValue value = 2;KeyValue.BuilderKeyValue.Builder. setValue(AnyValue.Builder builderForValue).opentelemetry.proto.common.v1.AnyValue value = 2;KeyValue.BuilderKeyValue. toBuilder()Methods in io.opentelemetry.proto.common.v1 that return types with arguments of type KeyValue.Builder Modifier and Type Method Description List<KeyValue.Builder>KeyValueList.Builder. getValuesBuilderList()A collection of key/value pairs of key-value pairs.Methods in io.opentelemetry.proto.common.v1 with parameters of type KeyValue.Builder Modifier and Type Method Description KeyValueList.BuilderKeyValueList.Builder. addValues(int index, KeyValue.Builder builderForValue)A collection of key/value pairs of key-value pairs.KeyValueList.BuilderKeyValueList.Builder. addValues(KeyValue.Builder builderForValue)A collection of key/value pairs of key-value pairs.KeyValueList.BuilderKeyValueList.Builder. setValues(int index, KeyValue.Builder builderForValue)A collection of key/value pairs of key-value pairs. -
Uses of KeyValue.Builder in io.opentelemetry.proto.logs.v1
Methods in io.opentelemetry.proto.logs.v1 that return KeyValue.Builder Modifier and Type Method Description KeyValue.BuilderLogRecord.Builder. addAttributesBuilder()Additional attributes that describe the specific event occurrence.KeyValue.BuilderLogRecord.Builder. addAttributesBuilder(int index)Additional attributes that describe the specific event occurrence.KeyValue.BuilderLogRecord.Builder. getAttributesBuilder(int index)Additional attributes that describe the specific event occurrence.Methods in io.opentelemetry.proto.logs.v1 that return types with arguments of type KeyValue.Builder Modifier and Type Method Description List<KeyValue.Builder>LogRecord.Builder. getAttributesBuilderList()Additional attributes that describe the specific event occurrence.Methods in io.opentelemetry.proto.logs.v1 with parameters of type KeyValue.Builder Modifier and Type Method Description LogRecord.BuilderLogRecord.Builder. addAttributes(int index, KeyValue.Builder builderForValue)Additional attributes that describe the specific event occurrence.LogRecord.BuilderLogRecord.Builder. addAttributes(KeyValue.Builder builderForValue)Additional attributes that describe the specific event occurrence.LogRecord.BuilderLogRecord.Builder. setAttributes(int index, KeyValue.Builder builderForValue)Additional attributes that describe the specific event occurrence. -
Uses of KeyValue.Builder in io.opentelemetry.proto.metrics.v1
Methods in io.opentelemetry.proto.metrics.v1 that return KeyValue.Builder Modifier and Type Method Description KeyValue.BuilderExponentialHistogramDataPoint.Builder. addAttributesBuilder()The set of key/value pairs that uniquely identify the timeseries from where this point belongs.KeyValue.BuilderExponentialHistogramDataPoint.Builder. addAttributesBuilder(int index)The set of key/value pairs that uniquely identify the timeseries from where this point belongs.KeyValue.BuilderHistogramDataPoint.Builder. addAttributesBuilder()The set of key/value pairs that uniquely identify the timeseries from where this point belongs.KeyValue.BuilderHistogramDataPoint.Builder. addAttributesBuilder(int index)The set of key/value pairs that uniquely identify the timeseries from where this point belongs.KeyValue.BuilderNumberDataPoint.Builder. addAttributesBuilder()The set of key/value pairs that uniquely identify the timeseries from where this point belongs.KeyValue.BuilderNumberDataPoint.Builder. addAttributesBuilder(int index)The set of key/value pairs that uniquely identify the timeseries from where this point belongs.KeyValue.BuilderSummaryDataPoint.Builder. addAttributesBuilder()The set of key/value pairs that uniquely identify the timeseries from where this point belongs.KeyValue.BuilderSummaryDataPoint.Builder. addAttributesBuilder(int index)The set of key/value pairs that uniquely identify the timeseries from where this point belongs.KeyValue.BuilderExemplar.Builder. addFilteredAttributesBuilder()The set of key/value pairs that were filtered out by the aggregator, but recorded alongside the original measurement.KeyValue.BuilderExemplar.Builder. addFilteredAttributesBuilder(int index)The set of key/value pairs that were filtered out by the aggregator, but recorded alongside the original measurement.KeyValue.BuilderExponentialHistogramDataPoint.Builder. getAttributesBuilder(int index)The set of key/value pairs that uniquely identify the timeseries from where this point belongs.KeyValue.BuilderHistogramDataPoint.Builder. getAttributesBuilder(int index)The set of key/value pairs that uniquely identify the timeseries from where this point belongs.KeyValue.BuilderNumberDataPoint.Builder. getAttributesBuilder(int index)The set of key/value pairs that uniquely identify the timeseries from where this point belongs.KeyValue.BuilderSummaryDataPoint.Builder. getAttributesBuilder(int index)The set of key/value pairs that uniquely identify the timeseries from where this point belongs.KeyValue.BuilderExemplar.Builder. getFilteredAttributesBuilder(int index)The set of key/value pairs that were filtered out by the aggregator, but recorded alongside the original measurement.Methods in io.opentelemetry.proto.metrics.v1 that return types with arguments of type KeyValue.Builder Modifier and Type Method Description List<KeyValue.Builder>ExponentialHistogramDataPoint.Builder. getAttributesBuilderList()The set of key/value pairs that uniquely identify the timeseries from where this point belongs.List<KeyValue.Builder>HistogramDataPoint.Builder. getAttributesBuilderList()The set of key/value pairs that uniquely identify the timeseries from where this point belongs.List<KeyValue.Builder>NumberDataPoint.Builder. getAttributesBuilderList()The set of key/value pairs that uniquely identify the timeseries from where this point belongs.List<KeyValue.Builder>SummaryDataPoint.Builder. getAttributesBuilderList()The set of key/value pairs that uniquely identify the timeseries from where this point belongs.List<KeyValue.Builder>Exemplar.Builder. getFilteredAttributesBuilderList()The set of key/value pairs that were filtered out by the aggregator, but recorded alongside the original measurement.Methods in io.opentelemetry.proto.metrics.v1 with parameters of type KeyValue.Builder Modifier and Type Method Description ExponentialHistogramDataPoint.BuilderExponentialHistogramDataPoint.Builder. addAttributes(int index, KeyValue.Builder builderForValue)The set of key/value pairs that uniquely identify the timeseries from where this point belongs.ExponentialHistogramDataPoint.BuilderExponentialHistogramDataPoint.Builder. addAttributes(KeyValue.Builder builderForValue)The set of key/value pairs that uniquely identify the timeseries from where this point belongs.HistogramDataPoint.BuilderHistogramDataPoint.Builder. addAttributes(int index, KeyValue.Builder builderForValue)The set of key/value pairs that uniquely identify the timeseries from where this point belongs.HistogramDataPoint.BuilderHistogramDataPoint.Builder. addAttributes(KeyValue.Builder builderForValue)The set of key/value pairs that uniquely identify the timeseries from where this point belongs.NumberDataPoint.BuilderNumberDataPoint.Builder. addAttributes(int index, KeyValue.Builder builderForValue)The set of key/value pairs that uniquely identify the timeseries from where this point belongs.NumberDataPoint.BuilderNumberDataPoint.Builder. addAttributes(KeyValue.Builder builderForValue)The set of key/value pairs that uniquely identify the timeseries from where this point belongs.SummaryDataPoint.BuilderSummaryDataPoint.Builder. addAttributes(int index, KeyValue.Builder builderForValue)The set of key/value pairs that uniquely identify the timeseries from where this point belongs.SummaryDataPoint.BuilderSummaryDataPoint.Builder. addAttributes(KeyValue.Builder builderForValue)The set of key/value pairs that uniquely identify the timeseries from where this point belongs.Exemplar.BuilderExemplar.Builder. addFilteredAttributes(int index, KeyValue.Builder builderForValue)The set of key/value pairs that were filtered out by the aggregator, but recorded alongside the original measurement.Exemplar.BuilderExemplar.Builder. addFilteredAttributes(KeyValue.Builder builderForValue)The set of key/value pairs that were filtered out by the aggregator, but recorded alongside the original measurement.ExponentialHistogramDataPoint.BuilderExponentialHistogramDataPoint.Builder. setAttributes(int index, KeyValue.Builder builderForValue)The set of key/value pairs that uniquely identify the timeseries from where this point belongs.HistogramDataPoint.BuilderHistogramDataPoint.Builder. setAttributes(int index, KeyValue.Builder builderForValue)The set of key/value pairs that uniquely identify the timeseries from where this point belongs.NumberDataPoint.BuilderNumberDataPoint.Builder. setAttributes(int index, KeyValue.Builder builderForValue)The set of key/value pairs that uniquely identify the timeseries from where this point belongs.SummaryDataPoint.BuilderSummaryDataPoint.Builder. setAttributes(int index, KeyValue.Builder builderForValue)The set of key/value pairs that uniquely identify the timeseries from where this point belongs.Exemplar.BuilderExemplar.Builder. setFilteredAttributes(int index, KeyValue.Builder builderForValue)The set of key/value pairs that were filtered out by the aggregator, but recorded alongside the original measurement. -
Uses of KeyValue.Builder in io.opentelemetry.proto.resource.v1
Methods in io.opentelemetry.proto.resource.v1 that return KeyValue.Builder Modifier and Type Method Description KeyValue.BuilderResource.Builder. addAttributesBuilder()Set of attributes that describe the resource.KeyValue.BuilderResource.Builder. addAttributesBuilder(int index)Set of attributes that describe the resource.KeyValue.BuilderResource.Builder. getAttributesBuilder(int index)Set of attributes that describe the resource.Methods in io.opentelemetry.proto.resource.v1 that return types with arguments of type KeyValue.Builder Modifier and Type Method Description List<KeyValue.Builder>Resource.Builder. getAttributesBuilderList()Set of attributes that describe the resource.Methods in io.opentelemetry.proto.resource.v1 with parameters of type KeyValue.Builder Modifier and Type Method Description Resource.BuilderResource.Builder. addAttributes(int index, KeyValue.Builder builderForValue)Set of attributes that describe the resource.Resource.BuilderResource.Builder. addAttributes(KeyValue.Builder builderForValue)Set of attributes that describe the resource.Resource.BuilderResource.Builder. setAttributes(int index, KeyValue.Builder builderForValue)Set of attributes that describe the resource. -
Uses of KeyValue.Builder in io.opentelemetry.proto.trace.v1
Methods in io.opentelemetry.proto.trace.v1 that return KeyValue.Builder Modifier and Type Method Description KeyValue.BuilderSpan.Builder. addAttributesBuilder()attributes is a collection of key/value pairs.KeyValue.BuilderSpan.Builder. addAttributesBuilder(int index)attributes is a collection of key/value pairs.KeyValue.BuilderSpan.Event.Builder. addAttributesBuilder()attributes is a collection of attribute key/value pairs on the event.KeyValue.BuilderSpan.Event.Builder. addAttributesBuilder(int index)attributes is a collection of attribute key/value pairs on the event.KeyValue.BuilderSpan.Link.Builder. addAttributesBuilder()attributes is a collection of attribute key/value pairs on the link.KeyValue.BuilderSpan.Link.Builder. addAttributesBuilder(int index)attributes is a collection of attribute key/value pairs on the link.KeyValue.BuilderSpan.Builder. getAttributesBuilder(int index)attributes is a collection of key/value pairs.KeyValue.BuilderSpan.Event.Builder. getAttributesBuilder(int index)attributes is a collection of attribute key/value pairs on the event.KeyValue.BuilderSpan.Link.Builder. getAttributesBuilder(int index)attributes is a collection of attribute key/value pairs on the link.Methods in io.opentelemetry.proto.trace.v1 that return types with arguments of type KeyValue.Builder Modifier and Type Method Description List<KeyValue.Builder>Span.Builder. getAttributesBuilderList()attributes is a collection of key/value pairs.List<KeyValue.Builder>Span.Event.Builder. getAttributesBuilderList()attributes is a collection of attribute key/value pairs on the event.List<KeyValue.Builder>Span.Link.Builder. getAttributesBuilderList()attributes is a collection of attribute key/value pairs on the link.Methods in io.opentelemetry.proto.trace.v1 with parameters of type KeyValue.Builder Modifier and Type Method Description Span.BuilderSpan.Builder. addAttributes(int index, KeyValue.Builder builderForValue)attributes is a collection of key/value pairs.Span.BuilderSpan.Builder. addAttributes(KeyValue.Builder builderForValue)attributes is a collection of key/value pairs.Span.Event.BuilderSpan.Event.Builder. addAttributes(int index, KeyValue.Builder builderForValue)attributes is a collection of attribute key/value pairs on the event.Span.Event.BuilderSpan.Event.Builder. addAttributes(KeyValue.Builder builderForValue)attributes is a collection of attribute key/value pairs on the event.Span.Link.BuilderSpan.Link.Builder. addAttributes(int index, KeyValue.Builder builderForValue)attributes is a collection of attribute key/value pairs on the link.Span.Link.BuilderSpan.Link.Builder. addAttributes(KeyValue.Builder builderForValue)attributes is a collection of attribute key/value pairs on the link.Span.BuilderSpan.Builder. setAttributes(int index, KeyValue.Builder builderForValue)attributes is a collection of key/value pairs.Span.Event.BuilderSpan.Event.Builder. setAttributes(int index, KeyValue.Builder builderForValue)attributes is a collection of attribute key/value pairs on the event.Span.Link.BuilderSpan.Link.Builder. setAttributes(int index, KeyValue.Builder builderForValue)attributes is a collection of attribute key/value pairs on the link.
-