From 77357cac6e6fd1dc4d91884a7cb93156f6e2feb7 Mon Sep 17 00:00:00 2001 From: botengyao Date: Mon, 26 Aug 2024 03:27:18 -0400 Subject: [PATCH] grpc_field_extraction: fix empty ListValue indication (#35842) ProtobufWkt::Value is introduced by #35162 Commit Message: Additional Description: Risk Level: low Testing: Docs Changes: Release Notes: Platform Specific Features: Signed-off-by: Boteng Yao --- .../filters/http/grpc_field_extraction/v3/config.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/envoy/extensions/filters/http/grpc_field_extraction/v3/config.proto b/api/envoy/extensions/filters/http/grpc_field_extraction/v3/config.proto index aae62145731a..6eb225980a3f 100644 --- a/api/envoy/extensions/filters/http/grpc_field_extraction/v3/config.proto +++ b/api/envoy/extensions/filters/http/grpc_field_extraction/v3/config.proto @@ -66,7 +66,7 @@ option (udpa.annotations.file_status).package_version_status = ACTIVE; // 1. the extracted field names/values will be wrapped in be ``field`` -> ``values``, which will be added in the dynamic ``metadata``. // -// 2. if the field value is empty, an empty ```` will be set. +// 2. if the field value is empty, an empty ``Value`` will be set. // // Performance // -----------