Uses of Class
io.opentelemetry.proto.common.v1.KeyValueList.Builder
Packages that use KeyValueList.Builder
Package
Description
-
Uses of KeyValueList.Builder in io.envoyproxy.envoy.extensions.access_loggers.open_telemetry.v3
Methods in io.envoyproxy.envoy.extensions.access_loggers.open_telemetry.v3 that return KeyValueList.BuilderModifier and TypeMethodDescriptionOpenTelemetryAccessLogConfig.Builder.getAttributesBuilder()See 'attributes' in the LogResource proto for more details.OpenTelemetryAccessLogConfig.Builder.getResourceAttributesBuilder()OpenTelemetry `Resource <https://github.com/open-telemetry/opentelemetry-proto/blob/main/opentelemetry/proto/logs/v1/logs.proto#L51>`_ attributes are filled with Envoy node info.Methods in io.envoyproxy.envoy.extensions.access_loggers.open_telemetry.v3 with parameters of type KeyValueList.BuilderModifier and TypeMethodDescriptionOpenTelemetryAccessLogConfig.Builder.setAttributes(KeyValueList.Builder builderForValue) See 'attributes' in the LogResource proto for more details.OpenTelemetryAccessLogConfig.Builder.setResourceAttributes(KeyValueList.Builder builderForValue) OpenTelemetry `Resource <https://github.com/open-telemetry/opentelemetry-proto/blob/main/opentelemetry/proto/logs/v1/logs.proto#L51>`_ attributes are filled with Envoy node info. -
Uses of KeyValueList.Builder in io.opentelemetry.proto.common.v1
Methods in io.opentelemetry.proto.common.v1 that return KeyValueList.BuilderModifier and TypeMethodDescriptionKeyValueList.Builder.addAllValues(Iterable<? extends KeyValue> values) A collection of key/value pairs of key-value pairs.KeyValueList.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) A collection of key/value pairs of key-value pairs.KeyValueList.Builder.addValues(int index, KeyValue.Builder builderForValue) A collection of key/value pairs of key-value pairs.A collection of key/value pairs of key-value pairs.KeyValueList.Builder.addValues(KeyValue.Builder builderForValue) A collection of key/value pairs of key-value pairs.KeyValueList.Builder.clear()KeyValueList.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) KeyValueList.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) KeyValueList.Builder.clearValues()A collection of key/value pairs of key-value pairs.KeyValueList.Builder.clone()AnyValue.Builder.getKvlistValueBuilder().opentelemetry.proto.common.v1.KeyValueList kvlist_value = 6;KeyValueList.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) KeyValueList.Builder.mergeFrom(com.google.protobuf.Message other) KeyValueList.Builder.mergeFrom(KeyValueList other) final KeyValueList.BuilderKeyValueList.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static KeyValueList.BuilderKeyValueList.newBuilder()static KeyValueList.BuilderKeyValueList.newBuilder(KeyValueList prototype) KeyValueList.newBuilderForType()protected KeyValueList.BuilderKeyValueList.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) KeyValueList.Builder.removeValues(int index) A collection of key/value pairs of key-value pairs.KeyValueList.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) final KeyValueList.BuilderKeyValueList.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) A collection of key/value pairs of key-value pairs.KeyValueList.Builder.setValues(int index, KeyValue.Builder builderForValue) A collection of key/value pairs of key-value pairs.KeyValueList.toBuilder()Methods in io.opentelemetry.proto.common.v1 with parameters of type KeyValueList.BuilderModifier and TypeMethodDescriptionAnyValue.Builder.setKvlistValue(KeyValueList.Builder builderForValue) .opentelemetry.proto.common.v1.KeyValueList kvlist_value = 6;