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