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.devtools.cloudtrace.v1",
6  "libraryPackage": "cloud.google.com/go/trace/apiv1",
7  "services": {
8    "TraceService": {
9      "clients": {
10        "grpc": {
11          "libraryClient": "Client",
12          "rpcs": {
13            "GetTrace": {
14              "methods": [
15                "GetTrace"
16              ]
17            },
18            "ListTraces": {
19              "methods": [
20                "ListTraces"
21              ]
22            },
23            "PatchTraces": {
24              "methods": [
25                "PatchTraces"
26              ]
27            }
28          }
29        }
30      }
31    }
32  }
33}
34