1{
2  "schema": "1.0",
3  "comment": "This file maps proto services/RPCs to the corresponding library clients/methods",
4  "language": "java",
5  "protoPackage": "google.cloud.texttospeech.v1",
6  "libraryPackage": "com.google.cloud.texttospeech.v1",
7  "services": {
8    "TextToSpeech": {
9      "clients": {
10        "grpc": {
11          "libraryClient": "TextToSpeechClient",
12          "rpcs": {
13            "ListVoices": {
14              "methods": ["listVoices", "listVoices", "listVoicesCallable"]
15            },
16            "SynthesizeSpeech": {
17              "methods": ["synthesizeSpeech", "synthesizeSpeech", "synthesizeSpeechCallable"]
18            }
19          }
20        }
21      }
22    },
23    "TextToSpeechLongAudioSynthesize": {
24      "clients": {
25        "grpc": {
26          "libraryClient": "TextToSpeechLongAudioSynthesizeClient",
27          "rpcs": {
28            "SynthesizeLongAudio": {
29              "methods": ["synthesizeLongAudioAsync", "synthesizeLongAudioOperationCallable", "synthesizeLongAudioCallable"]
30            }
31          }
32        }
33      }
34    }
35  }
36}