File tree 3 files changed +119
-3
lines changed
packages/google-cloud-bigquery-storage
3 files changed +119
-3
lines changed Original file line number Diff line number Diff line change
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 number Diff line number Diff line change
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
+ }
Original file line number Diff line number Diff line change 4
4
"git": {
5
5
"name": ".",
6
6
"remote": "https://github.com/googleapis/nodejs-bigquery-storage.git",
7
- "sha": "d837dfc841cf3e77fbc2482dbabb149e2fc4f76a "
7
+ "sha": "4f2862e8145c3cfde1bd97ccfd7cbc666ad18f83 "
8
8
}
9
9
},
10
10
{
11
11
"git": {
12
12
"name": "googleapis",
13
13
"remote": "https://github.com/googleapis/googleapis.git",
14
- "sha": "2f019bf70bfe06f1e2af1b04011b0a2405190e43 ",
15
- "internalRef": "343202295 "
14
+ "sha": "d189e871205fea665a9648f7c4676f027495ccaf ",
15
+ "internalRef": "345596855 "
16
16
}
17
17
},
18
18
{
You can’t perform that action at this time.
0 commit comments