From 47718a69a97ce72b00821386663fb8f46b128606 Mon Sep 17 00:00:00 2001 From: Craig Tiller Date: Mon, 14 Nov 2016 14:48:42 -0800 Subject: Add method config stuff --- tools/codegen/core/gen_static_metadata.py | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'tools/codegen/core') diff --git a/tools/codegen/core/gen_static_metadata.py b/tools/codegen/core/gen_static_metadata.py index f0c6ffe09c..a9001a6897 100755 --- a/tools/codegen/core/gen_static_metadata.py +++ b/tools/codegen/core/gen_static_metadata.py @@ -43,6 +43,7 @@ import re # also be created) CONFIG = [ + # metadata strings 'grpc-timeout', 'grpc-internal-encoding-request', 'grpc-payload-bin', @@ -57,6 +58,12 @@ CONFIG = [ 'grpc-tracing-bin', 'grpc-stats-bin', '', + # channel arg keys + 'grpc.wait_for_ready', + 'grpc.timeout', + 'grpc.max_request_message_bytes', + 'grpc.max_response_message_bytes', + # metadata elements ('grpc-status', '0'), ('grpc-status', '1'), ('grpc-status', '2'), -- cgit v1.2.3