From 264f89bacfa1132134b18cf7b8a401f185a20e22 Mon Sep 17 00:00:00 2001 From: Steven Ware Jones Date: Fri, 10 Dec 2021 11:14:34 -0500 Subject: [PATCH] build query outputs query id to ids map (#80) --- .../proto/wfa/measurement/api/v2alpha/exchange_workflow.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/proto/wfa/measurement/api/v2alpha/exchange_workflow.proto b/src/main/proto/wfa/measurement/api/v2alpha/exchange_workflow.proto index 4f1e512b601..80be12bee27 100644 --- a/src/main/proto/wfa/measurement/api/v2alpha/exchange_workflow.proto +++ b/src/main/proto/wfa/measurement/api/v2alpha/exchange_workflow.proto @@ -145,7 +145,7 @@ message ExchangeWorkflow { // This is a serialized instance of private_membership.batch.Parameters. bytes serialized_parameters = 1; int32 encrypted_query_bundle_file_count = 2; - int32 query_id_and_panelist_key_file_count = 3; + int32 query_id_to_ids_file_count = 3; int32 num_shards = 4; int32 num_buckets_per_shard = 5; // Consider making this optional once its not experimental