Skip to content

Commit c12de3e

Browse files
chore: generate GAPIC metadata JSON file (#469)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/1375dc8f-6e92-47e5-b704-19ee285b9aaf/targets - [ ] To automatically regenerate this PR, check this box. PiperOrigin-RevId: 345596855 Source-Link: googleapis/googleapis@d189e87
1 parent de529f0 commit c12de3e

File tree

3 files changed

+89
-3
lines changed

3 files changed

+89
-3
lines changed
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
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.texttospeech.v1",
6+
"libraryPackage": "@google-cloud/text-to-speech",
7+
"services": {
8+
"TextToSpeech": {
9+
"clients": {
10+
"grpc": {
11+
"libraryClient": "TextToSpeechClient",
12+
"rpcs": {
13+
"ListVoices": {
14+
"methods": [
15+
"listVoices"
16+
]
17+
},
18+
"SynthesizeSpeech": {
19+
"methods": [
20+
"synthesizeSpeech"
21+
]
22+
}
23+
}
24+
},
25+
"grpc-fallback": {
26+
"libraryClient": "TextToSpeechClient",
27+
"rpcs": {
28+
"ListVoices": {
29+
"methods": [
30+
"listVoices"
31+
]
32+
},
33+
"SynthesizeSpeech": {
34+
"methods": [
35+
"synthesizeSpeech"
36+
]
37+
}
38+
}
39+
}
40+
}
41+
}
42+
}
43+
}
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
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.texttospeech.v1beta1",
6+
"libraryPackage": "@google-cloud/text-to-speech",
7+
"services": {
8+
"TextToSpeech": {
9+
"clients": {
10+
"grpc": {
11+
"libraryClient": "TextToSpeechClient",
12+
"rpcs": {
13+
"ListVoices": {
14+
"methods": [
15+
"listVoices"
16+
]
17+
},
18+
"SynthesizeSpeech": {
19+
"methods": [
20+
"synthesizeSpeech"
21+
]
22+
}
23+
}
24+
},
25+
"grpc-fallback": {
26+
"libraryClient": "TextToSpeechClient",
27+
"rpcs": {
28+
"ListVoices": {
29+
"methods": [
30+
"listVoices"
31+
]
32+
},
33+
"SynthesizeSpeech": {
34+
"methods": [
35+
"synthesizeSpeech"
36+
]
37+
}
38+
}
39+
}
40+
}
41+
}
42+
}
43+
}

packages/google-cloud-texttospeech/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-text-to-speech.git",
7-
"sha": "a0925b35d4e39587388cfe05685891d523f1bc49"
7+
"sha": "25d9090d24ba9b421ae1ac0c2f2e9c1d0ea3f438"
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)