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.speech.v1p1beta1",
6  "libraryPackage":  "cloud.google.com/go/speech/apiv1p1beta1",
7  "services":  {
8    "Adaptation":  {
9      "clients":  {
10        "grpc":  {
11          "libraryClient":  "AdaptationClient",
12          "rpcs":  {
13            "CreateCustomClass":  {
14              "methods":  [
15                "CreateCustomClass"
16              ]
17            },
18            "CreatePhraseSet":  {
19              "methods":  [
20                "CreatePhraseSet"
21              ]
22            },
23            "DeleteCustomClass":  {
24              "methods":  [
25                "DeleteCustomClass"
26              ]
27            },
28            "DeletePhraseSet":  {
29              "methods":  [
30                "DeletePhraseSet"
31              ]
32            },
33            "GetCustomClass":  {
34              "methods":  [
35                "GetCustomClass"
36              ]
37            },
38            "GetPhraseSet":  {
39              "methods":  [
40                "GetPhraseSet"
41              ]
42            },
43            "ListCustomClasses":  {
44              "methods":  [
45                "ListCustomClasses"
46              ]
47            },
48            "ListPhraseSet":  {
49              "methods":  [
50                "ListPhraseSet"
51              ]
52            },
53            "UpdateCustomClass":  {
54              "methods":  [
55                "UpdateCustomClass"
56              ]
57            },
58            "UpdatePhraseSet":  {
59              "methods":  [
60                "UpdatePhraseSet"
61              ]
62            }
63          }
64        }
65      }
66    },
67    "Speech":  {
68      "clients":  {
69        "grpc":  {
70          "libraryClient":  "Client",
71          "rpcs":  {
72            "LongRunningRecognize":  {
73              "methods":  [
74                "LongRunningRecognize"
75              ]
76            },
77            "Recognize":  {
78              "methods":  [
79                "Recognize"
80              ]
81            },
82            "StreamingRecognize":  {
83              "methods":  [
84                "StreamingRecognize"
85              ]
86            }
87          }
88        }
89      }
90    }
91  }
92}
93