Skip to content
This repository was archived by the owner on Jul 20, 2023. It is now read-only.

Commit f9bbb1c

Browse files
chore: generate GAPIC metadata JSON file (#17)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/9777e4fc-493b-4824-939e-2bf12cea9581/targets - [ ] To automatically regenerate this PR, check this box. PiperOrigin-RevId: 345596855 Source-Link: googleapis/googleapis@d189e87
1 parent 96a6493 commit f9bbb1c

File tree

2 files changed

+114
-3
lines changed

2 files changed

+114
-3
lines changed

src/v1beta1/gapic_metadata.json

Lines changed: 111 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,111 @@
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.video.transcoder.v1beta1",
6+
"libraryPackage": "@google-cloud/video-transcoder",
7+
"services": {
8+
"TranscoderService": {
9+
"clients": {
10+
"grpc": {
11+
"libraryClient": "TranscoderServiceClient",
12+
"rpcs": {
13+
"CreateJob": {
14+
"methods": [
15+
"createJob"
16+
]
17+
},
18+
"GetJob": {
19+
"methods": [
20+
"getJob"
21+
]
22+
},
23+
"DeleteJob": {
24+
"methods": [
25+
"deleteJob"
26+
]
27+
},
28+
"CreateJobTemplate": {
29+
"methods": [
30+
"createJobTemplate"
31+
]
32+
},
33+
"GetJobTemplate": {
34+
"methods": [
35+
"getJobTemplate"
36+
]
37+
},
38+
"DeleteJobTemplate": {
39+
"methods": [
40+
"deleteJobTemplate"
41+
]
42+
},
43+
"ListJobs": {
44+
"methods": [
45+
"listJobs",
46+
"listJobsStream",
47+
"listJobsAsync"
48+
]
49+
},
50+
"ListJobTemplates": {
51+
"methods": [
52+
"listJobTemplates",
53+
"listJobTemplatesStream",
54+
"listJobTemplatesAsync"
55+
]
56+
}
57+
}
58+
},
59+
"grpc-fallback": {
60+
"libraryClient": "TranscoderServiceClient",
61+
"rpcs": {
62+
"CreateJob": {
63+
"methods": [
64+
"createJob"
65+
]
66+
},
67+
"GetJob": {
68+
"methods": [
69+
"getJob"
70+
]
71+
},
72+
"DeleteJob": {
73+
"methods": [
74+
"deleteJob"
75+
]
76+
},
77+
"CreateJobTemplate": {
78+
"methods": [
79+
"createJobTemplate"
80+
]
81+
},
82+
"GetJobTemplate": {
83+
"methods": [
84+
"getJobTemplate"
85+
]
86+
},
87+
"DeleteJobTemplate": {
88+
"methods": [
89+
"deleteJobTemplate"
90+
]
91+
},
92+
"ListJobs": {
93+
"methods": [
94+
"listJobs",
95+
"listJobsStream",
96+
"listJobsAsync"
97+
]
98+
},
99+
"ListJobTemplates": {
100+
"methods": [
101+
"listJobTemplates",
102+
"listJobTemplatesStream",
103+
"listJobTemplatesAsync"
104+
]
105+
}
106+
}
107+
}
108+
}
109+
}
110+
}
111+
}

synth.metadata

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/nodejs-video-transcoder.git",
7-
"sha": "a568a4726cc5674d7e442abeab72783402f1b338"
7+
"sha": "96a64935a99bc00e2f850791487e4a6e5060741a"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "googleapis",
1313
"remote": "https://github.com/googleapis/googleapis.git",
14-
"sha": "37ba54d7ed4da3052ceff96292631c3b6aae0e63",
15-
"internalRef": "343563501"
14+
"sha": "d189e871205fea665a9648f7c4676f027495ccaf",
15+
"internalRef": "345596855"
1616
}
1717
},
1818
{

0 commit comments

Comments
 (0)