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.webrisk.v1beta1",
6  "libraryPackage": "com.google.cloud.webrisk.v1beta1",
7  "services": {
8    "WebRiskServiceV1Beta1": {
9      "clients": {
10        "grpc": {
11          "libraryClient": "WebRiskServiceV1Beta1Client",
12          "rpcs": {
13            "ComputeThreatListDiff": {
14              "methods": ["computeThreatListDiff", "computeThreatListDiff", "computeThreatListDiffCallable"]
15            },
16            "SearchHashes": {
17              "methods": ["searchHashes", "searchHashes", "searchHashesCallable"]
18            },
19            "SearchUris": {
20              "methods": ["searchUris", "searchUris", "searchUrisCallable"]
21            }
22          }
23        }
24      }
25    }
26  }
27}