• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "methodConfig": [
3    {
4      "name": [
5        {
6          "service": "google.cloud.functions.v1.CloudFunctionsService",
7          "method": "ListFunctions"
8        },
9        {
10          "service": "google.cloud.functions.v1.CloudFunctionsService",
11          "method": "GetFunction"
12        },
13        {
14          "service": "google.cloud.functions.v1.CloudFunctionsService",
15          "method": "UpdateFunction"
16        },
17        {
18          "service": "google.cloud.functions.v1.CloudFunctionsService",
19          "method": "DeleteFunction"
20        }
21      ],
22      "timeout": "600s",
23      "retryPolicy": {
24        "initialBackoff": "0.100s",
25        "maxBackoff": "60s",
26        "backoffMultiplier": 1.3,
27        "retryableStatusCodes": [
28          "UNAVAILABLE",
29          "DEADLINE_EXCEEDED"
30        ]
31      }
32    },
33    {
34      "name": [
35        {
36          "service": "google.cloud.functions.v1.CloudFunctionsService",
37          "method": "CreateFunction"
38        },
39        {
40          "service": "google.cloud.functions.v1.CloudFunctionsService",
41          "method": "CallFunction"
42        }
43      ],
44      "timeout": "600s"
45    }
46  ]
47}
48