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.vision.v1p1beta1", 6 "libraryPackage": "com.google.cloud.vision.v1p1beta1", 7 "services": { 8 "ImageAnnotator": { 9 "clients": { 10 "grpc": { 11 "libraryClient": "ImageAnnotatorClient", 12 "rpcs": { 13 "BatchAnnotateImages": { 14 "methods": ["batchAnnotateImages", "batchAnnotateImages", "batchAnnotateImagesCallable"] 15 } 16 } 17 } 18 } 19 } 20 } 21}