1{ 2 "methodConfig": [ 3 { 4 "name": [ 5 { 6 "service": "google.cloud.bigquery.connection.v1.ConnectionService", 7 "method": "CreateConnection" 8 }, 9 { 10 "service": "google.cloud.bigquery.connection.v1.ConnectionService", 11 "method": "UpdateConnection" 12 }, 13 { 14 "service": "google.cloud.bigquery.connection.v1.ConnectionService", 15 "method": "GetIamPolicy" 16 }, 17 { 18 "service": "google.cloud.bigquery.connection.v1.ConnectionService", 19 "method": "SetIamPolicy" 20 }, 21 { 22 "service": "google.cloud.bigquery.connection.v1.ConnectionService", 23 "method": "TestIamPermissions" 24 } 25 ], 26 "timeout": "60s" 27 }, 28 { 29 "name": [ 30 { 31 "service": "google.cloud.bigquery.connection.v1.ConnectionService", 32 "method": "GetConnection" 33 }, 34 { 35 "service": "google.cloud.bigquery.connection.v1.ConnectionService", 36 "method": "ListConnections" 37 }, 38 { 39 "service": "google.cloud.bigquery.connection.v1.ConnectionService", 40 "method": "DeleteConnection" 41 } 42 ], 43 "timeout": "60s", 44 "retryPolicy": { 45 "maxAttempts": 5, 46 "initialBackoff": "0.100s", 47 "maxBackoff": "60s", 48 "backoffMultiplier": 1.3, 49 "retryableStatusCodes": [ 50 "DEADLINE_EXCEEDED", 51 "UNAVAILABLE" 52 ] 53 } 54 } 55 ] 56} 57