Skip to content

Commit 4f5be93

Browse files
chore: generate GAPIC metadata JSON file (#132)
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
1 parent e4ad62f commit 4f5be93

File tree

3 files changed

+119
-3
lines changed

3 files changed

+119
-3
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
{
2+
"schema": "1.0",
3+
"comment": "This file maps proto services/RPCs to the corresponding library clients/methods",
4+
"language": "typescript",
5+
"protoPackage": "google.cloud.bigquery.storage.v1",
6+
"libraryPackage": "@google-cloud/bigquery-storage",
7+
"services": {
8+
"BigQueryRead": {
9+
"clients": {
10+
"grpc": {
11+
"libraryClient": "BigQueryReadClient",
12+
"rpcs": {
13+
"CreateReadSession": {
14+
"methods": [
15+
"createReadSession"
16+
]
17+
},
18+
"SplitReadStream": {
19+
"methods": [
20+
"splitReadStream"
21+
]
22+
},
23+
"ReadRows": {
24+
"methods": [
25+
"readRows"
26+
]
27+
}
28+
}
29+
},
30+
"grpc-fallback": {
31+
"libraryClient": "BigQueryReadClient",
32+
"rpcs": {
33+
"CreateReadSession": {
34+
"methods": [
35+
"createReadSession"
36+
]
37+
},
38+
"SplitReadStream": {
39+
"methods": [
40+
"splitReadStream"
41+
]
42+
}
43+
}
44+
}
45+
}
46+
}
47+
}
48+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
{
2+
"schema": "1.0",
3+
"comment": "This file maps proto services/RPCs to the corresponding library clients/methods",
4+
"language": "typescript",
5+
"protoPackage": "google.cloud.bigquery.storage.v1beta1",
6+
"libraryPackage": "@google-cloud/bigquery-storage",
7+
"services": {
8+
"BigQueryStorage": {
9+
"clients": {
10+
"grpc": {
11+
"libraryClient": "BigQueryStorageClient",
12+
"rpcs": {
13+
"CreateReadSession": {
14+
"methods": [
15+
"createReadSession"
16+
]
17+
},
18+
"BatchCreateReadSessionStreams": {
19+
"methods": [
20+
"batchCreateReadSessionStreams"
21+
]
22+
},
23+
"FinalizeStream": {
24+
"methods": [
25+
"finalizeStream"
26+
]
27+
},
28+
"SplitReadStream": {
29+
"methods": [
30+
"splitReadStream"
31+
]
32+
},
33+
"ReadRows": {
34+
"methods": [
35+
"readRows"
36+
]
37+
}
38+
}
39+
},
40+
"grpc-fallback": {
41+
"libraryClient": "BigQueryStorageClient",
42+
"rpcs": {
43+
"CreateReadSession": {
44+
"methods": [
45+
"createReadSession"
46+
]
47+
},
48+
"BatchCreateReadSessionStreams": {
49+
"methods": [
50+
"batchCreateReadSessionStreams"
51+
]
52+
},
53+
"FinalizeStream": {
54+
"methods": [
55+
"finalizeStream"
56+
]
57+
},
58+
"SplitReadStream": {
59+
"methods": [
60+
"splitReadStream"
61+
]
62+
}
63+
}
64+
}
65+
}
66+
}
67+
}
68+
}

packages/google-cloud-bigquery-storage/synth.metadata

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/nodejs-bigquery-storage.git",
7-
"sha": "d837dfc841cf3e77fbc2482dbabb149e2fc4f76a"
7+
"sha": "4f2862e8145c3cfde1bd97ccfd7cbc666ad18f83"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "googleapis",
1313
"remote": "https://github.com/googleapis/googleapis.git",
14-
"sha": "2f019bf70bfe06f1e2af1b04011b0a2405190e43",
15-
"internalRef": "343202295"
14+
"sha": "d189e871205fea665a9648f7c4676f027495ccaf",
15+
"internalRef": "345596855"
1616
}
1717
},
1818
{

0 commit comments

Comments
 (0)