aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/codegen/core
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-11-14 14:48:42 -0800
committerGravatar Craig Tiller <ctiller@google.com>2016-11-14 14:48:42 -0800
commit47718a69a97ce72b00821386663fb8f46b128606 (patch)
treec820618118d2aa22830df209656fff001e766010 /tools/codegen/core
parent68208fe422cee7e28f7a08208c528a08338a9c2b (diff)
Add method config stuff
Diffstat (limited to 'tools/codegen/core')
-rwxr-xr-xtools/codegen/core/gen_static_metadata.py7
1 files changed, 7 insertions, 0 deletions
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'),