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.translation.v3beta1",
6  "libraryPackage": "com.google.cloud.translate.v3beta1",
7  "services": {
8    "TranslationService": {
9      "clients": {
10        "grpc": {
11          "libraryClient": "TranslationServiceClient",
12          "rpcs": {
13            "BatchTranslateDocument": {
14              "methods": ["batchTranslateDocumentAsync", "batchTranslateDocumentAsync", "batchTranslateDocumentAsync", "batchTranslateDocumentOperationCallable", "batchTranslateDocumentCallable"]
15            },
16            "BatchTranslateText": {
17              "methods": ["batchTranslateTextAsync", "batchTranslateTextOperationCallable", "batchTranslateTextCallable"]
18            },
19            "CreateGlossary": {
20              "methods": ["createGlossaryAsync", "createGlossaryAsync", "createGlossaryAsync", "createGlossaryOperationCallable", "createGlossaryCallable"]
21            },
22            "DeleteGlossary": {
23              "methods": ["deleteGlossaryAsync", "deleteGlossaryAsync", "deleteGlossaryAsync", "deleteGlossaryOperationCallable", "deleteGlossaryCallable"]
24            },
25            "DetectLanguage": {
26              "methods": ["detectLanguage", "detectLanguage", "detectLanguage", "detectLanguageCallable"]
27            },
28            "GetGlossary": {
29              "methods": ["getGlossary", "getGlossary", "getGlossary", "getGlossaryCallable"]
30            },
31            "GetSupportedLanguages": {
32              "methods": ["getSupportedLanguages", "getSupportedLanguages", "getSupportedLanguages", "getSupportedLanguagesCallable"]
33            },
34            "ListGlossaries": {
35              "methods": ["listGlossaries", "listGlossaries", "listGlossaries", "listGlossariesPagedCallable", "listGlossariesCallable"]
36            },
37            "TranslateDocument": {
38              "methods": ["translateDocument", "translateDocumentCallable"]
39            },
40            "TranslateText": {
41              "methods": ["translateText", "translateTextCallable"]
42            }
43          }
44        }
45      }
46    }
47  }
48}