1{ 2 "methodConfig": [ 3 { 4 "name": [ 5 { 6 "service": "google.iam.credentials.v1.IAMCredentials", 7 "method": "GenerateAccessToken" 8 }, 9 { 10 "service": "google.iam.credentials.v1.IAMCredentials", 11 "method": "GenerateIdToken" 12 }, 13 { 14 "service": "google.iam.credentials.v1.IAMCredentials", 15 "method": "SignBlob" 16 }, 17 { 18 "service": "google.iam.credentials.v1.IAMCredentials", 19 "method": "SignJwt" 20 } 21 ], 22 "timeout": "60s", 23 "retryPolicy": { 24 "maxAttempts": 5, 25 "initialBackoff": "0.100s", 26 "maxBackoff": "60s", 27 "backoffMultiplier": 1.3, 28 "retryableStatusCodes": [ 29 "UNAVAILABLE", 30 "DEADLINE_EXCEEDED" 31 ] 32 } 33 } 34 ] 35} 36