Skip to content

Commit

Permalink
chore: generate GAPIC metadata JSON file (#53)
Browse files Browse the repository at this point in the history
This PR was generated using Autosynth. 🌈

Synth log will be available here:
https://source.cloud.google.com/results/invocations/464906e9-6f3c-41d1-906e-fd7073c42d19/targets

- [ ] To automatically regenerate this PR, check this box.

PiperOrigin-RevId: 345596855
Source-Link: googleapis/googleapis@d189e87
  • Loading branch information
yoshi-automation authored Dec 4, 2020
1 parent 676bb3c commit d547612
Show file tree
Hide file tree
Showing 2 changed files with 110 additions and 3 deletions.
107 changes: 107 additions & 0 deletions packages/google-cloud-bigquery-connection/src/v1/gapic_metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,107 @@
{
"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"
]
}
}
}
}
}
}
}
6 changes: 3 additions & 3 deletions packages/google-cloud-bigquery-connection/synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/nodejs-bigquery-connection.git",
"sha": "5413d694d4b70eb338a17a5eb4a682f1673abfee"
"sha": "14f9872f2175791f663ccfb6511d2d3e408f4151"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "2f019bf70bfe06f1e2af1b04011b0a2405190e43",
"internalRef": "343202295"
"sha": "d189e871205fea665a9648f7c4676f027495ccaf",
"internalRef": "345596855"
}
},
{
Expand Down

0 comments on commit d547612

Please sign in to comment.