1{ 2 "methodConfig": [ 3 { 4 "name": [ 5 { 6 "service": "google.cloud.documentai.v1beta3.DocumentProcessorService", 7 "method": "ProcessDocument" 8 } 9 ], 10 "timeout": "300s", 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 "name": [ 23 { 24 "service": "google.cloud.documentai.v1beta3.DocumentProcessorService", 25 "method": "BatchProcessDocuments" 26 }, 27 { 28 "service": "google.cloud.documentai.v1beta3.DocumentProcessorService", 29 "method": "ReviewDocument" 30 } 31 ], 32 "timeout": "120s", 33 "retryPolicy": { 34 "initialBackoff": "0.100s", 35 "maxBackoff": "60s", 36 "backoffMultiplier": 1.3, 37 "retryableStatusCodes": [ 38 "DEADLINE_EXCEEDED", 39 "UNAVAILABLE" 40 ] 41 } 42 } 43 ] 44} 45