1{ 2 "methodConfig": [ 3 { 4 "name": [ 5 { 6 "service": "google.cloud.speech.v1.Speech", 7 "method": "Recognize" 8 }, 9 { 10 "service": "google.cloud.speech.v1.Speech", 11 "method": "StreamingRecognize" 12 } 13 ], 14 "timeout": "5000s", 15 "retryPolicy": { 16 "initialBackoff": "0.100s", 17 "maxBackoff": "60s", 18 "backoffMultiplier": 1.3, 19 "retryableStatusCodes": [ 20 "UNAVAILABLE", 21 "DEADLINE_EXCEEDED" 22 ] 23 } 24 }, 25 { 26 "name": [ 27 { 28 "service": "google.cloud.speech.v1.Speech", 29 "method": "LongRunningRecognize" 30 } 31 ], 32 "timeout": "5000s" 33 } 34 ] 35} 36