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.asset.v1p5beta1", 6 "libraryPackage": "com.google.cloud.asset.v1p5beta1", 7 "services": { 8 "AssetService": { 9 "clients": { 10 "grpc": { 11 "libraryClient": "AssetServiceClient", 12 "rpcs": { 13 "ListAssets": { 14 "methods": ["listAssets", "listAssets", "listAssets", "listAssetsPagedCallable", "listAssetsCallable"] 15 } 16 } 17 } 18 } 19 } 20 } 21}