xref: /aosp_15_r20/external/sdk-platform-java/test/integration/iam_grpc_service_config.json (revision 882aa7c72c3cd3b66e72a261bdd69b93f7de7670)
1{
2  "methodConfig": [
3    {
4      "name": [
5        {
6          "service": "google.iam.v1.IAMPolicy"
7        }
8      ],
9      "timeout": "10s",
10      "retryPolicy": {
11        "maxAttempts": 5,
12        "initialBackoff": "0.5s",
13        "maxBackoff": "10s",
14        "backoffMultiplier": 2.0,
15        "retryableStatusCodes": [
16          "UNAVAILABLE"
17        ]
18      }
19    }
20  ]
21}
22