• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "methodConfig": [
3    {
4      "name": [{"service": "google.cloud.texttospeech.v1.TextToSpeech"}],
5      "timeout": "300s",
6      "retryPolicy": {
7        "initialBackoff": "0.100s",
8        "maxBackoff": "60s",
9        "backoffMultiplier": 1.3,
10        "retryableStatusCodes": [
11          "UNAVAILABLE",
12          "DEADLINE_EXCEEDED"
13        ]
14      }
15    },
16    {
17      "name": [
18        {
19          "service": "google.cloud.texttospeech.v1.TextToSpeechLongAudioSynthesize",
20          "method": "SynthesizeLongAudio"
21        }
22      ],
23      "timeout": "5000s"
24    }
25  ]
26}
27