From 41956da06b7313515fa4b113b249a01bb453bd06 Mon Sep 17 00:00:00 2001 From: Sarah Vu Date: Wed, 19 Jan 2022 09:54:17 -0800 Subject: [PATCH] change field from camel case to underscores --- src/proto/FunctionRpc.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/proto/FunctionRpc.proto b/src/proto/FunctionRpc.proto index cab2976..8e5983e 100644 --- a/src/proto/FunctionRpc.proto +++ b/src/proto/FunctionRpc.proto @@ -304,7 +304,7 @@ message FunctionMetadataResponse { StatusResult result = 2; // if set to true then host will perform indexing - bool useDefaultMetadataIndexing = 3; + bool use_default_metadata_indexing = 3; } // Host requests worker to invoke a Function