From 610bf8f0262846bd1bc045a2913631c00e5e0199 Mon Sep 17 00:00:00 2001 From: Google APIs Date: Tue, 6 Oct 2020 09:23:11 -0700 Subject: [PATCH] fix(firestore/v1): give PartitionQuery retry/timeout config PiperOrigin-RevId: 335655077 --- google/firestore/v1/firestore_grpc_service_config.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/google/firestore/v1/firestore_grpc_service_config.json b/google/firestore/v1/firestore_grpc_service_config.json index 17421d6f..ce459f69 100755 --- a/google/firestore/v1/firestore_grpc_service_config.json +++ b/google/firestore/v1/firestore_grpc_service_config.json @@ -13,6 +13,10 @@ { "service": "google.firestore.v1.Firestore", "method": "Commit" + }, + { + "service": "google.firestore.v1.Firestore", + "method": "PartitionQuery" } ], "timeout": "60s",