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.devtools.cloudprofiler.v2",
6  "libraryPackage": "com.google.devtools.cloudprofiler.v2",
7  "services": {
8    "ProfilerService": {
9      "clients": {
10        "grpc": {
11          "libraryClient": "ProfilerServiceClient",
12          "rpcs": {
13            "CreateOfflineProfile": {
14              "methods": ["createOfflineProfile", "createOfflineProfile", "createOfflineProfile", "createOfflineProfileCallable"]
15            },
16            "CreateProfile": {
17              "methods": ["createProfile", "createProfileCallable"]
18            },
19            "UpdateProfile": {
20              "methods": ["updateProfile", "updateProfile", "updateProfileCallable"]
21            }
22          }
23        }
24      }
25    }
26  }
27}