@google-cloud/bigquery-connection
Version:
BigQuery Connection client for Node.js
114 lines (113 loc) • 4.2 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.v1beta1",
"libraryPackage": "connection",
"services": {
"ConnectionService": {
"clients": {
"grpc": {
"libraryClient": "ConnectionServiceClient",
"rpcs": {
"CreateConnection": {
"methods": [
"createConnection"
]
},
"GetConnection": {
"methods": [
"getConnection"
]
},
"ListConnections": {
"methods": [
"listConnections"
]
},
"UpdateConnection": {
"methods": [
"updateConnection"
]
},
"UpdateConnectionCredential": {
"methods": [
"updateConnectionCredential"
]
},
"DeleteConnection": {
"methods": [
"deleteConnection"
]
},
"GetIamPolicy": {
"methods": [
"getIamPolicy"
]
},
"SetIamPolicy": {
"methods": [
"setIamPolicy"
]
},
"TestIamPermissions": {
"methods": [
"testIamPermissions"
]
}
}
},
"grpc-fallback": {
"libraryClient": "ConnectionServiceClient",
"rpcs": {
"CreateConnection": {
"methods": [
"createConnection"
]
},
"GetConnection": {
"methods": [
"getConnection"
]
},
"ListConnections": {
"methods": [
"listConnections"
]
},
"UpdateConnection": {
"methods": [
"updateConnection"
]
},
"UpdateConnectionCredential": {
"methods": [
"updateConnectionCredential"
]
},
"DeleteConnection": {
"methods": [
"deleteConnection"
]
},
"GetIamPolicy": {
"methods": [
"getIamPolicy"
]
},
"SetIamPolicy": {
"methods": [
"setIamPolicy"
]
},
"TestIamPermissions": {
"methods": [
"testIamPermissions"
]
}
}
}
}
}
}
}