Uses of Class
io.opentelemetry.proto.common.v1.AnyValue
-
Packages that use AnyValue Package Description io.envoyproxy.envoy.extensions.access_loggers.open_telemetry.v3 io.opentelemetry.proto.common.v1 io.opentelemetry.proto.logs.v1 -
-
Uses of AnyValue in io.envoyproxy.envoy.extensions.access_loggers.open_telemetry.v3
Methods in io.envoyproxy.envoy.extensions.access_loggers.open_telemetry.v3 that return AnyValue Modifier and Type Method Description AnyValueOpenTelemetryAccessLogConfig.Builder. getBody()OpenTelemetry `LogResource <https://github.com/open-telemetry/opentelemetry-proto/blob/main/opentelemetry/proto/logs/v1/logs.proto>`_ fields, following `Envoy access logging formatting <https://www.envoyproxy.io/docs/envoy/latest/configuration/observability/access_log/usage>`_.AnyValueOpenTelemetryAccessLogConfig. getBody()OpenTelemetry `LogResource <https://github.com/open-telemetry/opentelemetry-proto/blob/main/opentelemetry/proto/logs/v1/logs.proto>`_ fields, following `Envoy access logging formatting <https://www.envoyproxy.io/docs/envoy/latest/configuration/observability/access_log/usage>`_.AnyValueOpenTelemetryAccessLogConfigOrBuilder. getBody()OpenTelemetry `LogResource <https://github.com/open-telemetry/opentelemetry-proto/blob/main/opentelemetry/proto/logs/v1/logs.proto>`_ fields, following `Envoy access logging formatting <https://www.envoyproxy.io/docs/envoy/latest/configuration/observability/access_log/usage>`_.Methods in io.envoyproxy.envoy.extensions.access_loggers.open_telemetry.v3 with parameters of type AnyValue Modifier and Type Method Description OpenTelemetryAccessLogConfig.BuilderOpenTelemetryAccessLogConfig.Builder. mergeBody(AnyValue value)OpenTelemetry `LogResource <https://github.com/open-telemetry/opentelemetry-proto/blob/main/opentelemetry/proto/logs/v1/logs.proto>`_ fields, following `Envoy access logging formatting <https://www.envoyproxy.io/docs/envoy/latest/configuration/observability/access_log/usage>`_.OpenTelemetryAccessLogConfig.BuilderOpenTelemetryAccessLogConfig.Builder. setBody(AnyValue value)OpenTelemetry `LogResource <https://github.com/open-telemetry/opentelemetry-proto/blob/main/opentelemetry/proto/logs/v1/logs.proto>`_ fields, following `Envoy access logging formatting <https://www.envoyproxy.io/docs/envoy/latest/configuration/observability/access_log/usage>`_. -
Uses of AnyValue in io.opentelemetry.proto.common.v1
Methods in io.opentelemetry.proto.common.v1 that return AnyValue Modifier and Type Method Description AnyValueAnyValue.Builder. build()AnyValueAnyValue.Builder. buildPartial()static AnyValueAnyValue. getDefaultInstance()AnyValueAnyValue.Builder. getDefaultInstanceForType()AnyValueAnyValue. getDefaultInstanceForType()AnyValueKeyValue.Builder. getValue().opentelemetry.proto.common.v1.AnyValue value = 2;AnyValueKeyValue. getValue().opentelemetry.proto.common.v1.AnyValue value = 2;AnyValueKeyValueOrBuilder. getValue().opentelemetry.proto.common.v1.AnyValue value = 2;AnyValueArrayValue.Builder. getValues(int index)Array of values.AnyValueArrayValue. getValues(int index)Array of values.AnyValueArrayValueOrBuilder. getValues(int index)Array of values.static AnyValueAnyValue. parseDelimitedFrom(InputStream input)static AnyValueAnyValue. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AnyValueAnyValue. parseFrom(byte[] data)static AnyValueAnyValue. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AnyValueAnyValue. parseFrom(com.google.protobuf.ByteString data)static AnyValueAnyValue. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AnyValueAnyValue. parseFrom(com.google.protobuf.CodedInputStream input)static AnyValueAnyValue. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AnyValueAnyValue. parseFrom(InputStream input)static AnyValueAnyValue. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AnyValueAnyValue. parseFrom(ByteBuffer data)static AnyValueAnyValue. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.opentelemetry.proto.common.v1 that return types with arguments of type AnyValue Modifier and Type Method Description com.google.protobuf.Parser<AnyValue>AnyValue. getParserForType()List<AnyValue>ArrayValue.Builder. getValuesList()Array of values.List<AnyValue>ArrayValue. getValuesList()Array of values.List<AnyValue>ArrayValueOrBuilder. getValuesList()Array of values.static com.google.protobuf.Parser<AnyValue>AnyValue. parser()Methods in io.opentelemetry.proto.common.v1 with parameters of type AnyValue Modifier and Type Method Description ArrayValue.BuilderArrayValue.Builder. addValues(int index, AnyValue value)Array of values.ArrayValue.BuilderArrayValue.Builder. addValues(AnyValue value)Array of values.AnyValue.BuilderAnyValue.Builder. mergeFrom(AnyValue other)KeyValue.BuilderKeyValue.Builder. mergeValue(AnyValue value).opentelemetry.proto.common.v1.AnyValue value = 2;static AnyValue.BuilderAnyValue. newBuilder(AnyValue prototype)KeyValue.BuilderKeyValue.Builder. setValue(AnyValue value).opentelemetry.proto.common.v1.AnyValue value = 2;ArrayValue.BuilderArrayValue.Builder. setValues(int index, AnyValue value)Array of values.Method parameters in io.opentelemetry.proto.common.v1 with type arguments of type AnyValue Modifier and Type Method Description ArrayValue.BuilderArrayValue.Builder. addAllValues(Iterable<? extends AnyValue> values)Array of values. -
Uses of AnyValue in io.opentelemetry.proto.logs.v1
Methods in io.opentelemetry.proto.logs.v1 that return AnyValue Modifier and Type Method Description AnyValueLogRecord.Builder. getBody()A value containing the body of the log record.AnyValueLogRecord. getBody()A value containing the body of the log record.AnyValueLogRecordOrBuilder. getBody()A value containing the body of the log record.Methods in io.opentelemetry.proto.logs.v1 with parameters of type AnyValue Modifier and Type Method Description LogRecord.BuilderLogRecord.Builder. mergeBody(AnyValue value)A value containing the body of the log record.LogRecord.BuilderLogRecord.Builder. setBody(AnyValue value)A value containing the body of the log record.
-