@google-cloud/bigquery-connection
Version:
BigQuery Connection client for Node.js
108 lines (107 loc) • 4.01 kB
JSON
{
"schema": "1.0",
"comment": "This file maps proto services/RPCs to the corresponding library clients/methods",
"language": "typescript",
"protoPackage": "google.cloud.bigquery.connection.v1",
"libraryPackage": "@google-cloud/bigquery-connection",
"services": {
"ConnectionService": {
"clients": {
"grpc": {
"libraryClient": "ConnectionServiceClient",
"rpcs": {
"CreateConnection": {
"methods": [
"createConnection"
]
},
"GetConnection": {
"methods": [
"getConnection"
]
},
"UpdateConnection": {
"methods": [
"updateConnection"
]
},
"DeleteConnection": {
"methods": [
"deleteConnection"
]
},
"GetIamPolicy": {
"methods": [
"getIamPolicy"
]
},
"SetIamPolicy": {
"methods": [
"setIamPolicy"
]
},
"TestIamPermissions": {
"methods": [
"testIamPermissions"
]
},
"ListConnections": {
"methods": [
"listConnections",
"listConnectionsStream",
"listConnectionsAsync"
]
}
}
},
"grpc-fallback": {
"libraryClient": "ConnectionServiceClient",
"rpcs": {
"CreateConnection": {
"methods": [
"createConnection"
]
},
"GetConnection": {
"methods": [
"getConnection"
]
},
"UpdateConnection": {
"methods": [
"updateConnection"
]
},
"DeleteConnection": {
"methods": [
"deleteConnection"
]
},
"GetIamPolicy": {
"methods": [
"getIamPolicy"
]
},
"SetIamPolicy": {
"methods": [
"setIamPolicy"
]
},
"TestIamPermissions": {
"methods": [
"testIamPermissions"
]
},
"ListConnections": {
"methods": [
"listConnections",
"listConnectionsStream",
"listConnectionsAsync"
]
}
}
}
}
}
}
}