1{
2  "schema": "1.0",
3  "comment": "This file maps proto services/RPCs to the corresponding library clients/methods.",
4  "language": "go",
5  "protoPackage": "google.cloud.mediatranslation.v1beta1",
6  "libraryPackage": "cloud.google.com/go/mediatranslation/apiv1beta1",
7  "services": {
8    "SpeechTranslationService": {
9      "clients": {
10        "grpc": {
11          "libraryClient": "SpeechTranslationClient",
12          "rpcs": {
13            "StreamingTranslateSpeech": {
14              "methods": [
15                "StreamingTranslateSpeech"
16              ]
17            }
18          }
19        }
20      }
21    }
22  }
23}
24