summaryrefslogtreecommitdiff
path: root/third_party/googleapis/google/longrunning/longrunning_grpc_service_config.json
blob: a5a9ae95d58b202066eb80cc23fec3eb8243b7c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
  "methodConfig": [
    {
      "name": [
        {
          "service": "google.longrunning.Operations",
          "method": "GetOperation"
        },
        {
          "service": "google.longrunning.Operations",
          "method": "ListOperations"
        },
        {
          "service": "google.longrunning.Operations",
          "method": "CancelOperation"
        },
        {
          "service": "google.longrunning.Operations",
          "method": "DeleteOperation"
        }
      ],
      "timeout": "10s",
      "retryPolicy": {
        "maxAttempts": 5,
        "initialBackoff": "0.5s",
        "maxBackoff": "10s",
        "backoffMultiplier": 2.0,
        "retryableStatusCodes": [
          "UNAVAILABLE"
        ]
      }
    }
  ]
}