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