1{ 2 "methodConfig": [ 3 { 4 "name": [ 5 { 6 "service": "google.cloud.documentai.v1beta1.DocumentUnderstandingService", 7 "method": "BatchProcessDocuments" 8 } 9 ], 10 "timeout": "60s", 11 "retryPolicy": { 12 "initialBackoff": "0.100s", 13 "maxBackoff": "60s", 14 "backoffMultiplier": 1.3, 15 "retryableStatusCodes": [ 16 "DEADLINE_EXCEEDED", 17 "UNAVAILABLE" 18 ] 19 } 20 } 21 ] 22} 23