Skip to content

Commit

Permalink
chore: generate GAPIC metadata JSON file (#132)
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 e4ad62f commit 4f5be93
Show file tree
Hide file tree
Showing 3 changed files with 119 additions and 3 deletions.
48 changes: 48 additions & 0 deletions packages/google-cloud-bigquery-storage/src/v1/gapic_metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
{
"schema": "1.0",
"comment": "This file maps proto services/RPCs to the corresponding library clients/methods",
"language": "typescript",
"protoPackage": "google.cloud.bigquery.storage.v1",
"libraryPackage": "@google-cloud/bigquery-storage",
"services": {
"BigQueryRead": {
"clients": {
"grpc": {
"libraryClient": "BigQueryReadClient",
"rpcs": {
"CreateReadSession": {
"methods": [
"createReadSession"
]
},
"SplitReadStream": {
"methods": [
"splitReadStream"
]
},
"ReadRows": {
"methods": [
"readRows"
]
}
}
},
"grpc-fallback": {
"libraryClient": "BigQueryReadClient",
"rpcs": {
"CreateReadSession": {
"methods": [
"createReadSession"
]
},
"SplitReadStream": {
"methods": [
"splitReadStream"
]
}
}
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
{
"schema": "1.0",
"comment": "This file maps proto services/RPCs to the corresponding library clients/methods",
"language": "typescript",
"protoPackage": "google.cloud.bigquery.storage.v1beta1",
"libraryPackage": "@google-cloud/bigquery-storage",
"services": {
"BigQueryStorage": {
"clients": {
"grpc": {
"libraryClient": "BigQueryStorageClient",
"rpcs": {
"CreateReadSession": {
"methods": [
"createReadSession"
]
},
"BatchCreateReadSessionStreams": {
"methods": [
"batchCreateReadSessionStreams"
]
},
"FinalizeStream": {
"methods": [
"finalizeStream"
]
},
"SplitReadStream": {
"methods": [
"splitReadStream"
]
},
"ReadRows": {
"methods": [
"readRows"
]
}
}
},
"grpc-fallback": {
"libraryClient": "BigQueryStorageClient",
"rpcs": {
"CreateReadSession": {
"methods": [
"createReadSession"
]
},
"BatchCreateReadSessionStreams": {
"methods": [
"batchCreateReadSessionStreams"
]
},
"FinalizeStream": {
"methods": [
"finalizeStream"
]
},
"SplitReadStream": {
"methods": [
"splitReadStream"
]
}
}
}
}
}
}
}
6 changes: 3 additions & 3 deletions packages/google-cloud-bigquery-storage/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-storage.git",
"sha": "d837dfc841cf3e77fbc2482dbabb149e2fc4f76a"
"sha": "4f2862e8145c3cfde1bd97ccfd7cbc666ad18f83"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "2f019bf70bfe06f1e2af1b04011b0a2405190e43",
"internalRef": "343202295"
"sha": "d189e871205fea665a9648f7c4676f027495ccaf",
"internalRef": "345596855"
}
},
{
Expand Down

0 comments on commit 4f5be93

Please sign in to comment.