 {
  "comment": "This file maps proto services/RPCs to the corresponding library clients/methods",
  "language": "python",
  "libraryPackage": "google.cloud.texttospeech_v1beta1",
  "protoPackage": "google.cloud.texttospeech.v1beta1",
  "schema": "1.0",
  "services": {
    "TextToSpeech": {
      "clients": {
        "grpc": {
          "libraryClient": "TextToSpeechClient",
          "rpcs": {
            "ListVoices": {
              "methods": [
                "list_voices"
              ]
            },
            "StreamingSynthesize": {
              "methods": [
                "streaming_synthesize"
              ]
            },
            "SynthesizeSpeech": {
              "methods": [
                "synthesize_speech"
              ]
            }
          }
        },
        "grpc-async": {
          "libraryClient": "TextToSpeechAsyncClient",
          "rpcs": {
            "ListVoices": {
              "methods": [
                "list_voices"
              ]
            },
            "StreamingSynthesize": {
              "methods": [
                "streaming_synthesize"
              ]
            },
            "SynthesizeSpeech": {
              "methods": [
                "synthesize_speech"
              ]
            }
          }
        },
        "rest": {
          "libraryClient": "TextToSpeechClient",
          "rpcs": {
            "ListVoices": {
              "methods": [
                "list_voices"
              ]
            },
            "StreamingSynthesize": {
              "methods": [
                "streaming_synthesize"
              ]
            },
            "SynthesizeSpeech": {
              "methods": [
                "synthesize_speech"
              ]
            }
          }
        }
      }
    },
    "TextToSpeechLongAudioSynthesize": {
      "clients": {
        "grpc": {
          "libraryClient": "TextToSpeechLongAudioSynthesizeClient",
          "rpcs": {
            "SynthesizeLongAudio": {
              "methods": [
                "synthesize_long_audio"
              ]
            }
          }
        },
        "grpc-async": {
          "libraryClient": "TextToSpeechLongAudioSynthesizeAsyncClient",
          "rpcs": {
            "SynthesizeLongAudio": {
              "methods": [
                "synthesize_long_audio"
              ]
            }
          }
        },
        "rest": {
          "libraryClient": "TextToSpeechLongAudioSynthesizeClient",
          "rpcs": {
            "SynthesizeLongAudio": {
              "methods": [
                "synthesize_long_audio"
              ]
            }
          }
        }
      }
    }
  }
}
